Re: [PATCH 1/7] uas: Add a uas_find_uas_alt_setting helper function

2013-10-24 Thread Hans de Goede
Hi, I forgot one important note. This is currently only tested with qemu's emulated uas device. I'll test it with real hardware when I get back home this weekend. Regards, Hans On 10/24/2013 06:13 PM, Hans de Goede wrote: This is a preparation patch for teaching usb-storage to not bind to ua

[PATCH 1/7] uas: Add a uas_find_uas_alt_setting helper function

2013-10-24 Thread Hans de Goede
This is a preparation patch for teaching usb-storage to not bind to uas devices. Signed-off-by: Hans de Goede --- drivers/usb/storage/uas.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c index 357f1