[linux-usb-devel] [BK PATCH] Dead code, more abort cleanups, and detached device fix

2002-05-29 Thread Matthew Dharm
Here's a patch which does three things: (1) It removes some dead code. (2) It moves more code to using the new state machine (3) It fixes a long standing bug relating to the sense data for a detached device. Greg, please apply. Matt # This is a BitKeeper generated patch for the following proje

Re: [linux-usb-devel] Problem with 2.5 and OHCI-HCD and ACM

2002-05-29 Thread Tom Rini
On Wed, May 29, 2002 at 12:53:33PM -0700, David Brownell wrote: > Tom Rini wrote: > >Hello. I'm having a problem with 2.5.18, OHCI-HCD and the ACM driver on > >PPC. > >Right now my Elsa Microlink 56k modem isn't recognized again after it's > >unplugged and replugged. Here's the log from dmesg (

Re: [linux-usb-devel] Problem with 2.5 and OHCI-HCD and ACM

2002-05-29 Thread David Brownell
Tom Rini wrote: > Hello. I'm having a problem with 2.5.18, OHCI-HCD and the ACM driver on PPC. > Right now my Elsa Microlink 56k modem isn't recognized again after it's > unplugged and replugged. Here's the log from dmesg (with > CONFIG_USB_DEBUG=y), with comments: I'll have a look at it. Two

[linux-usb-devel] Problem with 2.5 and OHCI-HCD and ACM

2002-05-29 Thread Tom Rini
Hello. I'm having a problem with 2.5.18, OHCI-HCD and the ACM driver on PPC. Right now my Elsa Microlink 56k modem isn't recognized again after it's unplugged and replugged. Here's the log from dmesg (with CONFIG_USB_DEBUG=y), with comments: hub.c: port 1, portstatus 100, change 0, 12 Mb/s ohci

Re: [linux-usb-devel] Multiple Control URBs

2002-05-29 Thread Johannes Erdfelt
On Wed, May 29, 2002, David Brownell <[EMAIL PROTECTED]> wrote: > > I think queueing in the USB core is the best thing, not in the HCD or > > the hcd.c code (this after staring at the Cypress HCD that was released > > last week...) > > That was another lurking argument: "what about the drivers

Re: [linux-usb-devel] IBM docking station and usb-uhci problems

2002-05-29 Thread Alan Cox
On Wed, 2002-05-29 at 17:06, David Brownell wrote: > Alan Cox wrote: > > On my thinkpad part of the USB setup is done via the docking station > > with the USB controller apparently on the laptop itself. Undocking > > produces a message that there is a cable error and it is disabling the > > device

Re: [linux-usb-devel] IBM docking station and usb-uhci problems

2002-05-29 Thread Georg Acher
On Tue, May 28, 2002 at 11:34:00PM +0100, Alan Cox wrote: > On my thinkpad part of the USB setup is done via the docking station > with the USB controller apparently on the laptop itself. Undocking > produces a message that there is a cable error and it is disabling the > device (fair enough). Exc

Re: [linux-usb-devel] Multiple Control URBs

2002-05-29 Thread David Brownell
> I think queueing in the USB core is the best thing, not in the HCD or > the hcd.c code (this after staring at the Cypress HCD that was released > last week...) That was another lurking argument: "what about the drivers other than {E,O,U}HCI?" I still strongly believe that for drivers that do

Re: [linux-usb-devel] IBM docking station and usb-uhci problems

2002-05-29 Thread David Brownell
Alan Cox wrote: > On my thinkpad part of the USB setup is done via the docking station > with the USB controller apparently on the laptop itself. Undocking > produces a message that there is a cable error and it is disabling the > device (fair enough). Except - it produces the message every few se

[linux-usb-devel] "Safeway" CF reader + mass storage module

2002-05-29 Thread Ben Buxton
Safeway is a cheap brand who make a CF card reader amongst other things, sold widely at least in .nl. Attempts to have this particular device working are only partially successful. If someone wants to take a look at this and get it working, the following are the kernel messages when its connecte

[linux-usb-devel] USB composite device!!!!!!!!

2002-05-29 Thread Manoj
Hello all, I want to have a composite USB device with following functions 1. Scanner 2.Mass storage 3. Printer This device will have three interfaces for each functions as above. How many End points should this composite device have? After going through relevant specs my understanding is as bel