Alan,

  I had a problem similar to http://bugme.osdl.org/show_bug.cgi?id=3223
with my MP3 player/Voice recorder: worked fine with 2.6.7 and older;
return code = 0x10070000 with kernels 2.6.8.1 through 2.6.11.
The patch is attached.

/proc/bus/usb/devices

T:  Bus=06 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs=  1
P:  Vendor=0f19 ProdID=0101 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 98mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=1ms

I patched 2.6.11, and now device works.

Leonid
2005.03.03_22:43:07

================================== Attacchment: ==============================

--- /tmp/unusual_devs.h 2004-12-24 16:35:24.000000000 -0500
+++ unusual_devs.h      2005-03-03 21:46:40.267283555 -0500
@@ -884,3 +884,10 @@
                US_SC_SCSI, US_PR_SDDR55, NULL,
                US_FL_SINGLE_LUN),
 #endif
+
+/* Reported by Leonid Petrov ([EMAIL PROTECTED]) on 2005.03.03 */
+UNUSUAL_DEV(  0x0f19, 0x0101, 0x0100, 0x0100, 
+               "ORACOM",
+               "Digital Audio", 
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_IGNORE_RESIDUE ),


-------------------------------------------------------
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
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to