mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-10 05:01:26 +00:00
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