diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 6d6108b3993b..fe12737e0e2b 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -86,6 +86,14 @@ UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001, | |||
86 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), | 86 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), |
87 | #endif | 87 | #endif |
88 | 88 | ||
89 | /* Reported by Grant Grundler <grundler@parisc-linux.org> | ||
90 | * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. | ||
91 | */ | ||
92 | UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, | ||
93 | "HP", | ||
94 | "PhotoSmart R707", | ||
95 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), | ||
96 | |||
89 | /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> | 97 | /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> |
90 | * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) | 98 | * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) |
91 | * for USB floppies that need the SINGLE_LUN enforcement. | 99 | * for USB floppies that need the SINGLE_LUN enforcement. |