You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this change, the touchbar does work again back from Suspend. The only missing piece is the keyboard brightness which I don't think has to do with this driver, but with how the keyboard is brought back on resume (BCE driver perhaps?). Still researching that.
Edited:
I was able to bring the keyboard back-light as well by restarting upower on wake of sleep by adding the following file /lib/systemd/system-sleep/upower-onwake:
#!/bin/sh
# Restart UPower
case "$1" in
post)
sleep 5
/usr/sbin/service upower restart
;;
esac
You could add a line as well to restore the backlight level. I chose not to.
Branch: "mbp15"
MBP 2019 15" - Model A1990
$ uname -a Linux joax-ubuntu 5.6.9 #8 SMP Thu May 14 16:02:50 PDT 2020 x86_64 x86_64 x86_64 GNU/Linux
When starting Ubuntu, including this driver, the Touchbar works as intended. But when Ubuntu suspends, the Touchbar is lost.
Reproduce:
When opening, the Touchbar is not active. The following log is on /var/log/syslog:
The text was updated successfully, but these errors were encountered: