On Wed, 1 Mar 2006 18:36:57 -0800, Marc Singer <[EMAIL PROTECTED]> wrote:

>    0:33.300555 # 16  s> Ci 009:00 s 80 06 0200 0000 0400 ( DtH st dv 
> GET_DESCRIPTOR [CONFIGURATION 0] ) --- 1024 <
> ...
>    0:33.322552 # 16 <c  Ci 009:00 --- -121 32 = 09022000 0103fac0 01090400 
> 0002ff00 00fa0705 02024000 00070581 02400000
> 
> What is the -121?

I do not remember what EREMOTEIO is. Why don't you start grepping for
these errors yourself? It's all in errno*.h and in various HCDs.

>  For that matter, what are the -32's?

A stall.

>  0:33.323737 # 17 <c  Ci 009:00 --- -71 0
>  0:33.324468 # 18 <c  Ci 009:00 --- -104 0
>  0:33.324471 # 19 <c  Ci 009:00 --- -104 0

-71 means that the device does not reply to tokens. Usually it happens
when the firmware is hung or is resetting.

The -104 happens when an unlink was processed. Currently usbmon does
not show the unlink itself, but it shows the callback being triggered
by the unlink. Unlinks usually happen when the upper layers get tired
of waiting.

>  37:12.353176 # 38  s> Ii 010:01 --- -115 5 = 00ffff00 00
>  37:17.445265 # 38 <c  Ii 010:01 --- 0 5 = 00020000 00

> What is the result code doing in a line for a submission?

The -115 does not mean anything (it's EINPROGRESS). I probably should
just print -0 or something there, to show that the field has no meaning.

-- Pete


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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

Reply via email to