summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Kopeć <mkopec12@gmail.com>2018-10-18 22:08:28 +0200
committerMichał Kopeć <mkopec12@gmail.com>2018-10-18 22:08:28 +0200
commite96904e906e81774b40c0c7dacc9a3f2cbf086e0 (patch)
treea771fb9c8c439565d1dadb5fb7e577e1f0921689
parentb0cd07bf753f7621c75ead1812a7bf97a2e86a55 (diff)
downloadlibinput-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.
-rw-r--r--quirks/50-system-lenovo.quirks5
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