diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-04-04 14:49:47 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-04-08 11:19:19 +1000 |
commit | 9bba14990ab0cf57a47fbab127c6c858e6eb7f68 (patch) | |
tree | bb0a028fec8ceec2ad68b60b75257bc7904432a5 /doc/user/device-quirks.rst | |
parent | b31d842ac35c1f454368cafd59f29044a9546e17 (diff) | |
download | libinput-9bba14990ab0cf57a47fbab127c6c858e6eb7f68.tar.gz |
tablet: always enable the proximity out quirk
Don't require a quirk update, just enable this by default for all tablets. If
we get a proximity out event at the right time, the quirk is disabled for that
tablet for the rest of its lifetime. And it's virtually impossible to have a
false positive here anyway - you cannot hold the pen still enough to not
trigger events for 50ms.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc/user/device-quirks.rst')
-rw-r--r-- | doc/user/device-quirks.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst index 2a449433..6486b1f3 100644 --- a/doc/user/device-quirks.rst +++ b/doc/user/device-quirks.rst @@ -135,9 +135,6 @@ ModelALPSTouchpad, ModelAppleTouchpad, ModelWacomTouchpad, ModelChromebook ModelTabletNoTilt Indicates that the tablet stylus does not provide tilt axis information, even if the kernel exposes that axis. -ModelTabletNoProximityOut - Indicates that the tablet stylus does not send correct proximity out - events. ModelTouchpadVisibleMarker Indicates the touchpad has a drawn-on visible marker between the software buttons. |