]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: quirks: really enable the intended work around for appledisplay
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Thu, 5 Feb 2026 08:11:31 +0000 (09:11 +0100)
committerJiri Kosina <jkosina@suse.com>
Tue, 12 May 2026 15:23:59 +0000 (17:23 +0200)
commit5f90dcfa8dc32a488581b78e575cdd7808ba5c78
tree323f04dfce2f4039b612ba0e223ac1c4ce6da1be
parent17ee873dba04d05090dfc5b2b9e08cfc8e4f147f
HID: quirks: really enable the intended work around for appledisplay

Commit c7fabe4ad921 ("HID: quirks: work around VID/PID conflict for
appledisplay") intends to add a quirk for kernels built with Apple Cinema
Display support, but it refers to the non-existing config option
CONFIG_APPLEDISPLAY, whereas the config option for Apple Cinema Display
support is named CONFIG_USB_APPLEDISPLAY.

Refer to the intended config option CONFIG_USB_APPLEDISPLAY in the ifdef
directive.

Fixes: c7fabe4ad921 ("HID: quirks: work around VID/PID conflict for appledisplay")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-quirks.c