mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ee8a1a0a1a
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> |
||
---|---|---|
.. | ||
usbhid | ||
hid-a4tech.c | ||
hid-apple.c | ||
hid-belkin.c | ||
hid-bright.c | ||
hid-cherry.c | ||
hid-chicony.c | ||
hid-core.c | ||
hid-cypress.c | ||
hid-debug.c | ||
hid-dell.c | ||
hid-dummy.c | ||
hid-ezkey.c | ||
hid-gyration.c | ||
hid-ids.h | ||
hid-input.c | ||
hid-lg.c | ||
hid-lg.h | ||
hid-lg2ff.c | ||
hid-lgff.c | ||
hid-microsoft.c | ||
hid-monterey.c | ||
hid-petalynx.c | ||
hid-pl.c | ||
hid-samsung.c | ||
hid-sony.c | ||
hid-sunplus.c | ||
hid-tmff.c | ||
hid-zpff.c | ||
hidraw.c | ||
Kconfig | ||
Makefile |