diff options
author | Phil Dibowitz <phil@ipom.com> | 2006-03-06 00:36:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:50:01 -0500 |
commit | 1e7a5a84e407dfa20813a7f55413be8193ee5380 (patch) | |
tree | f0847f4157b922e185e7b4953a2557c62270bf09 /drivers/usb/storage | |
parent | b712548c5d88f2e4672f8482c3904e8c5728dbf1 (diff) |
[PATCH] USB: storage: sandisk unusual_devices entry
The following adds an unusual_devs entry for the SanDisk ImageMate CompactFlash
USB drive, for the US_FL_FIX_CAPACITY flag. Additionally, it removes trailing
whitespace from the previous entry. It's based on the patch sent by Roman Hodek
<roman@hodek.net>.
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-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", |