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: Ensure initrd is rebuilt after installing this driver. #47

Closed roadrunner2 closed 6 years ago

roadrunner2 commented 6 years ago

When installing a new kernel the initrd tends to get built before the dkms hooks are run, resulting in an initrd that is missing this driver - with this the initrd then gets rebuilt after building the driver for the new kernel.

omnibrain commented 6 years ago

I can confirm this, my keyboard stopped working after installing a new kernel even though the dkms hooks ran.