diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-22 14:13:33 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-31 11:12:42 +1000 |
commit | 0e2f1babc58cc2f38b8be77b63047df2f0d2b813 (patch) | |
tree | 357b8515e8193e2b612f3725d5a52aeda6fbf579 /quirks | |
parent | 06f8e02d004d7731c1071382b6e91004d84b6aef (diff) |
quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumps
Currently enabled on all Dell i2c touchpads, these seem to be the ones that
needed it.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'quirks')
-rw-r--r-- | quirks/50-system-dell.quirks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index 7e873edf..49ca15c7 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -5,6 +5,12 @@ MatchName=* Touchpad MatchDMIModalias=dmi:*svnDellInc.:* ModelTouchpadVisibleMarker=1 +[Dell i2c Touchpads] +MatchBus=i2c +MatchUdevType=touchpad +MatchDMIModalias=dmi:*svnDellInc.:* +AttrMscTimestamp=watch + [Dell Lattitude E6220 Touchpad] MatchName=*AlpsPS/2 ALPS GlidePoint MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE6220:* |