From 00db769067fa0703f96284bd50ea384efd47e2de Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Mar 2015 11:06:41 +1000 Subject: [PATCH] conf: add Lenovo T450s and W451 to rules Signed-off-by: Peter Hutterer --- conf/71-synaptics.rules | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- GitLab