On Thu, 20 Jan 2005, Markus Demleitner wrote: > Hello, > > My trusty old eUSB MMC Adapter (04e6/0006) stopped working in kernel > 2.6.9, actually locking the entire USB subsystem. While it used to > work like a charm since 2.2.something up to 2.6.7, it still doesn't work > in 2.6.10, but at least usb-storage doesn't mess up the USB system any > more. > > Before I try to debug this whole mess, I thought I'd ask here if someone > can spot the problem more painlessly. Even if not, I'd appreciate > pointers where I might look for a solution -- I must admit that a couple > of the messages below look quite fearful to me:-)
Looks like you are the victim of a change that was made last June. I think the patch below will help. Let me know how it works. Alan Stern ===== drivers/usb/storage/unusual_devs.h 1.175 vs edited ===== --- 1.175/drivers/usb/storage/unusual_devs.h 2005-01-08 03:01:44 -05:00 +++ edited/drivers/usb/storage/unusual_devs.h 2005-01-20 11:08:24 -05:00 @@ -210,7 +210,15 @@ 0), #endif -UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0205, +/* Reported by Markus Demleitner <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, + "Shuttle", + "eUSB MMC Adapter", + US_SC_SCSI, US_PR_CB, NULL, + US_FL_SINGLE_LUN), + +/* Reported by Daniel Nouri <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, "Shuttle", "eUSB MMC Adapter", US_SC_SCSI, US_PR_DEVICE, NULL, ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel