Searched hist:ee8a1a0a1a5817accd03ced7e7ffde3a4430f485 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-apple.c | diff ee8a1a0a1a5817accd03ced7e7ffde3a4430f485 Wed Nov 26 08:33:45 CST 2008 Jan Scholz <Scholz@fias.uni-frankfurt.de> 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>
|
H A D | hid-core.c | diff ee8a1a0a1a5817accd03ced7e7ffde3a4430f485 Wed Nov 26 08:33:45 CST 2008 Jan Scholz <Scholz@fias.uni-frankfurt.de> 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>
|