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 b3353bf7a626..69269f739563 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -1261,6 +1261,13 @@ UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, | |||
| 1261 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1261 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1262 | US_FL_FIX_CAPACITY), | 1262 | US_FL_FIX_CAPACITY), |
| 1263 | 1263 | ||
| 1264 | /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */ | ||
| 1265 | UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001, | ||
| 1266 | "Argosy", | ||
| 1267 | "Storage", | ||
| 1268 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 1269 | US_FL_FIX_CAPACITY), | ||
| 1270 | |||
| 1264 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. | 1271 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. |
| 1265 | * Flag will support Bulk devices which use a standards-violating 32-byte | 1272 | * Flag will support Bulk devices which use a standards-violating 32-byte |
| 1266 | * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with | 1273 | * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with |
