diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-06-04 08:16:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-06-15 12:36:52 +1000 |
commit | 156e53dc127939f268e6f26a2bbe84f61f92a76c (patch) | |
tree | 1a711ad3dc024371ba9af465800059c6277c0698 | |
parent | 3b9c665357bdf57112079a5cdf2d539721d7cecd (diff) |
udev: the IBM X41 Tablet must not disable the keyboard in tablet mode
https://bugs.freedesktop.org/show_bug.cgi?id=106799
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 07eefba84b1fe46b3e8702ee0db806ddfb80df73)
-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 8135665e..61cd5780 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -220,6 +220,11 @@ libinput:mouse:b0003v04B3p3109* libinput:mouse:b0003v17EFp6049* LIBINPUT_MODEL_LENOVO_SCROLLPOINT=1 +# Lenovo Thinkpad X41 Tablet has lid buttons to be used in tablet mode +# (#103749) +libinput:name:AT Translated Set 2 keyboard:dmi:*svnIBM:*pvrThinkPadX41Tablet:* + LIBINPUT_MODEL_TABLET_MODE_NO_SUSPEND=1 + ########################################## # LENOVO ########################################## |