Hi, A couple of us have Momobay CX 1 USB/iee1394 external HDD. We have managed to get it working by adding an enttry to unusual_devs.h. However there is an entry with identacal VendorID and Product ID.
If the CX1 is first in unusual_devs.h the CX 1 works just great. If it is second it then picks up the other. It looks like either, Momobay or SIIG have hijacked the VendorID and the productID without going through the correct channels and hence we have a conflict. How can this conflict be handled without having to recompile the module every time I get a new kernel? +UNUSUAL_DEV( 0x05e3, 0x0700, 0x0000, 0xffff, + "SIIG", + "CompactFlash Card Reader", + US_SC_SCSI, US_PR_BULK, NULL, + US_FL_FIX_INQUIRY ), Thanks to Christophe Theron we have for the CX 1: UNUSUAL_DEV( 0x05e3, 0x0700, 0x0001, 0xffff, "DViCO", "Momobay CX-1 hard disk", US_SC_SCSI, US_PR_BULK, NULL, US_FL_FIX_INQUIRY | US_FL_START_STOP | US_FL_MODE_XLATE ), Thanks Grahame Jordan ------------------------------------------------------- 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