driver_manager: adapt config attributes for usb_host

This commit is contained in:
Christian Helmuth 2022-03-11 09:38:36 +01:00
parent 26acd6c65a
commit c5f9e61d3a

View File

@ -712,8 +712,7 @@ void Driver_manager::Main::_generate_usb_drv_config(Reporter &usb_drv_config,
{
Reporter::Xml_generator xml(usb_drv_config, [&] () {
xml.attribute("capslock_led", "rom");
xml.attribute("numlock_led", "rom");
xml.attribute("bios_handoff", true);
xml.node("report", [&] () {
xml.attribute("config", true);