From: Thomas Glanzmann Date: Thu, 10 Feb 2022 14:38:04 +0000 (+0100) Subject: Merge branch 'master' of a.gmvl.de:/git/m1-debian X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/a83578516716252432c9ebb477f8282ea5cd73fb?hp=b054227611f4fc4023b0837c0ee198d54977543a Merge branch 'master' of a.gmvl.de:/git/m1-debian --- diff --git a/doc/keyboard_backlight.txt b/doc/keyboard_backlight.txt new file mode 100644 index 0000000..aa2be8e --- /dev/null +++ b/doc/keyboard_backlight.txt @@ -0,0 +1,3 @@ +06:32 < ah-[m]> hey, I managed to get the keyboard backlight working, see last couple commits at https://github.com/ah-/linux/commits/kbd +06:33 < ah-[m]> it's based on pipcets driver and docs from here: https://github.com/AsahiLinux/docs/wiki/HW%3AMacBook-Pro-keyboard-backlight-%28FPWM0%29, it still works on the t6000 machines with an updated address, and with a few more lines of dt gnome picks up the led device too +06:34 < ah-[m]> I haven't done any kernel development in years, what's next towards getting this merged? diff --git a/doc/notes.txt b/doc/notes.txt new file mode 100644 index 0000000..6afe65e --- /dev/null +++ b/doc/notes.txt @@ -0,0 +1,3 @@ +09:10 < j`ey> Glanzmann: `git rev-list 6f59bc24287..smc/work` that might work, not sure how it deals with merges. git rebase is the better way. but if you do that youre on your own! +09:19 < _jannau_> Glanzmann: git rebase --onto 5.17-rc3 6f59bc24287 +09:23 < j`ey> if you add -p it can also preserve the merges