]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] USB HID: add blacklist entry for HP keyboard
authorVojtech Pavlik <vojtech@suse.cz>
Thu, 26 Jan 2006 06:44:31 +0000 (07:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Feb 2006 01:23:41 +0000 (17:23 -0800)
commitdc41baf8181884770d77ce0cfc8ae9617cb8b02c
treec024b6012066c3a96cf6b8fca4a16229a549cbe9
parent885e77430d2adddfab3f2ca65e4d3e9f5d489c50
[PATCH] USB HID: add blacklist entry for HP keyboard

My earlier experiment (adding a clear-halt for the interrupt-in
endpoint)  failed.  It turns out that it does cause problems for other
devices.  And it wasn't needed anyway; a simple blacklist entry was
enough to get my HP keyboard working.

This patch (as643) removes the clear-halt call and adds the blacklist
entry.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/hid-core.c