mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
usb: correct order of index, value in Alt_setting
Fix genodelabs/genode#5315
This commit is contained in:
parent
89446084f3
commit
672179c3b8
@ -553,7 +553,7 @@ struct Usb::Interface::Alt_setting : Device::Urb
|
||||
P::Request::SET_INTERFACE,
|
||||
Rt::value(P::Recipient::IFACE, P::Type::STANDARD,
|
||||
P::Direction::IN),
|
||||
iface.index().number, iface.index().alt_setting) {}
|
||||
iface.index().alt_setting, iface.index().number) {}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user