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: Fix reading of touchpad init response. #41

Closed roadrunner2 closed 7 years ago

roadrunner2 commented 7 years ago

This wasn't actually causing any issues AFAICT, since we currently don't look at the response, but nevertheless I figure it doesn't hurt.

cb22 commented 7 years ago

Good catch. We probably should start looking at the response. I believe you said you made some good headway in decoding the packet format properly?