summary refs log tree commit diff
diff options
context:
space:
mode:
authorIsmaïl Senhaji <ismail.senhaji@gmail.com>2017-04-22 13:38:54 +0200
committerIsmaïl Senhaji <ismail.senhaji@gmail.com>2017-04-22 13:42:57 +0200
commit9497aec292ccb2f62762d067ffe71ed7f5d48787 (patch)
tree5eec423441cc7255d4c8904239838ce6d90c4a0e
parent5cdf1928273742e050e98ff6e969eb4d98de07c7 (diff)
downloadnixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar.gz
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar.bz2
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar.lz
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar.xz
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.tar.zst
nixpkgs-9497aec292ccb2f62762d067ffe71ed7f5d48787.zip
Add Elantech ETPS/2 Trackpoint (ThinkPad Yoga 260)
-rw-r--r--nixos/modules/tasks/trackpoint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/trackpoint.nix b/nixos/modules/tasks/trackpoint.nix
index 32e69dd2bf5..1f8f2891e98 100644
--- a/nixos/modules/tasks/trackpoint.nix
+++ b/nixos/modules/tasks/trackpoint.nix
@@ -81,7 +81,7 @@ with lib;
       services.xserver.inputClassSections =
         [''
         Identifier "Trackpoint Wheel Emulation"
-          MatchProduct "${if cfg.fakeButtons then "PS/2 Generic Mouse" else "Elantech PS/2 TrackPoint|TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"}"
+          MatchProduct "${if cfg.fakeButtons then "PS/2 Generic Mouse" else "ETPS/2 Elantech TrackPoint|Elantech PS/2 TrackPoint|TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"}"
           MatchDevicePath "/dev/input/event*"
           Option "EmulateWheel" "true"
           Option "EmulateWheelButton" "2"