linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* OHCI fix for Belkin BusPort card on PowerMac
@ 1999-12-06 22:23 iweiny
  1999-12-06 23:24 ` [linux-usb] " Gregory P. Smith
  0 siblings, 1 reply; 3+ messages in thread
From: iweiny @ 1999-12-06 22:23 UTC (permalink / raw)
  To: linuxdev, usb


Hello and thanks to all who have responded to my pleas for help.

I thought I would thank you and at the same time bring up an interesting
behavior I found to get my USB-DC265 Kodak camera to work.

I am running:
PowerMac 8500 (604 processor)
USB BusPort from Belkin (Model: F5U005-MAC) PCI USB card
LinuxPPC dist
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

After many long nights of reading print statements in kernel logs.  I found
that the OHCI driver was IN FACT TALKING to the camera!

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?

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.

Once again Thank you all
Ira Weiny


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-12-08 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-12-06 22:23 OHCI fix for Belkin BusPort card on PowerMac iweiny
1999-12-06 23:24 ` [linux-usb] " Gregory P. Smith
1999-12-08 15:41   ` David Brownell

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).