diff options
author | Quytelda Kahja <quytelda@tamalin.org> | 2021-07-25 20:20:17 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-07-28 23:53:36 +0000 |
commit | fc24bba7b3f0453794fb22c2e354759e0f896c54 (patch) | |
tree | 5ca1f47edcc5389e70c444991d107dfb982fb821 | |
parent | e6c4b1d16ead9c40599dcea30c1598ecb9760b7d (diff) | |
download | libinput-fc24bba7b3f0453794fb22c2e354759e0f896c54.tar.gz |
Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.
Fixes #632.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
-rw-r--r-- | quirks/50-system-lenovo.quirks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 1ec89201..03632be9 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -144,6 +144,12 @@ MatchVendor=0x06CB MatchProduct=0xCE37 AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE; +[Lenovo Yoga C930 Tablet] +MatchBus=i2c +MatchVendor=0x056A +MatchProduct=0x5196 +AttrTabletSmoothing=1 + # Lenovo Carbon X1 6th gen (RMI4 only, PS/2 is broken on this device, # sends bogus ABS_MT_TOOL_TYPE events for MT_TOOL_PALM [Lenovo Carbon X1 6th gen] |