ChangeSet 1.2136, 2004/10/18 13:55:12-07:00, [EMAIL PROTECTED]

[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 <[EMAIL PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/storage/unusual_devs.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        2004-10-19 08:05:54 -07:00
+++ b/drivers/usb/storage/unusual_devs.h        2004-10-19 08:05:54 -07:00
@@ -142,10 +142,13 @@
                "785EPX Storage",
                US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
 
+/* Not sure who reported this originally but
+ * Pavel Machek <[EMAIL PROTECTED]> 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 Wächtler <[EMAIL PROTECTED]>
  * The device needs the flags only.



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to