gems: support ohci in driver_manager

This commit is contained in:
Alexander Boettcher 2018-07-08 12:31:25 +02:00 committed by Christian Helmuth
parent 4c96d697d5
commit 32a6d10de8

View File

@ -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");