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.
these lines:
git clone https://github.com/cb22/macbook12-spi-driver.git /usr/src/applespi-0.1
and
git clone https://github.com/cb22/macbook12-spi-driver.git /usr/src/applespi-0.1
reference the forked repo and not yours, so when installing on a touchbar mac the appletb driver isn't included after running dkms install -m applespi -v 0.1
these lines:
git clone https://github.com/cb22/macbook12-spi-driver.git /usr/src/applespi-0.1
andgit clone https://github.com/cb22/macbook12-spi-driver.git /usr/src/applespi-0.1
reference the forked repo and not yours, so when installing on a touchbar mac the appletb driver isn't included after runningdkms install -m applespi -v 0.1
changing "cb22" to "roadrunner2" worked.
Many thanks for your hard work!