linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Gregory P. Smith" <greg@electricrain.com>
To: iweiny@pacbell.net
Cc: linuxdev <linuxppc-dev@lists.linuxppc.org>, usb <linux-usb@suse.com>
Subject: Re: [linux-usb] OHCI fix for Belkin BusPort card on PowerMac
Date: Mon, 6 Dec 1999 15:24:14 -0800	[thread overview]
Message-ID: <19991206152414.B8929@yyz.electricrain.com> (raw)
In-Reply-To: <199912062223.OAA05538@batcave2.localdomain>; from iweiny@pacbell.net on Mon, Dec 06, 1999 at 02:23:12PM -0800

[-- Attachment #1: Type: text/plain, Size: 1820 bytes --]

On Mon, Dec 06, 1999 at 02:23:12PM -0800, iweiny@pacbell.net wrote:
> 
> I am running:
> PowerMac 8500 (604 processor)
> USB BusPort from Belkin (Model: F5U005-MAC) PCI USB card
> 2.2.12 kernel (self compiled)
> 2.3.29 USB stack from Paul Mackerras's rsync tree
> opendis-0.0.3-pre4 from http://digitalux.netpedia.net
...
> However, when requesting more data then the camera had to give the returned
> status was "9" and not "0".  The OHCI driver interpreted this as an error and
> subsequently the user level program would think no data had been returned.
> 
> After verifing the data to be correct I applied a very simple correction of:
> 
> /* Thinking this is what my controler returns when it is done? */
> #define USB_ST_EOF           9
> 
> and used that to signal the ohci.c and dc2xx.c drivers that the "End of File"
> had been reached.
> 
> My final question is:  Could this status be the same status as
> 
> #define USB_ST_DATAUNDERRUN   -9
> 
> or What does "data under run" mean?

Data underrun means the controller received less data that it asked
for in a transfer.  This is not really an error in many situations;
try modifying the dc2xx driver to accept it.

> It is obvious to me that my card has some unique status codes and I may run
> into this in the future.  It is for this reason I will not include patches for
> any of this unless others are like me with this type of card; trying to get 
> bulk messages to work.

It's not your card, its all controllers and a general "all slightly
different" state of the HCDs at the moment.  We're working on fixing
this with a move to a new cleaner device <-> usb stack/hcd interface.

-- 
Gregory P. Smith   pgp: http://suitenine.com/greg/pgp/
                   C379 1F92 3703 52C9 87C4  BE58 6CDA DB87 105D 9163

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

  reply	other threads:[~1999-12-06 23:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-06 22:23 OHCI fix for Belkin BusPort card on PowerMac iweiny
1999-12-06 23:24 ` Gregory P. Smith [this message]
1999-12-08 15:41   ` [linux-usb] " David Brownell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991206152414.B8929@yyz.electricrain.com \
    --to=greg@electricrain.com \
    --cc=iweiny@pacbell.net \
    --cc=linux-usb@suse.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).