aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/unusual_devs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 4a5c68a47e46..b065398c5566 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1099,6 +1099,13 @@ UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1099 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1099 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1100 US_FL_FIX_CAPACITY), 1100 US_FL_FIX_CAPACITY),
1101 1101
1102/* Supplied with some Castlewood ORB removable drives */
1103UNUSUAL_DEV( 0x084b, 0xa001, 0x0000, 0x9999,
1104 "Castlewood Systems",
1105 "USB to SCSI cable",
1106 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1107 US_FL_SCM_MULT_TARG ),
1108
1102/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 1109/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1103 * Flag will support Bulk devices which use a standards-violating 32-byte 1110 * Flag will support Bulk devices which use a standards-violating 32-byte
1104 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 1111 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
@@ -2063,6 +2070,13 @@ UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000,
2063 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2070 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2064 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2071 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2065 2072
2073/* Supplied with some Castlewood ORB removable drives */
2074UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
2075 "Double-H Technology",
2076 "USB to SCSI Intelligent Cable",
2077 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2078 US_FL_SCM_MULT_TARG ),
2079
2066UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 2080UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
2067 "ST", 2081 "ST",
2068 "2A", 2082 "2A",