diff options
author | Rohan Hart <rohan.hart17@gmail.com> | 2008-04-18 05:19:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-02 13:25:53 -0400 |
commit | d301f528eb7b204fc99fb9ebbf289f84a69bfa19 (patch) | |
tree | 6c9df72f0ebfbbc4e157d7cb440c31c11dad82b0 /drivers/usb/storage | |
parent | 87521c46f63f0e1cac2bf8af08942ac47bb25de5 (diff) |
USB: INTOVA Pixtreme camera mass storage device
FIX_CAPACITY is all that's needed.
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-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 47f6dd7603ef..dd4b5d8cd7cc 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1349,6 +1349,13 @@ UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, | |||
1349 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1349 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1350 | US_FL_FIX_INQUIRY), | 1350 | US_FL_FIX_INQUIRY), |
1351 | 1351 | ||
1352 | /* Reported by Rohan Hart <rohan.hart17@gmail.com> */ | ||
1353 | UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010, | ||
1354 | "INTOVA", | ||
1355 | "Pixtreme", | ||
1356 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1357 | US_FL_FIX_CAPACITY ), | ||
1358 | |||
1352 | /* | 1359 | /* |
1353 | * Entry for Jenoptik JD 5200z3 | 1360 | * Entry for Jenoptik JD 5200z3 |
1354 | * | 1361 | * |