forked from linuxwacom/libwacom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Wacom Movink (linuxwacom#673)
Signed-off-by: Tatsunosuke Tobita <[email protected]> (cherry picked from commit 03a9a24)
- Loading branch information
1 parent
6dd0048
commit 090a355
Showing
3 changed files
with
224 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Wacom Movink DTH135K0C | ||
# Sensor Type: EMR | ||
# Features: Touch (Integrated), Tilt | ||
# | ||
# Button Map: | ||
# (A=1, B=2, C=3) | ||
# | ||
# *------------------------------------------* | ||
# | C | | ||
# A | | B | ||
# | | | ||
# | | | ||
# | | | ||
# | TABLET | | ||
# | | | ||
# | | | ||
# | | | ||
# | | | ||
# | | | ||
# *------------------------------------------* | ||
# | ||
# Note: This tablet has 2 physical buttons (one left, one right) | ||
# configured via a firmware OSD but only one button can send | ||
# events at any time. This is button C, shown centered here. | ||
# We cannot tell which physical button triggered the event. | ||
# | ||
# Note: touch data comes through the usb:056a:03f0 interface | ||
# | ||
# sysinfo.4XIn8KkXzp | ||
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/376#issue-2270545906 | ||
[Device] | ||
Name=Wacom Movink | ||
ModelName=DTH-135K0C | ||
DeviceMatch=usb:056a:03f0 | ||
Class=Cintiq | ||
Width=11 | ||
Height=8 | ||
Styli=@udpen; | ||
IntegratedIn=Display | ||
Layout=movink.svg | ||
|
||
[Features] | ||
Stylus=true | ||
Reversible=false | ||
Touch=true | ||
Buttons=3 | ||
|
||
[Buttons] | ||
# Button C can be physically left or right depending on the firmware | ||
# but let's assign it to Left here, that's good enough. | ||
Left=A;C | ||
Right=B |