On Mon, 21 Mar 2005, Nick Sillik wrote: > Nick Sillik wrote: > > I changed it to use the unusual devs code. Now I get this error when > > insmodding. > > > > usb-storage: This device (0d49,7010,0200 S 06 P 50) has an unneeded SubClass > > entry in unusual_devs.h > > Please send a copy of this message to > > <[email protected]> > > > > hmmm? > > > > Nick Sillik > > [EMAIL PROTECTED] > > > > By the way, here is my entry in unusual_devs.h > > /* Submitted by: Nick Sillik <[EMAIL PROTECTED]> > * Needed for OneTouch extension to usb-storage > * > */ > #ifdef CONFIG_USB_STORAGE_ONETOUCH > UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, > "Maxtor", > "OneTouch External Harddrive", > US_SC_SCSI, US_PR_CBI, onetouch_connect_input, > 0), > #endif
Why did you specify US_PR_CBI when the device actually uses US_PR_BULK? And why didn't you specify both US_SC_DEVICE and US_PR_DEVICE? 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
