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

39-usbmuxd.rules udev breaks touchbar on Ubuntu 21.10 and 22.04 #64

Open davidjo opened 2 years ago

davidjo commented 2 years ago

I know this issue has been reported but googling did not list such issues so attempting to log for google.

rob-hills commented 1 year ago

Have you seen the discussion and successful workarounds in #42 ?

davidjo commented 1 year ago

No I hadnt - thanks for update - maybe Ill try those fixups. I resolved it by simply updating to the previous udev for usbmuxd which worked - the current fail is because of the addition of |5ac/8600/ to ENV{PRODUCT} - previous ENV{PRODUCT}=="5ac/12[9a][0-9a-f]/" , current (22.04) ENV{PRODUCT}=="5ac/12[9a][0-9a-f]/|5ac/8600/" - which Im guessing is the MacBook Pro 14,3 iBridge. I dont get why this has been default enabled at all - it only seems to be needed to talk to iphones from MacBooks - given I dont have an iPhone for me its pointless.