mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
usb_host: report bInterfaceProtocol too
Thanks to Raphael for the patch.
This commit is contained in:
parent
ece837e8b8
commit
a362505e8a
@ -806,7 +806,11 @@ class Device : public List<Device>::Element
|
||||
uint8_t const class_value =
|
||||
interface.cur_altsetting->desc.bInterfaceClass;
|
||||
|
||||
uint8_t const protocol_value =
|
||||
interface.cur_altsetting->desc.bInterfaceProtocol;
|
||||
|
||||
xml.attribute("class", Value(Hex(class_value)));
|
||||
xml.attribute("protocol", Value(Hex(protocol_value)));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user