On Sat, Aug 09, Brad Hards wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sat, 9 Aug 2003 06:40 am, Olaf Hering wrote:
> > I got a report about an USB floppy which is detected more than once,
> > even with 2.4.22-pre7. A workaround would be the max_scsi_luns=1 or
> > similar. Is there a fix?
> Quirks (drivers/usb/storage/unusual_devs.h) entry with US_FL_SINGLE_LUN ?

I'm not sure if this patch fixes it. Have to wait for the person who
reported it.


--- usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h~      2003-07-29 
12:17:12.000000000 +0200
+++ usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h       2003-08-13 
08:18:14.000000000 +0200
@@ -285,7 +285,14 @@ UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x
                "PEG Mass Storage",
                US_SC_8070, US_PR_CBI, NULL,
                US_FL_FIX_INQUIRY ),
-               
+
+/* floppy reports multiple luns, [EMAIL PROTECTED] */
+UNUSUAL_DEV(  0x055d, 0x2020, 0x0000, 0x0100,
+               "SAMSUNG",
+               "SFD-321U [FW 0C]",
+               US_SC_UFI, US_PR_CBI, NULL,
+               US_FL_SINGLE_LUN ),
+
 UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299, 
                "Y-E Data",
                "Flashbuster-U",
-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to