mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 08:00:08 +01:00
quirks: add a quirk for the Wacom 524c device
Has tilt, doesn't use it Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
69a3ed420f
commit
b5f0536a4f
1 changed files with 7 additions and 0 deletions
|
|
@ -19,3 +19,10 @@ MatchBus=usb
|
|||
MatchVendor=0x56A
|
||||
MatchProduct=0x4200
|
||||
AttrEventCodeDisable=ABS_TILT_X;ABS_TILT_Y;
|
||||
|
||||
[Wacom ISDV4 524c Pen]
|
||||
MatchUdevType=tablet
|
||||
MatchBus=usb
|
||||
MatchVendor=0x2D1F
|
||||
MatchProduct=0x524C
|
||||
AttrEventCodeDisable=ABS_TILT_X;ABS_TILT_Y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue