Re: [PATCH v5 2/8] usb: misc: onboard_hub: rename to onboard_dev

2024-02-28 Thread Javier Carrasco
On 28.02.24 19:18, Matthias Kaehlcke wrote: > On Wed, Feb 28, 2024 at 02:51:29PM +0100, Javier Carrasco wrote: >> This patch prepares onboad_hub to support non-hub devices by renaming >> the driver files and their content, the headers and their references. >> >> The comments and descriptions have b

Re: [PATCH v5 2/8] usb: misc: onboard_hub: rename to onboard_dev

2024-02-28 Thread Matthias Kaehlcke
On Wed, Feb 28, 2024 at 02:51:29PM +0100, Javier Carrasco wrote: > This patch prepares onboad_hub to support non-hub devices by renaming > the driver files and their content, the headers and their references. > > The comments and descriptions have been slightly modified to keep > coherence and acc

[PATCH v5 2/8] usb: misc: onboard_hub: rename to onboard_dev

2024-02-28 Thread Javier Carrasco
This patch prepares onboad_hub to support non-hub devices by renaming the driver files and their content, the headers and their references. The comments and descriptions have been slightly modified to keep coherence and account for the specific cases that only affect onboard hubs (e.g. peer-hub).