Hi,
with my compaq notebook I got an usb floppy (nec).
It works fine with usb-storage driver, but with all the
2.4 kernel I compiled it was found 8 times (LUNs 0 through 7)
as sda..sdh
Adding it to the list of unusual devices with the "SINGLE_LUN"
flag solves the problem.

Here are the lines that should be added to unusual_devs.h

/* Submitted by Domenico Rotiroti <[EMAIL PROTECTED]>
 * This device needs the SINGLE_LUN flag */
UNUSUAL_DEV(  0x0409, 0x0040, 0x0000, 0x9999,
  "NEC",
  "NEC USB UF000x",
  US_SC_UFI, US_PR_CBI, NULL,
  US_FL_SINGLE_LUN),




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to