Re: USB session and alt_setting URB

2024-08-05 Thread Stefan Kalkowski
Hello Alice, On Mon, Aug 05, 2024 at 11:15:54AM +0200, alice.dom...@gapfruit.com wrote: > Dear Genodians, > > I am currently working on a USB driver. I am wondering if in the > `Usb::Interface::Alt_setting` constructor, the parameters > `iface.index().number` and `iface.index().alt_setting` are i

USB session and alt_setting URB

2024-08-05 Thread alice.dom...@gapfruit.com
Dear Genodians, I am currently working on a USB driver. I am wondering if in the `Usb::Interface::Alt_setting` constructor, the parameters `iface.index().number` and `iface.index().alt_setting` are inverted? According to the `Usb::Device::Urb` constructor, the interface index seems to come s