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
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
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
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
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
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
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