From: Jan Scholz Date: Wed, 26 Nov 2008 14:33:45 +0000 (+0100) Subject: HID: Apple ALU wireless keyboards are bluetooth devices X-Git-Tag: v2.6.28-rc7~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8a1a0a1a5817accd03ced7e7ffde3a4430f485;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed