discussion https://www.reddit.com/r/thinkpad/comments/6var8o/blog_some_notes_on_x1c5_arch_linux/
dmi:bvnLENOVO:bvrN1MET33W(1.18):bd04/11/2017:svnLENOVO:pn20HQS0LV00:pvrThinkPadX1Carbon5th:rvnLENOVO:rn20HQS0LV00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
https://bugzilla.kernel.org/show_bug.cgi?id=191181
Would be nice to try and use the rmi4 protocol over smbus instead of the ps/2 emulation. As of yet, kernel 4.12-rc0
doesn't do this. modprobe psmouse synaptics_intertouch=1
can force it.
and thus middle button scrolling is not enabled. work around:
xinput set-prop "ImPS/2 Generic Wheel Mouse" "libinput Scroll Method Enabled" 0 0 1
Fn+F11 and Fn+F12
$ sudo libinput-debug-events --device /dev/input/event4
-event4 DEVICE_ADDED ThinkPad Extra Buttons seat0 default group1 cap:k
event4 KEYBOARD_KEY +1.69s KEY_FAVORITES (364) pressed
event4 KEYBOARD_KEY +1.69s KEY_FAVORITES (364) released
event4 KEYBOARD_KEY +1.95s KEY_KEYBOARD (374) pressed
event4 KEYBOARD_KEY +1.95s KEY_KEYBOARD (374) released
not that I use them for anything
https://bugs.freedesktop.org/show_bug.cgi?id=100709
supports 3G too it should have GPS/Glonass/Beidou/Galileo too
sudo systemctl start ModemManager.service
https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_5)#Fingerprint_Reader some support in https://aur.archlinux.org/packages/libfprint-git/
[ 3535.293188] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
[ 3535.293192] thinkpad_acpi: unhandled HKEY event 0x60b1
[ 3535.293194] thinkpad_acpi: please report the conditions when this event happened to [email protected]
ps. should be fixed in 4.12-rc1, probably by 696c6523.
@gdamjan, thanks for those notes ;-)
unknown acpi event 0x60b1, 0x60b0 doesn't seem to be fixed for me with kernel 4.13.12-1-ARCH ;(