Re: [PATCH 3/6] usb: gadget: Drop usb_gadget_controller_number()

2024-06-11 Thread Mattijs Korpershoek
Hi Lukasz, On mar., juin 11, 2024 at 10:51, Lukasz Majewski wrote: > On Tue, 11 Jun 2024 09:20:33 +0200 > Mattijs Korpershoek wrote: [...] > >> > -- >> > 2.43.0 > > FInally. :-) > > Thanks Mattijs for this cleanup. You should thank Marek, i've just reviewed his work :) > >

Re: [PATCH 3/6] usb: gadget: Drop usb_gadget_controller_number()

2024-06-11 Thread Lukasz Majewski
On Tue, 11 Jun 2024 09:20:33 +0200 Mattijs Korpershoek wrote: > Hi Marek, > > Thank you for the patch. > > On dim., juin 09, 2024 at 23:32, Marek Vasut > wrote: > > > The bcdDevice field is defined as > > |Device release number in binary-coded decimal > > in the USB 2.0 specification. We use

Re: [PATCH 3/6] usb: gadget: Drop usb_gadget_controller_number()

2024-06-11 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On dim., juin 09, 2024 at 23:32, Marek Vasut wrote: > The bcdDevice field is defined as > |Device release number in binary-coded decimal > in the USB 2.0 specification. We use this field to distinguish the UDCs > from each other. In theory this could be used

[PATCH 3/6] usb: gadget: Drop usb_gadget_controller_number()

2024-06-09 Thread Marek Vasut
The bcdDevice field is defined as |Device release number in binary-coded decimal in the USB 2.0 specification. We use this field to distinguish the UDCs from each other. In theory this could be used on the host side to apply certain quirks if the "special" UDC in combination with this gadget is