diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 31ca92056c27..a0d355831204 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -760,12 +760,19 @@ UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, | |||
760 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 760 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
761 | US_FL_FIX_CAPACITY ), | 761 | US_FL_FIX_CAPACITY ), |
762 | 762 | ||
763 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, | 763 | /* Submitted by Roman Hodek <roman@hodek.net> */ |
764 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, | ||
764 | "Sandisk", | 765 | "Sandisk", |
765 | "ImageMate SDDR-05a", | 766 | "ImageMate SDDR-05a", |
766 | US_SC_SCSI, US_PR_CB, NULL, | 767 | US_SC_SCSI, US_PR_CB, NULL, |
767 | US_FL_SINGLE_LUN ), | 768 | US_FL_SINGLE_LUN ), |
768 | 769 | ||
770 | UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, | ||
771 | "SanDisk Corporation", | ||
772 | "ImageMate CompactFlash USB", | ||
773 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
774 | US_FL_FIX_CAPACITY ), | ||
775 | |||
769 | #ifdef CONFIG_USB_STORAGE_USBAT | 776 | #ifdef CONFIG_USB_STORAGE_USBAT |
770 | UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, | 777 | UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, |
771 | "Sandisk", | 778 | "Sandisk", |