HID: apple: add support for internal keyboards
authorJanne Grunau <j@jannau.net>
Thu, 16 Dec 2021 20:15:31 +0000 (21:15 +0100)
committerHector Martin <marcan@marcan.st>
Sat, 19 Feb 2022 08:04:19 +0000 (17:04 +0900)
commit09d6b51e66c63a38115b728ba2ff86092addc7f3
tree7728146420c1e376698b33ae7a8549bcacd20839
parent2d56dcbc7541e13f2ba9e1ee9776cd0d5c8def56
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