mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
usb: correct order of index, value in Alt_setting
Fix genodelabs/genode#5315
This commit is contained in:
committed by
Christian Helmuth
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) {}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user