diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2017-04-28 15:33:01 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-07 09:33:45 +1000 |
commit | 04b9cd22b688c2afb4f237da15d4efd013510dff (patch) | |
tree | d191d1d6a018800e56bc6bb90b64cf4f98d8d998 /udev | |
parent | 596777a3147d4070f9598f051f6d7ae96fa2f49a (diff) |
udev: Add specific pressure range for the Chromebook R13 CB5-312T
This adds specific pressure range values for the Elan touchpad found in
the Chromebook R13 CB5-312T (codename elm).
These values allow using the touchpad from the tip of the finger and
makes scrolling generally more reactive.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 000441f..f9e7093 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -103,6 +103,11 @@ 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:*CB5-312T* +libinput:name:*Elan Touchpad*:dt:*Elm* + LIBINPUT_ATTR_PRESSURE_RANGE=6:4 + ########################################## # Google ########################################## |