public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB driver troubles: OHCI vs. UHCI
@ 2004-03-03  2:30 John Mock
  2004-03-03  3:27 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: John Mock @ 2004-03-03  2:30 UTC (permalink / raw)
  To: linux-kernel

I've been using a homebrew USB driver for a PIC microprocessor development
board (Microchip PICkit, which uses the HID 'knothole'), based the 2.4.21
USB skeleton driver (with a few minor changes) for many months now on a 
PowerMac 8500 with an add-on OHCI board.  I tried compiling for a Sony 
VAIO R505EL, which uses the UHCI driver, with poor results.  

Under 2.4.22, it works the first time the device is opened, but hangs on
subsequent operations until the device is power cycled or the UHCI driver
is module is removed/re-installed again.

I tried updating it to 2.6.1-rc2 and it quickly gets an error, saying 

    [skel]_write - failed submitting write urb, error -22.

Thinking i had messed up the driver, i generated a current kernel (2.6.3)
on the PowerMac, and the updated driver worked the first time with the
OHCI board.

Is this a known problem with 2.6.xx, and if so, what does it mean??

Any idea what the skeleton driver isn't doing under 2.4.2x which causes
a device to enter a hung state on subsequent opens on UCHI (but not OHCI)?

As of a few minutes ago, i have a workaround.  But i'm still quite puzzled
and hope someone else has been here before.

				 -- JM

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

* Re: USB driver troubles: OHCI vs. UHCI
  2004-03-03  2:30 USB driver troubles: OHCI vs. UHCI John Mock
@ 2004-03-03  3:27 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-03-03  3:27 UTC (permalink / raw)
  To: John Mock; +Cc: linux-kernel

On Tue, Mar 02, 2004 at 06:30:37PM -0800, John Mock wrote:
> I've been using a homebrew USB driver for a PIC microprocessor development
> board (Microchip PICkit, which uses the HID 'knothole'), based the 2.4.21
> USB skeleton driver (with a few minor changes) for many months now on a 
> PowerMac 8500 with an add-on OHCI board.  I tried compiling for a Sony 
> VAIO R505EL, which uses the UHCI driver, with poor results.  
> 
> Under 2.4.22, it works the first time the device is opened, but hangs on
> subsequent operations until the device is power cycled or the UHCI driver
> is module is removed/re-installed again.

Sounds like a problem with your driver.

> I tried updating it to 2.6.1-rc2 and it quickly gets an error, saying 
> 
>     [skel]_write - failed submitting write urb, error -22.
> 
> Thinking i had messed up the driver, i generated a current kernel (2.6.3)
> on the PowerMac, and the updated driver worked the first time with the
> OHCI board.
> 
> Is this a known problem with 2.6.xx, and if so, what does it mean??

No it isn't.

> Any idea what the skeleton driver isn't doing under 2.4.2x which causes
> a device to enter a hung state on subsequent opens on UCHI (but not OHCI)?
> 
> As of a few minutes ago, i have a workaround.  But i'm still quite puzzled
> and hope someone else has been here before.

Care to post the driver?

thanks,

greg k-h

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

end of thread, other threads:[~2004-03-03  3:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-03  2:30 USB driver troubles: OHCI vs. UHCI John Mock
2004-03-03  3:27 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox