diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2018-05-07 20:46:39 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-05-09 14:18:16 +1000 |
commit | cdebfc78ff74347c9ae51070bb6b02364b6a22f1 (patch) | |
tree | ba8828964ffe3d9f6bf11e522921475e8973a1cb /udev | |
parent | a4036a33ca6ca8da7d2417cac6b840a89b295e5f (diff) |
udev: Fix Chromebook R13 CB5-312T hwdb name
This fixes a typo in the Chromebook R13 CB5-312T hwdb name match and
extends it to the full model name, so that potential future other
Chromebook R13 devices (that are not CB5-312T) won't use these quirks.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 13844f5d..dd5ae4d9 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -121,7 +121,7 @@ libinput:name:*ETPS/2 Elantech Touchpad*:dmi:*svnASUSTeKComputerInc.:pnUX21E:* libinput:name:*Elan Touchpad*:dt:* LIBINPUT_ATTR_PRESSURE_RANGE=10:8 -libinput:name:*Elan Touchpad*:dt:*Chrombook R13* +libinput:name:*Elan Touchpad*:dt:*Chromebook R13 CB5-312T* libinput:name:*Elan Touchpad*:dt:*CB5-312T* libinput:name:*Elan Touchpad*:dt:*Elm* LIBINPUT_ATTR_PRESSURE_RANGE=6:4 |