summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-13 11:43:34 +0200
committermakefu <github@syntax-fehler.de>2020-07-13 11:43:34 +0200
commitc059f5a60cdc8df64169a9328e5ea3b6185108b3 (patch)
treecce5eafc408ca424a3abcb2cddb62cd3697a15a3 /tv/2configs/hw
parent457368e1a69cb2dc5c554907b701eb82afc0c61b (diff)
parentd79e9f0159ad3a8e793405b33205f15d9cc19b01 (diff)
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r--tv/2configs/hw/x220.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index 699b4a8..61b4755 100644
--- a/tv/2configs/hw/x220.nix
+++ b/tv/2configs/hw/x220.nix
@@ -15,6 +15,15 @@
pkgs.tpacpi-bat
];
}
+
+ # fix jumpy touchpad
+ # https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X220#X220_Touchpad_cursor_jump/imprecise
+ {
+ services.udev.extraHwdb = /* sh */ ''
+ touchpad:i8042:*
+ LIBINPUT_MODEL_LENOVO_X220_TOUCHPAD_FW81=1
+ '';
+ }
];
boot.extraModulePackages = [