public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
@ 2008-12-30  7:59 Mike Frysinger
  2008-12-30 22:52 ` Wolfgang Denk
  0 siblings, 1 reply; 18+ messages in thread
From: Mike Frysinger @ 2008-12-30  7:59 UTC (permalink / raw)
  To: u-boot

From: Bryan Wu <Bryan.Wu@analog.com>

The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
does not like to be reset, so check for it.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 common/usb_storage.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/common/usb_storage.c b/common/usb_storage.c
index 94f659f..236caf6 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device *dev,struct us_data *ss,block_dev_desc_t
 	    /* SanDisk Corporation Cruzer Micro 20044318410546613953 */
 	    (dev->descriptor.idVendor == 0x0781 &&
 	     dev->descriptor.idProduct == 0x5151)
+	    ||
+	    /* SanDisk Corporation U3 Cruzer Micro 1/4GB
+	     * Flash Drive 000016244373FFB4 */
+	    (dev->descriptor.idVendor == 0x0781 &&
+	     dev->descriptor.idProduct == 0x5406)
 	    )
 		USB_STOR_PRINTF("usb_stor_get_info: skipping RESET..\n");
 	else
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-01-04 20:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30  7:59 [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive Mike Frysinger
2008-12-30 22:52 ` Wolfgang Denk
2008-12-31  2:48   ` Bryan Wu
2008-12-31  7:42   ` Mike Frysinger
2008-12-31 19:38     ` Wolfgang Denk
2009-01-01  7:52       ` Mike Frysinger
2009-01-01  7:52       ` [U-Boot] [PATCH v2] " Mike Frysinger
2009-01-01  9:01         ` Wolfgang Denk
2009-01-01  9:10           ` Mike Frysinger
2009-01-01 10:32             ` Remy Bohmer
2009-01-02  0:48               ` [U-Boot] [PATCH] " Mike Frysinger
2009-01-02 11:26                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-02 11:50                   ` Mike Frysinger
2009-01-02 12:47                     ` michael
2009-01-02 13:12                       ` Remy Bohmer
2009-01-04 20:33                 ` Remy Bohmer
2009-01-01 13:53             ` [U-Boot] [PATCH v2] " Wolfgang Denk
2009-01-01 23:32               ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox