mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 23:37:35 +00:00
Kernel: Propagate HIDManagement initialisation error to init
Initialisation errors for HIDManagement are now returned to the init. In the init we assert by MUST if we get an error.
This commit is contained in:
parent
d3ce97e8b2
commit
78f8821152
4 changed files with 4 additions and 7 deletions
|
@ -326,7 +326,7 @@ void init_stage2(void*)
|
|||
(void)SerialDevice::must_create(3).leak_ref();
|
||||
|
||||
VMWareBackdoor::the(); // don't wait until first mouse packet
|
||||
HIDManagement::initialize();
|
||||
MUST(HIDManagement::initialize());
|
||||
|
||||
GraphicsManagement::the().initialize();
|
||||
ConsoleManagement::the().initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue