Re: [linux-usb-devel] PROBLEM: drivers/usb/input/hid-core.c: input irq status -84 received

2005-01-15 Thread Alan Stern
On Sat, 15 Jan 2005, Brian McEntire wrote: > Hello! I hope I found the right people in MAINTAINERS. If not, sorry about > bothing you. If you know who I should send this to, please let me know. > > 1. kernel: drivers/usb/input/hid-core.c: input irq status -84 received That particular code indic

R: [Linux-ATM-General] Re: [linux-usb-devel] [RFC] Conexant AccessRunner ADSL USB modem driver

2005-01-15 Thread Giampaolo Tomassoni
Hi, this is interesting to me. Do you have the Conexant AccessRunner ADSL PCI datasheets? CX20441, 20431, 11627 and the P52? By the way, do you have access to the ex-Globespan-now-Conexant PCI ADSL GS737x? I tried hard to obtain this infos from Conexant, but it seems that they aren't interest

[linux-usb-devel] PROBLEM: drivers/usb/input/hid-core.c: input irq status -84 received

2005-01-15 Thread Brian McEntire
Hello! I hope I found the right people in MAINTAINERS. If not, sorry about bothing you. If you know who I should send this to, please let me know. 1. kernel: drivers/usb/input/hid-core.c: input irq status -84 received 2. The kernel message above comes whenever I scan a bar code with my CueCat ba

Re: [linux-usb-devel] [RFC] Conexant AccessRunner ADSL USB modem driver

2005-01-15 Thread Roman Kagan
Hi Duncan, On Sat, 2005-01-15 at 13:37 +0100, Duncan Sands wrote: > I agree that it makes more sense to only create the ATM device when the modem > is fully > initialised. Great. This should simplify the initialisation stuff dramatically, making the complicated interaction between usb_atm and

[linux-usb-devel] Re: Linux 2.6.11-rc1 -- usb_storage and Genesys

2005-01-15 Thread Alan Stern
On Sat, 15 Jan 2005, Jan De Luyck wrote: > > Ah, you must be talking about the le16_to_cpu() addition. That wasn't > > part of the increased-delay patch; it was in a separate changeset. > > > > The line now reads: > > > > if (le16_to_cpu(us->pusb_dev->descriptor.idVendor) == > > USB_VENDOR_ID_G

[linux-usb-devel] Re: Linux 2.6.11-rc1 -- usb_storage and Genesys

2005-01-15 Thread Jan De Luyck
On Thursday 13 January 2005 18:25, Alan Stern wrote: > On Wed, 12 Jan 2005, Jan De Luyck wrote: > > > > The Genesys increased delay in this patch causes strange issues, the > > > > USB disconnects after a while... > > > > > > > > I rewrote the identifier like it was previous this patch > > > > > >

Re: [linux-usb-devel] [RFC] Conexant AccessRunner ADSL USB modem driver

2005-01-15 Thread Roman Kagan
Hi Duncan, On Mon, 2005-01-10 at 17:44 +0100, Duncan Sands wrote: > (3) Setting the MAC address in cxacru_got_firmware. This one worries me: we > create > the ATM device when the device is probed. The firmware is loaded at some > later time > (in a kernel thread, because it would take too lo