Re: [linux-usb-devel] [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-03-25 Thread Wolfgang Rohdewald
On Saturday 25 March 2006 18:12, Adrian Bunk wrote: > } else { > err("%s - Error in message, invalid toggle.\n", > __FUNCTION__); > + return; > } > > keyspan_load_tester(remote, 5); > if ((remote->d

Re: [linux-usb-devel] [PATCH] add support for Creativelabs Silvercrest USB keyboard

2006-03-08 Thread Wolfgang Rohdewald
On Wednesday 08 March 2006 15:46, Alan Stern wrote: > Note the comment: sorted by quirk type. Your new entry is in the wrong > position. I should have read the whole sentence... new patch: --- drivers/usb/input/hid-core.c.org2006-03-08 01:58:31.0 +0100 +++ drivers/usb/input/hid-cor

[linux-usb-devel] [PATCH] add support for Creativelabs Silvercrest USB keyboard

2006-03-07 Thread Wolfgang Rohdewald
From: Wolfgang Rohdewald <[EMAIL PROTECTED]> This patch is against linux 2.6.15 after having applied usbhid-add-error-handling.patch. Signed-off-by: Wolfgang Rohdewald <[EMAIL PROTECTED]> --- --- drivers/usb/input/hid-core.c.org2006-03-08 01:58:31.0 +0100 +++ drivers/u

Re: [linux-usb-devel] State of the Linux USB Subsystem for 2.6.16-rc5

2006-03-07 Thread Wolfgang Rohdewald
On Monday 06 March 2006 21:01, Alan Stern wrote: > On Mon, 6 Mar 2006, Wolfgang Rohdewald wrote: > > With 2.6.15 I am getting endless messages like > > kernel: drivers/usb/input/hid-core.c: input irq status -32 received > > kernel: ohci_hcd :00:02.0: urb eb016160 path

Re: [linux-usb-devel] State of the Linux USB Subsystem for 2.6.16-rc5

2006-03-06 Thread Wolfgang Rohdewald
On Monday 06 March 2006 20:09, Greg KH wrote: > - HID error handling rework With 2.6.15 I am getting endless messages like kernel: drivers/usb/input/hid-core.c: input irq status -32 received kernel: ohci_hcd :00:02.0: urb eb016160 path 1 ep2in 4216 cc 4 --> status -32 for a new key

Re: [linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Wolfgang Rohdewald
eundlichen GrĂ¼ssen with my best greetings Wolfgang Rohdewald dipl. Informatik Ing. ETH Rohdewald Systemberatung Karauschenstieg 4 D 21640 Horneburg Tel.: 04163 826 819 Fax: 04163 826 828 Internet: http://www.rohdewald.de --- This SF.ne

[linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Wolfgang Rohdewald
your code never gets triggered: /* fail the command if we are disconnecting */ US_DEBUGP("us->flags:%lx\n", us->flags); if (test_bit(US_FLIDX_DISCONNECTING, &us->flags)) { us->flags is always 0 Oct 24 12:42:58 mm kernel: usb-storage: scsi cmd done, result=0x0 Oct 24 12:4