roadrunner2 / macbook12-spi-driver

Input driver for the SPI touchpad / keyboard found in the 12" MacBook (MacBook8,1 + MacBook9,1) and 2016 through 2018 Macbook Pro's (MacBookPro13,* and 14,*); a Touch Bar driver is also available.
GNU General Public License v2.0
251 stars 49 forks source link

Fixes up to Linux 5.18.1 #65

Open BrianValente opened 2 years ago

BrianValente commented 2 years ago

This PR combines fixes from @PatrickVerner, @btriller, @marmarek and me to fix the driver for the latest version of the Linux kernel. Tested and working fine in 5.18.1.

rob-hills commented 1 year ago

I'm not able to get @BrianValente 's fixes to compile for Linux 5.15!

However, I have been able to get @PatrickVerner 's fork to compile. It would be good to work out and resolve what subsequent changes broke the compile for Linux 5.15 (which is the default kernel for Ubuntu 22.04 LTS)