Commit c638b507 authored by Phil Dibowitz's avatar Phil Dibowitz Committed by Greg Kroah-Hartman

[PATCH] USB Storage: Unusual_dev patch for Finepix 1300 and 1400's.

There are several cameras (1300s and 1400s) with the same bcdDevice
number (1000). Most of them are 8070 devices, but some of them are UFI
devices (similar to 8070 devices but don't clear the sense data after
an INQUIRY or REQUEST SENSE). Furthermore if the devices that truely
do act like 8070 devices are overridden to be UFI, they find more than
one LUN. Specifiying UFI and SINGLE_LUN seems to satisfy all kinds of
devices that claim device number 1000.


From: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPhil Dibowitz <phil@ipom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 18816424
......@@ -142,10 +142,13 @@ UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
"785EPX Storage",
US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
/* Not sure who reported this originally but
* Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
* flag be added */
UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
"Fujifilm",
"FinePix 1400Zoom",
US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
/* Reported by Peter Wchtler <pwaechtler@loewe-komp.de>
* The device needs the flags only.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment