On Mon, 13 Dec 2004, william-robison wrote: > Greetings: > > Here is another card reader that seems to benefit > from an entry in unusual_devs. It is a 4 slot > reader with a 3-port hub (USB2.0). Branded as > PPA International model 1837. > http://www.ppa-usa.com/product_pages/cardreaders/1837.htm > > Prior to the entry, it would hang. > > regards > -Willy > > UNUSUAL_DEV( 0x0aec, /* id_vendor */ > 0x3260, /* id_product */ > 0x0100, /* bcdDeviceMin */ > 0x0100, /* bcdDeviceMax */ > "Generic", /* vendorName */ > "USB Storage Device", /* productName */ > US_SC_SCSI, /* useProtocol */ > US_PR_BULK, /* useTransport */ > NULL, /* initFunction */ > US_FL_FIX_INQUIRY), /* flags */
Are you submitting this for Linux 2.4 or 2.6? If it's for 2.6, can you provide the information requested at the top of the unusual_devs.h file? Can you also provide a usb-storage verbose debugging log showing how the device fails to work when the entry is not present? Alan Stern ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
