]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitee8a1a0a1a5817accd03ced7e7ffde3a4430f485
tree6d4842b832359ec681f1401ead4b2c2168580b26
parentfde5be353e872fe6088d2b1951e56cdfda2042ff
HID: Apple ALU wireless keyboards are bluetooth devices

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>
drivers/hid/hid-apple.c
drivers/hid/hid-core.c