[EMAIL PROTECTED] wrote:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=6298
> 
>            Summary: USB keyboard makes hid-core.c return "input irq status -
>                     32 received"
>     Kernel Version: 2.6.15.5
>             Status: NEW
>           Severity: normal
>              Owner: [EMAIL PROTECTED]
>          Submitter: [EMAIL PROTECTED]
> 
> 
> Most recent kernel where this bug did not occur: N/A
> 
> Distribution: Debian 3.1
> 
> Hardware Environment: x86
> 
> Software Environment: GNU/Linux
> 
> Problem Description: When using a Silvercrest USB-keyboard (type 12015),
> hid-core returns a "input irq status -32 received"-message.
> This happens with 2.6.15.5 and possibly later kernel versions too on x86.
> The problem is that the keyboard needs to make use of HID_QUIRK_NOGET.
> 
> Steps to reproduce: Plug in the keyboard, watch the kernel-log get flooded.
> 
> Workaround: Following lines need to be added to drivers/usb/input/hid-core.c
> (lines 1452 to 1453)
> #define USB_VENDOR_ID_SILVERCREST       0x062a
> #define USB_DEVICE_ID_SILVERCREST_KB    0x0201
> (line 1570)
> { USB_VENDOR_ID_SILVERCREST, USB_DEVICE_ID_SILVERCREST_KB, HID_QUIRK_NOGET },
> 

Fair enough.  Could you please send a patch which implements this, as per
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt?

Thanks.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to