Re: [PATCH 3/7] usb-storage: Don't bind to uas devices if the uas driver is enabled

2013-10-25 Thread Hans de Goede
Hi, On 10/25/2013 03:19 PM, Alan Stern wrote: On Fri, 25 Oct 2013, Hans de Goede wrote: Hi, On 10/24/2013 06:32 PM, Alan Stern wrote: On Thu, 24 Oct 2013, Hans de Goede wrote: uas devices have 2 alternative settings on their usb-storage interface, one for usb-storage and one for uas. Using

Re: [PATCH 3/7] usb-storage: Don't bind to uas devices if the uas driver is enabled

2013-10-25 Thread Alan Stern
On Fri, 25 Oct 2013, Hans de Goede wrote: > Hi, > > On 10/24/2013 06:32 PM, Alan Stern wrote: > > On Thu, 24 Oct 2013, Hans de Goede wrote: > > > >> uas devices have 2 alternative settings on their usb-storage interface, > >> one for usb-storage and one for uas. Using the uas driver is preferred,

Re: [PATCH 3/7] usb-storage: Don't bind to uas devices if the uas driver is enabled

2013-10-24 Thread Hans de Goede
Hi, On 10/24/2013 06:32 PM, Alan Stern wrote: On Thu, 24 Oct 2013, Hans de Goede wrote: uas devices have 2 alternative settings on their usb-storage interface, one for usb-storage and one for uas. Using the uas driver is preferred, so if the uas driver is enabled, and the device has an uas alt

Re: [PATCH 3/7] usb-storage: Don't bind to uas devices if the uas driver is enabled

2013-10-24 Thread Alan Stern
On Thu, 24 Oct 2013, Hans de Goede wrote: > uas devices have 2 alternative settings on their usb-storage interface, > one for usb-storage and one for uas. Using the uas driver is preferred, so if > the uas driver is enabled, and the device has an uas alt setting, don't bind. We need a mechanism f

[PATCH 3/7] usb-storage: Don't bind to uas devices if the uas driver is enabled

2013-10-24 Thread Hans de Goede
uas devices have 2 alternative settings on their usb-storage interface, one for usb-storage and one for uas. Using the uas driver is preferred, so if the uas driver is enabled, and the device has an uas alt setting, don't bind. Signed-off-by: Hans de Goede --- drivers/usb/storage/usb.c | 10