On Mon, 20 Oct 2003, R2D2 wrote:

> Hello!
> 
> I'm trying to develop an driver for the TUSB3410-Serial To 
> USB-Converter-IC. But I'm still having problems developing the firmware 
> for the IC. I always get the following message:
> usb-uhci.c: interrupt, status 2, frame# 962
> Where 962 can be any number.
> I'd don't know what's the reason for this message. I've search the net for 
> an explaination, but nearly all sites where this message appears are 
> bugreports. Is there any list with the interrupt status codes of the USB 
> controller? Or can somebody give me a hint what I am doing wrong?

Status = 2 means that an error occurred in some USB transaction.  It's 
just a warning and you can pretty much ignore it.  In fact, under Linux 
2.6 the driver no longer produces those messages at all.

The interrupt status codes are listed in the Universal Host Controller
Interface (UHCI) Design Guide, which is available as a PDF file somewhere
on Intel's web site.

Alan Stern



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to