cb22 / macbook12-spi-driver

WIP input driver for the SPI touchpad / keyboard found in the 12" MacBook (MacBook8,1 + MacBook9,1)
GNU General Public License v2.0
298 stars 103 forks source link

applespi: Handle key rollover overflow. #62

Closed roadrunner2 closed 6 years ago

roadrunner2 commented 6 years ago

The keyboard sends an all keys = 1 keyboard event when an overflow is detected, which we need to detect and ignore.

This fixes #53.