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

2024-02-28 Thread Javier Carrasco
On 28.02.24 22:34, Matthias Kaehlcke wrote: > On Wed, Feb 28, 2024 at 09:50:22PM +0100, Javier Carrasco wrote: >> On 28.02.24 21:41, Matthias Kaehlcke wrote: >>> On Wed, Feb 28, 2024 at 09:21:00PM +0100, Javier Carrasco wrote: On 28.02.24 19:10, Matthias Kaehlcke wrote: > On Wed, Feb 28, 2

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

2024-02-28 Thread Matthias Kaehlcke
On Wed, Feb 28, 2024 at 09:50:22PM +0100, Javier Carrasco wrote: > On 28.02.24 21:41, Matthias Kaehlcke wrote: > > On Wed, Feb 28, 2024 at 09:21:00PM +0100, Javier Carrasco wrote: > >> On 28.02.24 19:10, Matthias Kaehlcke wrote: > >>> On Wed, Feb 28, 2024 at 02:51:33PM +0100, Javier Carrasco wrote:

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

2024-02-28 Thread Javier Carrasco
On 28.02.24 21:41, Matthias Kaehlcke wrote: > On Wed, Feb 28, 2024 at 09:21:00PM +0100, Javier Carrasco wrote: >> On 28.02.24 19:10, Matthias Kaehlcke wrote: >>> On Wed, Feb 28, 2024 at 02:51:33PM +0100, Javier Carrasco wrote: Most of the functionality this driver provides can be used by non-h

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

2024-02-28 Thread Matthias Kaehlcke
On Wed, Feb 28, 2024 at 09:21:00PM +0100, Javier Carrasco wrote: > On 28.02.24 19:10, Matthias Kaehlcke wrote: > > On Wed, Feb 28, 2024 at 02:51:33PM +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 v5 6/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-28 Thread Javier Carrasco
On 28.02.24 19:10, Matthias Kaehlcke wrote: > On Wed, Feb 28, 2024 at 02:51:33PM +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 v5 6/8] usb: misc: onboard_dev: add support for non-hub devices

2024-02-28 Thread Matthias Kaehlcke
On Wed, Feb 28, 2024 at 02:51:33PM +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. > > The 'alway

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

2024-02-28 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. The 'always_powered_in_supend' attribute is only available for hub devices, keeping the d