HID: apple: add support for internal keyboards
authorJanne Grunau <j@jannau.net>
Thu, 16 Dec 2021 20:15:31 +0000 (21:15 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Mar 2022 17:49:05 +0000 (10:49 -0700)
commita5e1f7549d6040f7f70f9237f3532dd8a0d8ca01
tree38db106aad14b2fda15ab8e3b67b1cb9085bf1b1
parentbd78075f20e65fe9e5252963f665107da5d8c0f1
HID: apple: add support for internal keyboards

Apple MacBook keyboards started using HID over SPI in 2015. With the
addition of the SPI HID transport they can be supported by this driver.
Support all product ids over with the Apple SPI vendor id for now.
Individual product ids will have to be added for a correct Fn/function
key mapping.

Enable by default on the Apple Arm platform.

Signed-off-by: Janne Grunau <j@jannau.net>
drivers/hid/Kconfig
drivers/hid/hid-apple.c