diff --git a/repos/gems/src/app/driver_manager/main.cc b/repos/gems/src/app/driver_manager/main.cc index 170a98d727..379723f36b 100644 --- a/repos/gems/src/app/driver_manager/main.cc +++ b/repos/gems/src/app/driver_manager/main.cc @@ -650,6 +650,7 @@ void Driver_manager::Main::_generate_usb_drv_config(Reporter &usb_drv_config, xml.attribute("uhci", true); xml.attribute("ehci", true); + xml.attribute("ohci", true); xml.attribute("xhci", true); xml.attribute("capslock_led", "rom"); xml.attribute("numlock_led", "rom");