diff options
author | Michał Kopeć <mkopec12@gmail.com> | 2018-10-18 22:08:28 +0200 |
---|---|---|
committer | Michał Kopeć <mkopec12@gmail.com> | 2018-10-18 22:08:28 +0200 |
commit | e96904e906e81774b40c0c7dacc9a3f2cbf086e0 (patch) | |
tree | a771fb9c8c439565d1dadb5fb7e577e1f0921689 /quirks | |
parent | b0cd07bf753f7621c75ead1812a7bf97a2e86a55 (diff) | |
download | libinput-e96904e906e81774b40c0c7dacc9a3f2cbf086e0.tar.gz |
quirks: don't disable keyboard for Lenovo X60 Tablet in tablet mode
Lenovo X60 tablet has bezel buttons that are bound to the keyboard.
They should not be disabled.
Diffstat (limited to 'quirks')
-rw-r--r-- | quirks/50-system-lenovo.quirks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index e313ad39..2f1b8e85 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -81,6 +81,11 @@ MatchName=AT Translated Set 2 keyboard MatchDMIModalias=dmi:*svnIBM:*pvrThinkPadX41Tablet:* ModelTabletModeNoSuspend=1 +[Lenovo X60 Tablet] +MatchName=AT Translated Set 2 keyboard +MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkPadX60Tablet:* +ModelTabletModeNoSuspend=1 + # Lenovo X220 Tablet special bezel buttons are associated to the # keyboard and would therefore mistakenly be deactivated as well. # See https://gitlab.freedesktop.org/libinput/libinput/issues/154 |