Re: [PATCH 2/2] input: apple: Add support for Apple SPI keyboard

2022-01-22 Thread Mark Kettenis
> From: Simon Glass > Date: Fri, 21 Jan 2022 18:40:27 -0700 Hi Simon, > Hi Mark, > > On Sun, 16 Jan 2022 at 10:06, Mark Kettenis wrote: > > > > 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-spec

Re: [PATCH 2/2] input: apple: Add support for Apple SPI keyboard

2022-01-21 Thread Simon Glass
Hi Mark, On Sun, 16 Jan 2022 at 10:06, Mark Kettenis wrote: > > 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 k

[PATCH 2/2] input: apple: Add support for Apple SPI keyboard

2022-01-16 Thread Mark Kettenis
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 th