Hi,

> > this fixes multiple lun detection on the new Mitsumi USB Floppy drive.

I just understand, what the bcdDeviceMin, bcdDeviceMax parameters mean.
It is of course easier to adjust the bcdDevice range of the already existing 
Mitsumi floppy record.
Here is the patch (this time with -p1 :-).

Bye,
  Toby

--- drivers/usb/storage/unusual_devs.orig.h     2006-09-20 05:42:06.000000000 
+0200
+++ drivers/usb/storage/unusual_devs.h  2006-10-08 23:21:02.000000000 +0200
@@ -55,7 +55,8 @@
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_IGNORE_RESIDUE),

-UNUSUAL_DEV(  0x03ee, 0x6901, 0x0000, 0x0100,
+/* modified by Tobias Lorenz <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x03ee, 0x6901, 0x0000, 0x0200,
                "Mitsumi",
                "USB FDD",
                US_SC_DEVICE, US_PR_DEVICE, NULL,

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to