diff options
author | Neev Parikh <neev_parikh@brown.edu> | 2021-05-31 16:24:43 +0000 |
---|---|---|
committer | Neev Parikh <neev_parikh@brown.edu> | 2021-06-01 11:04:44 -0400 |
commit | a8d450d7405bc697f1a5640ba90ff7a53b272377 (patch) | |
tree | 635ac882cbe0ae250cb98f7cc07a54ac4e615a3d | |
parent | 0432fe59adfc852b6203b6f98992ec8fa8537b94 (diff) |
Update 50-system-asus.quirks to include Asus G15 Zephyrus quirk.
Signed-off-by: Neev Parikh <neev.v.parikh@gmail.com>
-rw-r--r-- | quirks/50-system-asus.quirks | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quirks/50-system-asus.quirks b/quirks/50-system-asus.quirks index aa8f89ac..7c29db2e 100644 --- a/quirks/50-system-asus.quirks +++ b/quirks/50-system-asus.quirks @@ -24,3 +24,12 @@ AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE; MatchName=*Intel Virtual Button* MatchDMIModalias=dmi:*svnASUSTeKCOMPUTERINC.:pnVivoBookFlip14_ASUSFlipTP412UA:* ModelTabletModeSwitchUnreliable=1 + +# keyboard has a different vid/pid to the touchpad +# so libinput won't pair the two together and dwt isn't active. +# see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615 +[Asus ROG Zephyrus G15 2021 keyboard] +MatchVendor=0x0B05 +MatchProduct=0x19B6 +MatchUdevType=keyboard +AttrKeyboardIntegration=internal |