diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index f379291d5387..b2ec15208523 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1265,6 +1265,13 @@ UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, | |||
1265 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1265 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1266 | US_FL_FIX_INQUIRY), | 1266 | US_FL_FIX_INQUIRY), |
1267 | 1267 | ||
1268 | /* Reported by Luciano Rocha <luciano@eurotux.com> */ | ||
1269 | UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, | ||
1270 | "Argosy", | ||
1271 | "Storage", | ||
1272 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1273 | US_FL_FIX_CAPACITY), | ||
1274 | |||
1268 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. | 1275 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. |
1269 | * Flag will support Bulk devices which use a standards-violating 32-byte | 1276 | * Flag will support Bulk devices which use a standards-violating 32-byte |
1270 | * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with | 1277 | * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with |