Re: [linux-usb-devel] oops - kernel 2.6.0.test8

2003-10-27 Thread Jon Wilson
Alan Stern wrote: The patch below may help. Try it out and let us know what happens. Yes, thats fine now. I am now a happy little 2.6 kernel user! Thanks to all of you for the all the work on Linux USB. Jon --- This SF.net email is spon

Re: [linux-usb-devel] UHCI: introducing delay between 2 TDs

2003-10-27 Thread Manoj Sharma
Alan, > > There is only one device connected to the host and it has only control > > endpoint. This is not to intermix different control messages, see there > > are some 10 TDs containing data from one control message, If the UHCI is > > scheduling them vertically, every second TD in the frame cau

[linux-usb-devel] ISP1161 driver

2003-10-27 Thread Rudolf Ladyzhenskii
Hi, all I am working on this driver (porting it to a custom hardware). It looks like I am missing some files. I have source and header file to control the chip, but I am missing the front end -- the stuff that wraps it into a Linux driver. Can anyone send me those files, please or let me know the

[linux-usb-devel] PATCH: (as122) Allow configuration #0

2003-10-27 Thread Alan Stern
Greg: This patch helped Jon Wilson. It allows devices to have a configuration numbered 0, in spite of the standard convention that config #0 really means unconfigured. Please apply. Alan Stern --- a/drivers/usb/core/message.c.orig Fri Oct 24 13:10:05 2003 +++ b/drivers/usb/core/message.c

[linux-usb-devel] PATCH: (as121) Allow incorrect interface numbering

2003-10-27 Thread Alan Stern
This patch makes config.c more liberal about the sorts of interface numbering it will accept when reading interface descriptors. The current code only allows interfaces numbered 0..(bNumInterfaces-1), but a number of devices erroneously number their interfaces starting at 1. With this patch, t

[linux-usb-devel] Missing kobject release methods?

2003-10-27 Thread Alan Stern
Greg: For a long time, I've been getting debug warnings about missing release() methods in various kobjects. They come up because your usb-2.5 tree has DEBUG defined in a number of driver-model source files. It's not easy to track down exactly what the objects in question are; the driver-model

Re: [linux-usb-devel] usb vfd request

2003-10-27 Thread Henry Culver
On Sun, 2003-10-26 at 19:19, Joshua Wise wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I've got a samsung 16T202DA VFD which (has a parallel interface and) is > > attached to a carrier board with a usb cable attached. I'm guessing the > > carrier board does some type of seria

Re: [linux-usb-devel] usb vfd request

2003-10-27 Thread Henry Culver
On Mon, 2003-10-27 at 10:06, Henry Culver wrote: > > I think this device is a Sasem OnAir Remocon IR/VFD combo. The VFD is > a Samsung. I found a windoze driver for it. I suppose the best way to > proceed is to plug it into a windows machine and load the driver and > poke at it that way. Any

[linux-usb-devel] USB Gadget on ARM9 SoC

2003-10-27 Thread Bahns, Christopher H
Hello, I have a functional USB Gadget API (i.e. device-side) implementation (net2280.o) for my NetChip Net2280 PCI card (it is actually part of the standard Linux kernel distribution). This is great for development on a PC-based desktop system. Now, moving over to the embedded system -- Atmel AT91

Re: [linux-usb-devel] USB Gadget on ARM9 SoC

2003-10-27 Thread David Brownell
Bahns, Christopher H wrote: Hello, I have a functional USB Gadget API (i.e. device-side) implementation (net2280.o) for my NetChip Net2280 PCI card (it is actually part of the standard Linux kernel distribution). This is great for development on a PC-based desktop system. Glad to hear that the not-

[linux-usb-devel] Re: PATCH: (as121) Allow incorrect interface numbering

2003-10-27 Thread Lauri Ojantakanen
Alan, With this patch prism2_usb works. Great fix, thanks!!! //lauri On Monday 27 October 2003 18:10, Alan Stern wrote: > This patch makes config.c more liberal about the sorts of interface > numbering it will accept when reading interface descriptors. The current > code only allows interfaces

[linux-usb-devel] Re: PATCH: (as121) Allow incorrect interface numbering

2003-10-27 Thread Alan Stern
On Mon, 27 Oct 2003, Lauri Ojantakanen wrote: > Alan, > With this patch prism2_usb works. > > Great fix, thanks!!! That's good enough for me. Greg, I think this patch can be applied. It's not a perfect solution, in that there are still drivers that directly index the interfaces[] array. But

[linux-usb-devel] serious 2.6 bug in USB subsystem?

2003-10-27 Thread David Mosberger
One-line summary: plug-in your USB keyboard, see your machine die. So, I have this non-name USB keyboard (with built-in 2-port USB hub) which reliably crashes 2.6.0-test{8,9} on both x86 and ia64. In retrospect, it's clear to me that the same keyboard also occasionally crashes 2.4 kernels, but th

[linux-usb-devel] Re: aborts in usb-storage in branch 2.6

2003-10-27 Thread Patrick Mansfield
On Fri, Oct 24, 2003 at 05:15:13PM -0400, Alan Stern wrote: > On Thu, 23 Oct 2003, Pedro Larroy wrote: > > abort.log -> 2.6.0test8 > > devices -> 2.6.0test8 > > kernel.log -> 2.6.0testx where x < 8 > > > > In abort.log, is the paste of the log with kernel 2.6.0test8 in kern.log > > there is a lo

[linux-usb-devel] [stern@rowland.harvard.edu: PATCH: (as118) Command failure codes for sddr09 driver]

2003-10-27 Thread Matthew Dharm
Greg, this is a patch for 2.5/6 -- please apply. The description follows in the forwarded message. Matt - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - Date: Fri, 24 Oct 2003 15:14:21 -0400 (EDT) From: Alan Stern <[EMAIL PROTECTED]> Subject: PATCH: (as118) Command failure code

[linux-usb-devel] Re: serious 2.6 bug in USB subsystem?

2003-10-27 Thread Greg KH
On Mon, Oct 27, 2003 at 02:35:09PM -0800, David Mosberger wrote: > One-line summary: plug-in your USB keyboard, see your machine die. Any chance to know where the machine dies? Any oops you can help us out with? > So, I have this non-name USB keyboard (with built-in 2-port USB hub) > which relia

[linux-usb-devel] [stern@rowland.harvard.edu: PATCH: (as119) Issue CBI clear_halt and fix BBB residue]

2003-10-27 Thread Matthew Dharm
Greg, this is a 2.5/6 patch -- please apply. The description is below. The residue update shouldn't make much of a difference, as almost nobody checks that value. But, it is reported via sg, so it should be accurate. Matt - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - Date:

[linux-usb-devel] Re: serious 2.6 bug in USB subsystem?

2003-10-27 Thread David Mosberger
> On Mon, 27 Oct 2003 17:30:13 -0800, Greg KH <[EMAIL PROTECTED]> said: Greg> On Mon, Oct 27, 2003 at 02:35:09PM -0800, David Mosberger Greg> wrote: >> One-line summary: plug-in your USB keyboard, see your machine >> die. Greg> Any chance to know where the machine dies? Any oops y

[linux-usb-devel] (no subject)

2003-10-27 Thread yyc
--- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net