Re: [U-Boot] [PATCH] usb_storage: skip all unknown devices when probing

2014-11-07 Thread Soeren Moch
On 11/06/14 21:41, Marek Vasut wrote: On Thursday, November 06, 2014 at 01:51:51 PM, Soeren Moch wrote: Not only skip storage devices with DEV_TYPE_UNKNOWN, but also all devices which are unknown to u-boot (e.g., are not HARDDISK, TAPE, CDROM, OPDISK). This especially avoids long timeouts when

Re: [U-Boot] [PATCH] usb_storage: skip all unknown devices when probing

2014-11-07 Thread Marek Vasut
On Friday, November 07, 2014 at 10:28:18 AM, Soeren Moch wrote: On 11/06/14 21:41, Marek Vasut wrote: On Thursday, November 06, 2014 at 01:51:51 PM, Soeren Moch wrote: Not only skip storage devices with DEV_TYPE_UNKNOWN, but also all devices which are unknown to u-boot (e.g., are not

[U-Boot] [PATCH] usb_storage: skip all unknown devices when probing

2014-11-06 Thread Soeren Moch
Not only skip storage devices with DEV_TYPE_UNKNOWN, but also all devices which are unknown to u-boot (e.g., are not HARDDISK, TAPE, CDROM, OPDISK). This especially avoids long timeouts when probing for external usb harddisks which provide Enclosure Services. Signed-off-by: Soeren Moch

Re: [U-Boot] [PATCH] usb_storage: skip all unknown devices when probing

2014-11-06 Thread Marek Vasut
On Thursday, November 06, 2014 at 01:51:51 PM, Soeren Moch wrote: Not only skip storage devices with DEV_TYPE_UNKNOWN, but also all devices which are unknown to u-boot (e.g., are not HARDDISK, TAPE, CDROM, OPDISK). This especially avoids long timeouts when probing for external usb harddisks