aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/unusual_devs.h
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:47:59 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commit70fcc0050733a7cd1b452cfa3de3a9b376412565 (patch)
tree96bcabf7718687324d3f3845f2ae9915d6473a48 /drivers/usb/storage/unusual_devs.h
parent32d5493eb83a217c3b1eba4b98cd6d19864f71a8 (diff)
usb-storage: make sddr55 a separate module
This patch (as1209) converts usb-storage's sddr55 subdriver into a separate module. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r--drivers/usb/storage/unusual_devs.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 83ce1d33554a..50034e141f94 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1098,15 +1098,6 @@ UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
1098 US_SC_SCSI, US_PR_DATAFAB, NULL, 1098 US_SC_SCSI, US_PR_DATAFAB, NULL,
1099 0 ), 1099 0 ),
1100#endif 1100#endif
1101
1102#ifdef CONFIG_USB_STORAGE_SDDR55
1103/* Contributed by Peter Waechtler */
1104UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
1105 "Datafab",
1106 "MDSM-B reader",
1107 US_SC_SCSI, US_PR_SDDR55, NULL,
1108 US_FL_FIX_INQUIRY ),
1109#endif
1110 1101
1111#ifdef CONFIG_USB_STORAGE_DATAFAB 1102#ifdef CONFIG_USB_STORAGE_DATAFAB
1112/* Submitted by Olaf Hering <olh@suse.de> */ 1103/* Submitted by Olaf Hering <olh@suse.de> */
@@ -1116,14 +1107,6 @@ UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1116 US_SC_SCSI, US_PR_DATAFAB, NULL, 1107 US_SC_SCSI, US_PR_DATAFAB, NULL,
1117 0 ), 1108 0 ),
1118#endif 1109#endif
1119#ifdef CONFIG_USB_STORAGE_SDDR55
1120/* SM part - aeb <Andries.Brouwer@cwi.nl> */
1121UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1122 "Datafab Systems, Inc.",
1123 "USB to CF + SM Combo (LC1)",
1124 US_SC_SCSI, US_PR_SDDR55, NULL,
1125 US_FL_SINGLE_LUN ),
1126#endif
1127 1110
1128#ifdef CONFIG_USB_STORAGE_DATAFAB 1111#ifdef CONFIG_USB_STORAGE_DATAFAB
1129/* Reported by Felix Moeller <felix@derklecks.de> 1112/* Reported by Felix Moeller <felix@derklecks.de>
@@ -1348,13 +1331,6 @@ UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1348 US_SC_SCSI, US_PR_DATAFAB, NULL, 1331 US_SC_SCSI, US_PR_DATAFAB, NULL,
1349 US_FL_SINGLE_LUN ), 1332 US_FL_SINGLE_LUN ),
1350#endif 1333#endif
1351#ifdef CONFIG_USB_STORAGE_SDDR55
1352UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1353 "Acomdata",
1354 "SM",
1355 US_SC_SCSI, US_PR_SDDR55, NULL,
1356 US_FL_SINGLE_LUN ),
1357#endif
1358 1334
1359UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1335UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
1360 "Maxtor", 1336 "Maxtor",
@@ -2041,14 +2017,6 @@ UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
2041 "Micro Mini 1GB", 2017 "Micro Mini 1GB",
2042 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 2018 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
2043 2019
2044#ifdef CONFIG_USB_STORAGE_SDDR55
2045UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
2046 "Sandisk",
2047 "ImageMate SDDR55",
2048 US_SC_SCSI, US_PR_SDDR55, NULL,
2049 US_FL_SINGLE_LUN),
2050#endif
2051
2052/* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2020/* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2053UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2021UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
2054 "DataStor", 2022 "DataStor",