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:54 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commit32d5493eb83a217c3b1eba4b98cd6d19864f71a8 (patch)
tree13f1ee0b36639b15932602000971531fbeba06d0 /drivers/usb/storage/unusual_devs.h
parent0ff71883b2d60136430458413c135d545c69b0c4 (diff)
usb-storage: make isd200 a separate module
This patch (as1208) converts usb-storage's isd200 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.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 1fe7062f1cda..83ce1d33554a 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -632,14 +632,6 @@ UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
632 US_SC_DEVICE, US_PR_DEVICE, NULL, 632 US_SC_DEVICE, US_PR_DEVICE, NULL,
633 US_FL_SINGLE_LUN ), 633 US_FL_SINGLE_LUN ),
634 634
635#ifdef CONFIG_USB_STORAGE_ISD200
636UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
637 "Sony",
638 "Portable USB Harddrive V2",
639 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
640 0 ),
641#endif
642
643/* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ 635/* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
644UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, 636UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
645 "Sony", 637 "Sony",
@@ -785,32 +777,6 @@ UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
785 US_SC_SCSI, US_PR_BULK, NULL, 777 US_SC_SCSI, US_PR_BULK, NULL,
786 US_FL_NEED_OVERRIDE ), 778 US_FL_NEED_OVERRIDE ),
787 779
788#ifdef CONFIG_USB_STORAGE_ISD200
789UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
790 "In-System",
791 "USB/IDE Bridge (ATA/ATAPI)",
792 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
793 0 ),
794
795UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
796 "In-System",
797 "Portable USB Harddrive V2",
798 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
799 0 ),
800
801UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
802 "In-System",
803 "Portable USB Harddrive V2",
804 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
805 0 ),
806
807UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
808 "In-System",
809 "USB Storage Adapter V2",
810 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
811 0 ),
812#endif
813
814/* Submitted by Sven Anderson <sven-linux@anderson.de> 780/* Submitted by Sven Anderson <sven-linux@anderson.de>
815 * There are at least four ProductIDs used for iPods, so I added 0x1202 and 781 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
816 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears 782 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
@@ -1375,14 +1341,6 @@ UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1375 US_SC_DEVICE, US_PR_DEVICE, NULL, 1341 US_SC_DEVICE, US_PR_DEVICE, NULL,
1376 US_FL_SANE_SENSE ), 1342 US_FL_SANE_SENSE ),
1377 1343
1378#ifdef CONFIG_USB_STORAGE_ISD200
1379UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1380 "ATI",
1381 "USB Cable 205",
1382 US_SC_ISD200, US_PR_BULK, isd200_Initialization,
1383 0 ),
1384#endif
1385
1386#ifdef CONFIG_USB_STORAGE_DATAFAB 1344#ifdef CONFIG_USB_STORAGE_DATAFAB
1387UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 1345UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1388 "Acomdata", 1346 "Acomdata",