Re: [PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-27 Thread Matthias Kaehlcke
On Thu, Feb 22, 2024 at 03:42:26PM +0100, Javier Carrasco wrote: > On 21.02.24 20:24, Matthias Kaehlcke wrote: > > On Tue, Feb 20, 2024 at 03:05:46PM +0100, Javier Carrasco wrote: > >> Most of the functionality this driver provides can be used by non-hub > >> devices as well. > >> > >> To account f

Re: [PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-22 Thread Javier Carrasco
On 21.02.24 20:24, Matthias Kaehlcke wrote: > On Tue, Feb 20, 2024 at 03:05:46PM +0100, Javier Carrasco wrote: >> Most of the functionality this driver provides can be used by non-hub >> devices as well. >> >> To account for the hub-specific code, add a flag to the device data >> structure and chec

Re: [PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-21 Thread Matthias Kaehlcke
On Tue, Feb 20, 2024 at 03:05:46PM +0100, Javier Carrasco wrote: > Most of the functionality this driver provides can be used by non-hub > devices as well. > > To account for the hub-specific code, add a flag to the device data > structure and check its value for hub-specific code. Please mention

[PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-21 Thread Javier Carrasco
Most of the functionality this driver provides can be used by non-hub devices as well. To account for the hub-specific code, add a flag to the device data structure and check its value for hub-specific code. Signed-off-by: Javier Carrasco --- drivers/usb/misc/onboard_usb_dev.c | 3 ++- drivers