summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-03-06 11:06:41 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-06 11:07:02 +1000
commit00db769067fa0703f96284bd50ea384efd47e2de (patch)
tree3edd44604547e4c4ec8648500e57c9a2d18f3629
parent37d34f0356cc556dd8a49ec5d1ed64d49417a9b2 (diff)
conf: add Lenovo T450s and W451 to rules
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/71-synaptics.rules10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/71-synaptics.rules b/conf/71-synaptics.rules
index a707421..7a89e14 100644
--- a/conf/71-synaptics.rules
+++ b/conf/71-synaptics.rules
@@ -7,4 +7,14 @@ KERNELS=="serio1", \
ATTRS{firmware_id}=="*LEN0048*", \
ENV{ID_INPUT.tags}="has_trackpoint_buttons"
+# Lenovo W451
+KERNELS=="serio1", \
+ ATTRS{firmware_id}=="*LEN004a*", \
+ ENV{ID_INPUT.tags}="has_trackpoint_buttons"
+
+# Lenovo T450s
+KERNELS=="serio1", \
+ ATTRS{firmware_id}=="*LEN200f*", \
+ ENV{ID_INPUT.tags}="has_trackpoint_buttons"
+
LABEL="touchpad_end"