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

Procedure for upgrading/switching from original driver? #25

Closed atyshka closed 5 years ago

atyshka commented 5 years ago

Hi, thanks for working on this great addition to mac support! I was wondering what the procedure would be for switching from the original driver with no touch bar support over to your fork. Just clone and install following the same procedure? Do I need to make sure the old version is completely purged? Running kernel 4.15.

roadrunner2 commented 5 years ago

Yes, you can just re-clone and build (or you can also just add a new remote and fetch/pull that, or even just change the remote to point to this repo and fetch/pull again). It should not be necessary to purge anything, as this repo just extends cb22's with the touchbar/als drivers, and generally all changes to the keyboard driver are submitted back to cb22 (though he hasn't been merging the pull requests of late, so consider this repo are a more up-to-date version).