Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
authorBartlomiej Sieka <tur@semihalf.com>
Thu, 13 Jul 2006 13:32:16 +0000 (15:32 +0200)
committerBartlomiej Sieka <tur@semihalf.com>
Thu, 13 Jul 2006 13:32:16 +0000 (15:32 +0200)
CHANGELOG
common/usb_storage.c

index 0c93027d685d6edf86370b1ec9ecc4fdd5fded9a..97e18f5914a6e9e331ddb2294c50a0b720a78b76 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
+
 * MCC200 board: support console on any one of the Quad UART ports.
 
 * Fix error in flash protection calculation on MCC200 board.
index 99e4ab0d2335a88642ec5a82e2c3da61d5bb90f2..e64470cb91f5f31a32f043eb78990389ddedb34f 100644 (file)
@@ -1139,6 +1139,10 @@ int usb_stor_get_info(struct usb_device *dev,struct us_data *ss,block_dev_desc_t
            /* USB007 Mini-USB2 Flash Drive */
            (dev->descriptor.idVendor == 0x066f &&
             dev->descriptor.idProduct == 0x2010)
+           ||
+           /* SanDisk Corporation Cruzer Micro 20044318410546613953 */
+           (dev->descriptor.idVendor == 0x0781 &&
+            dev->descriptor.idProduct == 0x5151)
            )
                USB_STOR_PRINTF("usb_stor_get_info: skipping RESET..\n");
        else