On Sat, 11 Feb 2006, Christian Leber wrote: > On Sat, Feb 11, 2006 at 12:25:59PM -0500, Alan Stern wrote: > > > This looks just like the problem we saw with a slightly different i.Beat > > model (Joy 2.0). A similar fix should work. Here's a patch you can try. > > Thank you, but unfortunally it doesn't seem to fix the problem, it looks > like it's still the same problem: > http://debian.christian-leber.de/usb2.log
Actually it does fix the problem. The device should be working now; there were no errors messages in your log. Just some warnings. You probably want to eliminate all those warnings. This revised patch should get rid of them. Alan Stern Index: linux-2.6.16-rc2/drivers/usb/storage/unusual_devs.h =================================================================== --- linux-2.6.16-rc2.orig/drivers/usb/storage/unusual_devs.h +++ linux-2.6.16-rc2/drivers/usb/storage/unusual_devs.h @@ -106,6 +106,13 @@ UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY ), +/* Reported by Christian Leber <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, + "TrekStor", + "i.Beat 115 2.0", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), + /* Reported by Stefan Werner <[EMAIL PROTECTED]> */ UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, "TrekStor", ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel