]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
HID: Apple ALU wireless keyboards are bluetooth devices
authorJan Scholz <Scholz@fias.uni-frankfurt.de>
Wed, 26 Nov 2008 14:33:45 +0000 (15:33 +0100)
committerJiri Kosina <jkosina@suse.cz>
Fri, 28 Nov 2008 14:09:26 +0000 (15:09 +0100)
While parsing 'hid_blacklist' in the apple alu wireless keyboard is not found.
This happens because in the blacklist it is declared with HID_USB_DEVICE
although the keyboards are really bluetooth devices.  The same holds for
'apple_devices' list.

This patch fixes it by changing HID_USB_DEVICE to HID_BLUETOOTH_DEVICE in those
two lists.

Signed-off-by: Jan Scholz <Scholz@fias.uni-frankfurt.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found