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 not working with new uuid framework in 4.13 #37

Closed Dunedan closed 7 years ago

Dunedan commented 7 years ago

Trying to compile applespi for Linux 4.13 fails with some error messages related to the introduction of the new UUID framework in Linux 4.13 (http://lkml.iu.edu/hypermail/linux/kernel/1707.0/00324.html)

roadrunner2 commented 7 years ago

@Dunedan I just created a patch for this in a kernel-4.13-fixes branch, but I've only tested that it compiles. If you can verify that it runs correctly too, I'll submit it as a pull request.

Dunedan commented 7 years ago

Writing this on my MacBookPro13,2 with Kernel 4.13-rc1. Your patch works fine. :+1:

roadrunner2 commented 7 years ago

@Dunedan Thanks for testing!