u-boot/drivers/input
Mark Kettenis d42f107425 input: apple: Add support for Apple SPI keyboard
This driver adds support for the keyboard on Apple Silicon laptops.
The controller for this keyboard sits on an SPI bus and uses an
Apple-specific HID over SPI protocol. The packets sent by this
controller for key presses and key releases are fairly simple and
are decoded directly by the code in this driver and converted into
standard Linux keycodes. The same controller handles the touchpad
found on these laptops.  Packets for touchpad events are simply
ignored.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested on: Macbook Air M1
Tested-by: Simon Glass <sjg@chromium.org>
2022-02-10 16:44:23 -05:00
..
apple_spi_kbd.c input: apple: Add support for Apple SPI keyboard 2022-02-10 16:44:23 -05:00
cros_ec_keyb.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
i8042.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
input.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
Kconfig input: apple: Add support for Apple SPI keyboard 2022-02-10 16:44:23 -05:00
key_matrix.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
keyboard-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
Makefile input: apple: Add support for Apple SPI keyboard 2022-02-10 16:44:23 -05:00
tegra-kbc.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
twl4030.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
twl6030.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00