mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
ps2_drv: respond to dynamic reconfiguration
This commit is contained in:
committed by
Christian Helmuth
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));
|
||||
|
||||
Reference in New Issue
Block a user