Re: [PATCH] usb: Ignore endpoints in non-zero altsettings

2023-10-29 Thread Marek Vasut
On 10/29/23 16:50, Hector Martin wrote: On 29/10/2023 21.04, Marek Vasut wrote: On 10/29/23 08:24, Hector Martin wrote: We currently do not really handle altsettings properly, and no driver uses them. Ignore the respective endpoint descriptors for secondary altsettings, to avoid creating

Re: [PATCH] usb: Ignore endpoints in non-zero altsettings

2023-10-29 Thread Hector Martin
On 29/10/2023 21.04, Marek Vasut wrote: > On 10/29/23 08:24, Hector Martin wrote: >> We currently do not really handle altsettings properly, and no driver >> uses them. Ignore the respective endpoint descriptors for secondary >> altsettings, to avoid creating duplicate endpoint records in the >>

Re: [PATCH] usb: Ignore endpoints in non-zero altsettings

2023-10-29 Thread Marek Vasut
On 10/29/23 08:24, Hector Martin wrote: We currently do not really handle altsettings properly, and no driver uses them. Ignore the respective endpoint descriptors for secondary altsettings, to avoid creating duplicate endpoint records in the interface. This will have to be revisited if/when we

Re: [PATCH] usb: Ignore endpoints in non-zero altsettings

2023-10-29 Thread Neal Gompa
On Sun, Oct 29, 2023 at 3:25 AM Hector Martin wrote: > > We currently do not really handle altsettings properly, and no driver > uses them. Ignore the respective endpoint descriptors for secondary > altsettings, to avoid creating duplicate endpoint records in the > interface. > > This will have

[PATCH] usb: Ignore endpoints in non-zero altsettings

2023-10-29 Thread Hector Martin
We currently do not really handle altsettings properly, and no driver uses them. Ignore the respective endpoint descriptors for secondary altsettings, to avoid creating duplicate endpoint records in the interface. This will have to be revisited if/when we have a driver that needs altsettings to