quirks: don't disable keyboard for Lenovo X60 Tablet in tablet mode
authorMichał Kopeć <mkopec12@gmail.com>
Thu, 18 Oct 2018 20:08:28 +0000 (22:08 +0200)
committerMichał Kopeć <mkopec12@gmail.com>
Thu, 18 Oct 2018 20:08:28 +0000 (22:08 +0200)
Lenovo X60 tablet has bezel buttons that are bound to the keyboard.
They should not be disabled.

quirks/50-system-lenovo.quirks

index e313ad3..2f1b8e8 100644 (file)
@@ -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