aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/unusual_devs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r--drivers/usb/storage/unusual_devs.h24
1 files changed, 22 insertions, 2 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 4a5c68a47e46..11c7a9676441 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -492,18 +492,24 @@ UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
492 "eUSB CompactFlash Adapter", 492 "eUSB CompactFlash Adapter",
493 USB_SC_8020, USB_PR_CB, NULL, 0), 493 USB_SC_8020, USB_PR_CB, NULL, 0),
494 494
495UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100, 495UNUSUAL_DEV( 0x04e6, 0x000b, 0x0100, 0x0100,
496 "Shuttle", 496 "Shuttle",
497 "eUSCSI Bridge", 497 "eUSCSI Bridge",
498 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 498 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
499 US_FL_SCM_MULT_TARG ), 499 US_FL_SCM_MULT_TARG ),
500 500
501UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100, 501UNUSUAL_DEV( 0x04e6, 0x000c, 0x0100, 0x0100,
502 "Shuttle", 502 "Shuttle",
503 "eUSCSI Bridge", 503 "eUSCSI Bridge",
504 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 504 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
505 US_FL_SCM_MULT_TARG ), 505 US_FL_SCM_MULT_TARG ),
506 506
507UNUSUAL_DEV( 0x04e6, 0x000f, 0x0000, 0x9999,
508 "SCM Microsystems",
509 "eUSB SCSI Adapter (Bus Powered)",
510 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
511 US_FL_SCM_MULT_TARG ),
512
507UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, 513UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
508 "Shuttle", 514 "Shuttle",
509 "CD-RW Device", 515 "CD-RW Device",
@@ -1099,6 +1105,13 @@ UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1099 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1105 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1100 US_FL_FIX_CAPACITY), 1106 US_FL_FIX_CAPACITY),
1101 1107
1108/* Supplied with some Castlewood ORB removable drives */
1109UNUSUAL_DEV( 0x084b, 0xa001, 0x0000, 0x9999,
1110 "Castlewood Systems",
1111 "USB to SCSI cable",
1112 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1113 US_FL_SCM_MULT_TARG ),
1114
1102/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 1115/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1103 * Flag will support Bulk devices which use a standards-violating 32-byte 1116 * Flag will support Bulk devices which use a standards-violating 32-byte
1104 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 1117 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
@@ -2063,6 +2076,13 @@ UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000,
2063 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2076 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2064 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2077 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2065 2078
2079/* Supplied with some Castlewood ORB removable drives */
2080UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
2081 "Double-H Technology",
2082 "USB to SCSI Intelligent Cable",
2083 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2084 US_FL_SCM_MULT_TARG ),
2085
2066UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 2086UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
2067 "ST", 2087 "ST",
2068 "2A", 2088 "2A",