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: Add support for new guid type on Linux 4.13+. #38

Closed roadrunner2 closed 7 years ago

roadrunner2 commented 7 years ago

4.13 introduced a new guid_t type and changed various functions to take that instead of a u8*; as part of that acpi_str_to_uuid() was removed in favor of guid_parse().

This fixes #37 .

cb22 commented 7 years ago

Thanks @roadrunner2 - merging.