Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

HID: remove the Applie IR sensor from the hid_blacklist

The IR sensor in some newer Apple computers has no other
driver in the kernel, yet. However, the macmini driver in lirc
requires a HID device for the IR sensor.

Cc: Soeren Sonnenburg <kernel@nn7.de>
Signed-off-by: Tino Keitel <tino.keitel@tikei.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Tino Keitel and committed by
Jiri Kosina
3e1928e8 1ed43950

-2
-2
drivers/hid/usbhid/hid-quirks.c
··· 61 61 #define USB_DEVICE_ID_APPLE_GEYSER4_JIS 0x021c 62 62 #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a 63 63 #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b 64 - #define USB_DEVICE_ID_APPLE_IR 0x8240 65 64 66 65 #define USB_VENDOR_ID_ATEN 0x0557 67 66 #define USB_DEVICE_ID_ATEN_UC100KM 0x2004 ··· 314 315 { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE }, 315 316 { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE }, 316 317 { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE }, 317 - { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IR, HID_QUIRK_IGNORE }, 318 318 { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE }, 319 319 { USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE }, 320 320 { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE },