mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
ps2_drv: respond to dynamic reconfiguration
This commit is contained in:
parent
b3b10c1439
commit
f2a5648deb
@ -82,6 +82,7 @@ struct Ps2::Main
|
||||
|
||||
Main(Genode::Env &env) : _env(env)
|
||||
{
|
||||
_config.sigh(_config_handler);
|
||||
_handle_config();
|
||||
|
||||
env.parent().announce(env.ep().manage(_root));
|
||||
|
@ -92,6 +92,7 @@ struct Ps2::Main
|
||||
|
||||
Main(Genode::Env &env) : _env(env)
|
||||
{
|
||||
_config.sigh(_config_handler);
|
||||
_handle_config();
|
||||
|
||||
env.parent().announce(env.ep().manage(_root));
|
||||
|
Loading…
Reference in New Issue
Block a user