Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-14 Thread Gerd Hoffmann
Hi, > > This does seem quite aggressive because there may be cases when users > > explicitly want to use old devices. Maybe there is need for a third > > state (better_alternatives?) so we can steer users away from old command > > lines they may have picked up from the web to the modern alternat

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-14 Thread Gerd Hoffmann
On Thu, Jun 13, 2024 at 03:49:23PM GMT, Alex Bennée wrote: > Daniel P. Berrangé writes: > > > I don't want to loose that clear & easily understood meaning, by overloading > > "deprecated" for scenarios like "it is sometimes better to use a different > > device instead of this one, depending on fa

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Alex Bennée
Daniel P. Berrangé writes: > On Thu, Jun 13, 2024 at 12:38:31PM +0200, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > On Thu, Jun 13, 2024 at 10:31:56AM +0200, Markus Armbruster wrote: >> >> Alex Bennée writes: >> >> >> >> > Daniel P. Berrangé writes: >> >> > >> >> >> On Thu,

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Daniel P . Berrangé
On Thu, Jun 13, 2024 at 12:38:31PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Thu, Jun 13, 2024 at 10:31:56AM +0200, Markus Armbruster wrote: > >> Alex Bennée writes: > >> > >> > Daniel P. Berrangé writes: > >> > > >> >> On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Jun 13, 2024 at 10:31:56AM +0200, Markus Armbruster wrote: >> Alex Bennée writes: >> >> > Daniel P. Berrangé writes: >> > >> >> On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: >> >>> The hub supports only USB 1.1. When running out of usb por

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Daniel P . Berrangé
On Wed, Jun 12, 2024 at 04:52:50PM +0100, Alex Bennée wrote: > Daniel P. Berrangé writes: > > > On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: > >> The hub supports only USB 1.1. When running out of usb ports it is in > >> almost all cases the much better choice to add another us

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Daniel P . Berrangé
On Thu, Jun 13, 2024 at 10:31:56AM +0200, Markus Armbruster wrote: > Alex Bennée writes: > > > Daniel P. Berrangé writes: > > > >> On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: > >>> The hub supports only USB 1.1. When running out of usb ports it is in > >>> almost all cases th

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-13 Thread Markus Armbruster
Alex Bennée writes: > Daniel P. Berrangé writes: > >> On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: >>> The hub supports only USB 1.1. When running out of usb ports it is in >>> almost all cases the much better choice to add another usb host adapter >>> (or increase the number

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-12 Thread Alex Bennée
Daniel P. Berrangé writes: > On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: >> The hub supports only USB 1.1. When running out of usb ports it is in >> almost all cases the much better choice to add another usb host adapter >> (or increase the number of root ports when using xhci

Re: [PATCH v3 2/4] usb/hub: mark as deprecated

2024-06-06 Thread Daniel P . Berrangé
On Thu, Jun 06, 2024 at 04:30:08PM +0200, Gerd Hoffmann wrote: > The hub supports only USB 1.1. When running out of usb ports it is in > almost all cases the much better choice to add another usb host adapter > (or increase the number of root ports when using xhci) instead of using > the usb hub.