mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 07:58:06 +02:00
quirks: Add Wacom Bamboo Fun Pen
We must disable ABS_DISTANCE or else the automatic pressure offset calculation doesn't work for this device. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
This commit is contained in:
parent
3dba00845c
commit
34b9c4ce44
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@ MatchBus=usb
|
||||||
MatchVendor=0x056A
|
MatchVendor=0x056A
|
||||||
ModelWacomTouchpad=1
|
ModelWacomTouchpad=1
|
||||||
|
|
||||||
|
[Wacom Bamboo Fun Pen]
|
||||||
|
MatchUdevType=tablet
|
||||||
|
MatchBus=usb
|
||||||
|
MatchVendor=0x056A
|
||||||
|
MatchProduct=0x0018
|
||||||
|
AttrEventCode=-ABS_DISTANCE
|
||||||
|
|
||||||
[Wacom Intuos Pro PTH660]
|
[Wacom Intuos Pro PTH660]
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchBus=usb
|
MatchBus=usb
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue