diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-16 10:05:59 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-02-05 09:53:23 +1000 |
commit | fdf896a7640e6b05dbe5cf73752dc7ce671d9386 (patch) | |
tree | de3759aa5590737bdc69df5708d4a0bb6480afee /doc | |
parent | 89b9d1bc5a5cce9461a95250b13ef8c7398e995b (diff) |
quirks: add a quirk to ignore unreliable tablet mode switch devices
On the Asus Vivobook Flip 14, the tablet mode switch is unreliable and always
on. Instead of marking every device as 'do not suspend', just mark the tablet
switch itself.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/device-quirks.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst index f28600c4..2a449433 100644 --- a/doc/user/device-quirks.rst +++ b/doc/user/device-quirks.rst @@ -144,6 +144,8 @@ ModelTouchpadVisibleMarker ModelTabletModeNoSuspend Indicates that the device does not need to be suspended in :ref:`switches_tablet_mode`. +ModelTabletModeSwitchUnreliable + Indicates that this tablet mode switch's state cannot be relied upon. ModelTrackball Reserved for trackballs ModelBouncingKeys |