Re: [linux-usb-devel] Re: VIA EHCI

2003-03-05 Thread Jonathan Thorpe
Hi Daivd, After sending the IRQ stats to you, I decided to do the same for the NEC USB 2.0 card that I have running on the VT8235. It appears that the NEC 2.0 card is more unstable on the VT8235 than VT8235's EHCI controller itself (the NEC USB 2.0 controller is otherwise rock solid stable on othe

Re: [linux-usb-devel] Re: VIA EHCI

2003-03-05 Thread Jonathan Thorpe
Hi David, > > ***Mar 6 11:59:27 Webdesktop kernel: PCI: 00:10.3 PCI cache line size > > set incorrectly (32 bytes) by BIOS/FW. > > ***Mar 6 11:59:27 Webdesktop kernel: PCI: 00:10.3 cache line size too > > large - expecting 16. > > Odd -- what kind of CPU does that have? An AthlonXP 1600+ (Pa

Re: [linux-usb-devel] Re: VIA EHCI

2003-03-05 Thread David Brownell
Mar 6 11:59:27 Webdesktop kernel: ehci-hcd 00:10.3: VIA Technologies, Inc. USB 2.0 Mar 6 11:59:27 Webdesktop kernel: ehci-hcd 00:10.3: irq 12, pci mem d28c4d00 Mar 6 11:59:27 Webdesktop kernel: usb.c: new USB bus registered, assigned bus number 4 Mar 6 11:59:27 Webdesktop kernel: ehci-hcd 00:10

Re: [linux-usb-devel] Re: VIA EHCI

2003-03-05 Thread Jonathan Thorpe
Hi David, I applied your most recent patch to the 2.4.21-pre5 Kernel and found that I can write as much as I like to the EHCI, but reading is still an issue (although I can read more before it hangs - something that was introduced with the usb-storage patch). I was going through the Kernel logs a

[linux-usb-devel] Thanks, sorry to waste your time earlier

2003-03-05 Thread Josh Myer
Sorry to bug you about it and waste some of your time, i just wanted to make sure it hadn't gotten lost someplace =) Thanks for applying it, I know you've probably got better things to be merging... -- /jbm, but you can call me Josh. Really, you can! "What's a metaphor?" "For sheep to graze in" 7

[linux-usb-devel] Re: [patch 2.5.63] track usb ch9 device state

2003-03-05 Thread David Brownell
Updated version attached, includes a new pseudostate NOTATTACHED as well as comments about the four different SUSPENDED states. This should apply to 2.5.64 just fine. - Dave David Brownell wrote: Hi, This patch merges the USB state definitions from the ARM Linux code (inside the sa1100 driver) an

Re: [linux-usb-devel] Re: [patch 2.5.63] track usb ch9 device state

2003-03-05 Thread David Brownell
But the host side can't track SUSPENDED reasonably anyway, and does not need to. It's the other states that are interesting. I agree that if we wanted to do anything with SUSPENDED it'd need thought. Hm, I thought that if you suspend a device, that the host knows about it. But it's been a lon

[linux-usb-devel] Re: [patch 2.4.21-pre5+] ehci, sync with 2.5 latest

2003-03-05 Thread Greg KH
On Mon, Mar 03, 2003 at 12:18:13PM -0800, David Brownell wrote: > This patch syncs the 2.4 version with the latest from 2.5 ... > to make it easier for folk to use this before the "host" > directory rename, I decided not to depend on that patch yet. > > VIA users will see the most benefit from thi

[linux-usb-devel] Re: [patch 2.4.20-pre5] rename drivers/usb/hcd --> host

2003-03-05 Thread Greg KH
On Mon, Mar 03, 2003 at 11:39:09AM -0800, David Brownell wrote: > Hi, > > Could you "bk mv drivers/usb/hcd drivers/usb/host" and then apply > this patch? That will let most 2.5 host controller driver patches > apply directly to 2.4 ... helping both releases, since 2.5 has more > fixes while 2.4 h

[linux-usb-devel] Re: [patch 2.4.21-pre5] call hcd->stop() in task context

2003-03-05 Thread Greg KH
On Mon, Mar 03, 2003 at 11:53:06AM -0800, David Brownell wrote: > Hi, > > This is the 2.4 version of a fix that's been in 2.4 for some > time now: when an HCD dies a premature death, its cleanup > needs to be done in a task context. The most likely case for > that would be physical cardbus eject

Re: [linux-usb-devel] [PATCH] usb-midi.h: fixes for SC-8820/50

2003-03-05 Thread Greg KH
On Mon, Mar 03, 2003 at 03:47:50PM +0100, Clemens Ladisch wrote: > Clemens Ladisch wrote: > > OK, here are further changes for 2.4. > > ... and now, hopefully, with correct formatting. Applied, thanks. greg k-h --- This SF.net email is sponso

Re: [linux-usb-devel] Re: [PATCH] KB Gear USB Tablet Drivers

2003-03-05 Thread Greg KH
On Fri, Feb 28, 2003 at 12:42:27PM -0500, Josh Myer wrote: > Attached is the updated patch against 2.4.21-pre5 Applied, thanks. greg k-h --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debuggi

Re: [linux-usb-devel] Re: [patch 2.5.63] track usb ch9 device state

2003-03-05 Thread Greg KH
On Wed, Mar 05, 2003 at 01:01:27PM -0800, David Brownell wrote: > Greg KH wrote: > >On Fri, Feb 28, 2003 at 02:46:45PM -0800, David Brownell wrote: > > > >> > >>+/* the chapter 9 device states */ > >>+ > >>+enum usb_device_state { > >>+ USB_STATE_ATTACHED = 0, /* "only" attached *

[linux-usb-devel] Re: Patch for auto-sense cmd_len

2003-03-05 Thread Alan Stern
Greg: This patch fixes an oversight in usb-storage whereby the command length and command buffer for an automatically-generated REQUEST-SENSE command would not be initialized properly. Please apply both the 2.4 and 2.5 versions. Alan Stern -- Forwarded message -- Date: Wed, 5 Ma

Re: [linux-usb-devel] Re: [patch 2.5.63] track usb ch9 device state

2003-03-05 Thread David Brownell
Greg KH wrote: On Fri, Feb 28, 2003 at 02:46:45PM -0800, David Brownell wrote: +/* the chapter 9 device states */ + +enum usb_device_state { + USB_STATE_ATTACHED = 0, /* "only" attached */ + USB_STATE_POWERED, + USB_STATE_DEFAULT, /* limited f

[linux-usb-devel] [patch 2.5.64] partial usbcore synchronous call cleanup

2003-03-05 Thread David Brownell
P.S. to David: I want to look into writing a replacement for the usb_bulk_msg() family of routines along the lines you described (probably following the usb_sg_xxx calls as a model). It seems clear that a prerequisite is a version of wait_for_completion() that also takes a timeout. I vaguely

Re: [linux-usb-devel] Update for usb-skeleton

2003-03-05 Thread Alan Stern
On Wed, 5 Mar 2003, David Brownell wrote: > Alan Stern wrote: > > Here is a slightly updated patch for usb-skeleton.c. It has been tested > > minimally with real hardware, but David Brownell would like to see some > > more tests using "gadget zero". > > I just did, to a 2.5.62ish system running

[linux-usb-devel] Re: [patch 2.5.63] track usb ch9 device state

2003-03-05 Thread Greg KH
On Fri, Feb 28, 2003 at 02:46:45PM -0800, David Brownell wrote: > > +/* the chapter 9 device states */ > + > +enum usb_device_state { > + USB_STATE_ATTACHED = 0, /* "only" attached */ > + USB_STATE_POWERED, > + USB_STATE_DEFAULT, /* limited functio

Re: [linux-usb-devel] [PATCH] usb-midi.h: fixes for SC-8820/50

2003-03-05 Thread Greg KH
On Mon, Mar 03, 2003 at 03:39:22PM +0100, Clemens Ladisch wrote: > Greg KH wrote: > > On Thu, Feb 27, 2003 at 06:55:56PM +0100, Clemens Ladisch wrote: > > > Greg KH wrote: > > > > Can you also make up a 2.5 patch for this? > > > > > > sync with Nagano's version: > > > - protect vendors ids against

Re: [linux-usb-devel] Update for usb-skeleton

2003-03-05 Thread David Brownell
Alan Stern wrote: Here is a slightly updated patch for usb-skeleton.c. It has been tested minimally with real hardware, but David Brownell would like to see some more tests using "gadget zero". I just did, to a 2.5.62ish system running gadget zero on real hardware. It seemed to behave, though ther

Re: [linux-usb-devel] Update for usb-skeleton

2003-03-05 Thread David Brownell
Alan Stern wrote: On Tue, 4 Mar 2003, David Brownell wrote: Alan Stern wrote: I think it's probably okay to apply this patch. More testing would be good, but I don't have any suitable hardware. And I think a software-loopback sort of test wouldn't address many of my changes very well. Ah, but

Re: [linux-usb-devel] Update for usb-skeleton

2003-03-05 Thread Alan Stern
On Tue, 4 Mar 2003, David Brownell wrote: > Alan Stern wrote: > > > > I think it's probably okay to apply this patch. More testing would be > > good, but I don't have any suitable hardware. And I think a > > software-loopback sort of test wouldn't address many of my changes very > > well. > >

Re: [linux-usb-devel] Patch to ftdi_sio.c and ftdi_sio.h for 2.4.21-pre5

2003-03-05 Thread Greg KH
On Wed, Mar 05, 2003 at 11:50:52PM +1300, Bill Ryder wrote: > Greg KH requested more frequent and smaller patches so here is the > current working driver. > > (I've been holding back to give a big update and breaking the 'release > frequently' rule - sorry about that) > > Following patches wil

[linux-usb-devel] HID class driver for Bluetooth-HIDs

2003-03-05 Thread Balarama Krishna
Hi, Bluetooth has adopted the HID concept from USB specifications. In the present scenario, Linux kernel has HCI Class Driver which is tightly coupled with the USB Stack. So, it is very difficult to reuse the HCI Class driver componet for any other technology which has adop

[linux-usb-devel] companion HCDs and 2.4 ?

2003-03-05 Thread Renaud Guérin
> > Anyway, In the setup you describe do you use "ehci" ? > Well, "ehci-hcd". Get the latest driver, it getting closer > to stable (and the 2.4 version is due for an update). I'd > say to use a NEC (or Philips) add-in PCI card for now, they're > least likely to trip over driver issues. Ok, I've

Re: [linux-usb-devel] hid interface for 2.4.7-10 kernel

2003-03-05 Thread Alan Cox
On Thu, 2003-03-06 at 01:28, satish wrote: > Hi, > > I intend to handshake with the device connected to USB port. At present i > have connected MouseMan Wheel Logitech at the USB port of my PC. What > will be the name of the device file created > > I have Red Hat Linux 7.1 2.96-98 (gcc ver

[linux-usb-devel] hid interface for 2.4.7-10 kernel

2003-03-05 Thread satish
Hi, I intend to handshake with the device connected to USB port. At present i have connected MouseMan Wheel Logitech at the USB port of my PC. What will be the name of the device file created I have Red Hat Linux 7.1 2.96-98 (gcc version 2.96 2731) Linux Kernel 2.4.7-10. The file /etc

[linux-usb-devel] Patch to ftdi_sio.c and ftdi_sio.h for 2.4.21-pre5

2003-03-05 Thread Bill Ryder
Greg KH requested more frequent and smaller patches so here is the current working driver. (I've been holding back to give a big update and breaking the 'release frequently' rule - sorry about that) Following patches will be smaller. THis patch adds support for CrystalFontz and MatrixOrb LCD