On Wed, 24 Aug 2005, Dave North wrote: > On Aug 24, 2005, at 7:17 AM, Alan Stern wrote: > > Actually I asked you to set CONFIG_USB_STORAGE_DEBUG=y. It's a > > different, > > independent setting. > > Oh crap. My bad. > I set that, and unset CONFIG_USB_DEBUG=y. Haven't even previously > noted the storage-specific setting. > Here's some output from plugin, then mount and plugout. Let's confirm > I have the "right stuff" before I get too carried away again... I got > lucky on this one, there were no 'error -71' lines before enumeration. > If you still only need the 'plugin' stuff (and this is okay without > USB_DEBUG) I can whittle off the remainder of startup dmesg. Also, let > me know if /var/log/debug session would be helpful. It' running around > 1000 lines per session now...)
This is fine. It looks like your device needs to have a blacklist entry in usb-storage's unusual_devs file, because it can't handle the ALLOW MEDIUM REMOVAL command. See if the patch below helps. Alan Stern Index: usb-2.6/drivers/usb/storage/unusual_devs.h =================================================================== --- usb-2.6.orig/drivers/usb/storage/unusual_devs.h +++ usb-2.6/drivers/usb/storage/unusual_devs.h @@ -597,6 +597,13 @@ UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_GO_SLOW ), +/* Reported by Dave North <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x05e3, 0x0710, 0x9144, 0x9144, + "Genesys Logic", + "USB Reader", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_NOT_LOCKABLE ), + /* Reported by Hanno Boeck <[EMAIL PROTECTED]> * Taken from the Lycoris Kernel */ UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel