mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
96d9f5d317
When constructing an Usb::Interface and implicitly corresponding Usb::Endpoint instances only select endpoints relevant for the given alternate setting. The libusb has to be changed to delegate the correct alternate setting to the constructor too. Fix genodelabs/genode#5394