petalius: use imps protocol, trackpoint breaks on suspend otherwise

This commit is contained in:
Gabriel Ebner 2019-07-19 08:51:37 +02:00
parent f2dfdfe5c9
commit fe5b058aa0
1 changed files with 4 additions and 4 deletions

View File

@ -78,12 +78,12 @@
];
boot.kernelParams = [
# "psmouse.synaptics_intertouch=1"
# "psmouse.proto=imps"
"psmouse.proto=imps"
];
boot.kernelModules = [
# "rmi_smbus"
# "i2c_hid"
# "psmouse"
"rmi_smbus"
"i2c_hid"
"psmouse"
];
# time.timeZone = pkgs.lib.mkOverride 10 "Asia/Tokyo";