import CS libwacom-1.12.1-5.el9_6
This commit is contained in:
parent
062068b8d9
commit
edb9d0763d
@ -0,0 +1,23 @@
|
||||
From dc5810f869180dc47888b9a170d68c946c48d794 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Mon, 24 Jan 2022 12:12:37 +1000
|
||||
Subject: [PATCH libwacom 01/13] data: remove unknown BuiltIn key from the
|
||||
DTU1931
|
||||
|
||||
(cherry picked from commit 8bec663051077573a795e2f2c87ddbafed00936d)
|
||||
---
|
||||
data/dtu-1931.tablet | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git ./data/dtu-1931.tablet ../data/dtu-1931.tablet
|
||||
index 5e1aad7f1aea..6548a8271470 100644
|
||||
--- ./data/dtu-1931.tablet
|
||||
+++ ../data/dtu-1931.tablet
|
||||
@@ -14,4 +14,3 @@ IntegratedIn=Display
|
||||
[Features]
|
||||
Stylus=true
|
||||
Buttons=0
|
||||
-BuiltIn=true
|
||||
--
|
||||
2.45.2
|
||||
|
||||
37
SOURCES/0002-Add-description-for-elan-2a70-466.patch
Normal file
37
SOURCES/0002-Add-description-for-elan-2a70-466.patch
Normal file
@ -0,0 +1,37 @@
|
||||
From 78853212124e24651e7eb888cbd7bb40c3a94441 Mon Sep 17 00:00:00 2001
|
||||
From: MSmolarz <49169537+MSmolarz@users.noreply.github.com>
|
||||
Date: Mon, 24 Jan 2022 03:27:41 +0100
|
||||
Subject: [PATCH libwacom 02/13] Add description for elan-2a70 (#466)
|
||||
|
||||
(cherry picked from commit 28396058d1a83e82f66b4c92d7c01cd0d0f6e354)
|
||||
---
|
||||
data/elan-2a70.tablet | 17 +++++++++++++++++
|
||||
1 file changed, 17 insertions(+)
|
||||
create mode 100644 data/elan-2a70.tablet
|
||||
|
||||
diff --git ./data/elan-2a70.tablet ../data/elan-2a70.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..88044e0edfad
|
||||
--- /dev/null
|
||||
+++ ../data/elan-2a70.tablet
|
||||
@@ -0,0 +1,17 @@
|
||||
+# ELAN touchscreen/pen sensor present in the HP ProBook X360 11 G5 EE
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/185
|
||||
+# sysinfo.B2HOmo20Hc
|
||||
+
|
||||
+[Device]
|
||||
+Name=ELAN1001
|
||||
+DeviceMatch=i2c:04f3:2a70
|
||||
+Class=ISDV4
|
||||
+Width=10
|
||||
+Height=6
|
||||
+IntegratedIn=Display;System
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Touch=true
|
||||
+Buttons=0
|
||||
+
|
||||
--
|
||||
2.45.2
|
||||
|
||||
@ -0,0 +1,31 @@
|
||||
From a0a0f786c845313d9eb3cb2ee08a5d058cac80c1 Mon Sep 17 00:00:00 2001
|
||||
From: Ping Cheng <ping.cheng@wacom.com>
|
||||
Date: Sun, 13 Feb 2022 20:09:34 -0800
|
||||
Subject: [PATCH libwacom 03/13] Add support for a new "Wacom One Pen Display
|
||||
13"
|
||||
|
||||
Except the PID change, there was only a minor update in the tablet's
|
||||
cordinate for this model.
|
||||
|
||||
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
|
||||
(cherry picked from commit f057ded6b820d18fc29b90b7909ae9a2b988916b)
|
||||
---
|
||||
data/wacom-one.tablet | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git ./data/wacom-one.tablet ../data/wacom-one.tablet
|
||||
index be55fecb7097..3bd2b18c7e94 100644
|
||||
--- ./data/wacom-one.tablet
|
||||
+++ ../data/wacom-one.tablet
|
||||
@@ -6,7 +6,7 @@
|
||||
Name=Wacom One Pen Display 13
|
||||
ModelName=DTC133
|
||||
Class=PenDisplay
|
||||
-DeviceMatch=usb:056a:03a6
|
||||
+DeviceMatch=usb:056a:03a6;usb:056a:03bd
|
||||
Width=11
|
||||
Height=6
|
||||
# No pad buttons, so no layout
|
||||
--
|
||||
2.45.2
|
||||
|
||||
77
SOURCES/0004-data-add-Wacom-One-12-Wacom-One-13.patch
Normal file
77
SOURCES/0004-data-add-Wacom-One-12-Wacom-One-13.patch
Normal file
@ -0,0 +1,77 @@
|
||||
From a43858e4de82bde845a95833d69f643c122c70fb Mon Sep 17 00:00:00 2001
|
||||
From: Joshua Dickens <Joshua@Joshua-Dickens.com>
|
||||
Date: Thu, 10 Aug 2023 10:20:29 -0700
|
||||
Subject: [PATCH libwacom 04/13] data: add Wacom One 12 & Wacom One 13
|
||||
|
||||
Adding tablet files for two new Wacom products.
|
||||
|
||||
(cherry picked from commit 3563898cd2e87f577e306ba6fc5d22923e1a6fd0)
|
||||
---
|
||||
data/wacom-one-12.tablet | 23 +++++++++++++++++++++++
|
||||
data/wacom-one-13.tablet | 23 +++++++++++++++++++++++
|
||||
2 files changed, 46 insertions(+)
|
||||
create mode 100644 data/wacom-one-12.tablet
|
||||
create mode 100644 data/wacom-one-13.tablet
|
||||
|
||||
diff --git ./data/wacom-one-12.tablet ../data/wacom-one-12.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..5662fd69716c
|
||||
--- /dev/null
|
||||
+++ ../data/wacom-one-12.tablet
|
||||
@@ -0,0 +1,23 @@
|
||||
+# Wacom
|
||||
+# Wacom One Pen Display 12
|
||||
+# DTC121
|
||||
+#
|
||||
+# sysinfo.2gKHOkzsUw
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/315
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom One Pen Display 12
|
||||
+ModelName=DTC121
|
||||
+Class=PenDisplay
|
||||
+DeviceMatch=usb:056a:03ce
|
||||
+Width=11
|
||||
+Height=6
|
||||
+# No pad buttons, so no layout
|
||||
+IntegratedIn=Display
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Ring=false
|
||||
+Buttons=0
|
||||
\ No newline at end of file
|
||||
diff --git ./data/wacom-one-13.tablet ../data/wacom-one-13.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..8cb4b6297600
|
||||
--- /dev/null
|
||||
+++ ../data/wacom-one-13.tablet
|
||||
@@ -0,0 +1,23 @@
|
||||
+# Wacom
|
||||
+# Wacom One Pen Display 13
|
||||
+# DTH134
|
||||
+#
|
||||
+# sysinfo.b0YFbQqufS
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/316
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom One Pen Display 13
|
||||
+ModelName=DTH134
|
||||
+Class=PenDisplay
|
||||
+DeviceMatch=usb:056a:03cb
|
||||
+Width=13
|
||||
+Height=7
|
||||
+# No pad buttons, so no layout
|
||||
+IntegratedIn=Display
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=true
|
||||
+Ring=false
|
||||
+Buttons=0
|
||||
--
|
||||
2.45.2
|
||||
|
||||
91
SOURCES/0005-data-Add-Wacom-One-pen-tablet.patch
Normal file
91
SOURCES/0005-data-Add-Wacom-One-pen-tablet.patch
Normal file
@ -0,0 +1,91 @@
|
||||
From ba79ec1602bd0dbcdc799fe1893fe2e2b439c3d2 Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <killertofu@gmail.com>
|
||||
Date: Fri, 20 Jan 2023 10:36:13 -0800
|
||||
Subject: [PATCH libwacom 05/13] data: Add "Wacom One pen tablet"
|
||||
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit bab4b09d61bef980ddfe6ec782342c28ec77ae1c)
|
||||
---
|
||||
data/wacom-one-pen-m.tablet | 31 +++++++++++++++++++++++++++++++
|
||||
data/wacom-one-pen-s.tablet | 31 +++++++++++++++++++++++++++++++
|
||||
2 files changed, 62 insertions(+)
|
||||
create mode 100644 data/wacom-one-pen-m.tablet
|
||||
create mode 100644 data/wacom-one-pen-s.tablet
|
||||
|
||||
diff --git ./data/wacom-one-pen-m.tablet ../data/wacom-one-pen-m.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..db507539b614
|
||||
--- /dev/null
|
||||
+++ ../data/wacom-one-pen-m.tablet
|
||||
@@ -0,0 +1,31 @@
|
||||
+# Wacom
|
||||
+# Wacom One Pen tablet medium
|
||||
+# CTC6110WL
|
||||
+#
|
||||
+# sysinfo.u4eUPF71FH.tar.gz
|
||||
+# sysinfo.IjTSbRB2uI.tar.gz
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/317
|
||||
+#
|
||||
+# Stylus with two buttons and no physical eraser. Upper button switches the
|
||||
+# pen to become an eraser, similar to AES devices.
|
||||
+#
|
||||
+# Pen active area: 8.50 x 5.31in
|
||||
+#
|
||||
+# Has an "Android mode" with a slightly different HID descriptor which
|
||||
+# uses the alternate VID:PID of 0531:0105.
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom One Pen tablet medium
|
||||
+ModelName=CTC6110WL
|
||||
+DeviceMatch=usb:0531:0102;bluetooth:0531:0103;usb:0531:0105
|
||||
+Class=Bamboo
|
||||
+Width=9
|
||||
+Height=5
|
||||
+# No pad buttons, so no layout
|
||||
+IntegratedIn=
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Buttons=0
|
||||
diff --git ./data/wacom-one-pen-s.tablet ../data/wacom-one-pen-s.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..30cf99024dcb
|
||||
--- /dev/null
|
||||
+++ ../data/wacom-one-pen-s.tablet
|
||||
@@ -0,0 +1,31 @@
|
||||
+# Wacom
|
||||
+# Wacom One Pen tablet small
|
||||
+# CTC4110WL
|
||||
+#
|
||||
+# sysinfo.2l5xhSogc9.tar.gz
|
||||
+# sysinfo.jIO6fyyckl.tar.gz
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/317
|
||||
+#
|
||||
+# Stylus with two buttons and no physical eraser. Upper button switches the
|
||||
+# pen to become an eraser, similar to AES devices.
|
||||
+#
|
||||
+# Pen active area: 5.98 x 3.74in
|
||||
+#
|
||||
+# Has an "Android mode" with a slightly different HID descriptor which
|
||||
+# uses the alternate VID:PID of 0531:0104.
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom One Pen tablet small
|
||||
+ModelName=CTC4110WL
|
||||
+DeviceMatch=usb:0531:0100;bluetooth:0531:0101;usb:0531:0104
|
||||
+Class=Bamboo
|
||||
+Width=6
|
||||
+Height=4
|
||||
+# No pad buttons, so no layout
|
||||
+IntegratedIn=
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Buttons=0
|
||||
--
|
||||
2.45.2
|
||||
|
||||
505
SOURCES/0006-data-add-Wacom-Cintiq-Pro-22-17.patch
Normal file
505
SOURCES/0006-data-add-Wacom-Cintiq-Pro-22-17.patch
Normal file
@ -0,0 +1,505 @@
|
||||
From 6dd004896f6014f3f7516d2b84efd1bcc5a285e2 Mon Sep 17 00:00:00 2001
|
||||
From: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
|
||||
Date: Thu, 19 Oct 2023 12:10:12 -0700
|
||||
Subject: [PATCH libwacom 06/13] data: add Wacom Cintiq Pro 22 & 17
|
||||
|
||||
Add tablet and layout files for a new Wacom products.
|
||||
Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
|
||||
|
||||
(cherry picked from commit 127b99a0580d50423409d9b086765c704e948e68)
|
||||
---
|
||||
data/cintiq-pro-17.tablet | 48 +++++++++
|
||||
data/cintiq-pro-22.tablet | 48 +++++++++
|
||||
data/layouts/cintiq-pro-17.svg | 181 +++++++++++++++++++++++++++++++++
|
||||
data/layouts/cintiq-pro-22.svg | 181 +++++++++++++++++++++++++++++++++
|
||||
4 files changed, 458 insertions(+)
|
||||
create mode 100644 data/cintiq-pro-17.tablet
|
||||
create mode 100644 data/cintiq-pro-22.tablet
|
||||
create mode 100644 data/layouts/cintiq-pro-17.svg
|
||||
create mode 100644 data/layouts/cintiq-pro-22.svg
|
||||
|
||||
diff --git ./data/cintiq-pro-17.tablet ../data/cintiq-pro-17.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..267a491d87c7
|
||||
--- /dev/null
|
||||
+++ ../data/cintiq-pro-17.tablet
|
||||
@@ -0,0 +1,48 @@
|
||||
+# Wacom
|
||||
+# Cintiq Pro 17
|
||||
+# DTH-172
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# *-----------------------*
|
||||
+# A | | E
|
||||
+# B | | F
|
||||
+# C | | G
|
||||
+# D | | H
|
||||
+# | |
|
||||
+# | DISPLAY |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# NOTE: Buttons are on the back side of the device rather
|
||||
+# than on the top bezel.
|
||||
+#
|
||||
+# sysinfo.wvOAcmWSUM.tar.gz
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/332
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Cintiq Pro 17
|
||||
+ModelName=DTH-172
|
||||
+Class=Cintiq
|
||||
+DeviceMatch=usb:056a:03c4
|
||||
+Width=15
|
||||
+Height=8
|
||||
+Layout=cintiq-pro-17.svg
|
||||
+Styli=@cintiqpro2022;@mobilestudio;@propengen2;
|
||||
+IntegratedIn=Display
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=true
|
||||
+Ring=false
|
||||
+Buttons=8
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D
|
||||
+Right=E;F;G;H
|
||||
diff --git ./data/cintiq-pro-22.tablet ../data/cintiq-pro-22.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..caef2a58e07a
|
||||
--- /dev/null
|
||||
+++ ../data/cintiq-pro-22.tablet
|
||||
@@ -0,0 +1,48 @@
|
||||
+# Wacom
|
||||
+# Cintiq Pro 22
|
||||
+# DTH-227
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# *-----------------------*
|
||||
+# A | | E
|
||||
+# B | | F
|
||||
+# C | | G
|
||||
+# D | | H
|
||||
+# | |
|
||||
+# | DISPLAY |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# NOTE: Buttons are on the back side of the device rather
|
||||
+# than on the top bezel.
|
||||
+#
|
||||
+# sysinfo.zUn2dGOyeh.tar.gz
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/331
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Cintiq Pro 22
|
||||
+ModelName=DTH-227
|
||||
+Class=Cintiq
|
||||
+DeviceMatch=usb:056a:03d0
|
||||
+Width=18
|
||||
+Height=10
|
||||
+Layout=cintiq-pro-22.svg
|
||||
+Styli=@cintiqpro2022;@mobilestudio;@propengen2;
|
||||
+IntegratedIn=Display
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=true
|
||||
+Ring=false
|
||||
+Buttons=8
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D
|
||||
+Right=E;F;G;H
|
||||
diff --git ./data/layouts/cintiq-pro-17.svg ../data/layouts/cintiq-pro-17.svg
|
||||
new file mode 100644
|
||||
index 000000000000..447982235383
|
||||
--- /dev/null
|
||||
+++ ../data/layouts/cintiq-pro-17.svg
|
||||
@@ -0,0 +1,181 @@
|
||||
+<?xml version="1.0" standalone="no"?>
|
||||
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
+<svg
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ version="1.1"
|
||||
+ style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||||
+ id="cintiq-pro-17"
|
||||
+ width="410"
|
||||
+ height="264">
|
||||
+ <title
|
||||
+ id="title">Wacom Cintiq Pro 17</title>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonA"
|
||||
+ class="A Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="A Leader"
|
||||
+ d="M 20 42 L 40 42" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="A Label"
|
||||
+ x="45"
|
||||
+ y="42"
|
||||
+ style="text-anchor:start;">A</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonB"
|
||||
+ class="B Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="B Leader"
|
||||
+ d="M 20 57 L 40 57" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="B Label"
|
||||
+ x="45"
|
||||
+ y="57"
|
||||
+ style="text-anchor:start;">B</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonC"
|
||||
+ class="C Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="C Leader"
|
||||
+ d="M 20 72 L 40 72" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="C Label"
|
||||
+ x="45"
|
||||
+ y="72"
|
||||
+ style="text-anchor:start;">C</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonD"
|
||||
+ class="D Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="D Leader"
|
||||
+ d="M 20 87 L 40 87" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="D Label"
|
||||
+ x="45"
|
||||
+ y="87"
|
||||
+ style="text-anchor:start;">D</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonE"
|
||||
+ class="E Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="E Leader"
|
||||
+ d="M 380 42 L 360 42" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="E Label"
|
||||
+ x="355"
|
||||
+ y="42"
|
||||
+ style="text-anchor:end;">E</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonF"
|
||||
+ class="F Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="F Leader"
|
||||
+ d="M 380 57 L 360 57" />
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="F Label"
|
||||
+ x="355"
|
||||
+ y="57"
|
||||
+ style="text-anchor:end;">F</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonG"
|
||||
+ class="G Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="G Leader"
|
||||
+ d="M 380 72 L 360 72" />
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="G Label"
|
||||
+ x="355"
|
||||
+ y="72"
|
||||
+ style="text-anchor:end;">G</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonH"
|
||||
+ class="H Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="H Leader"
|
||||
+ d="M 380 87 L 360 87" />
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="H Label"
|
||||
+ x="355"
|
||||
+ y="87"
|
||||
+ style="text-anchor:end;">H</text>
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git ./data/layouts/cintiq-pro-22.svg ../data/layouts/cintiq-pro-22.svg
|
||||
new file mode 100644
|
||||
index 000000000000..d8e5fee14201
|
||||
--- /dev/null
|
||||
+++ ../data/layouts/cintiq-pro-22.svg
|
||||
@@ -0,0 +1,181 @@
|
||||
+<?xml version="1.0" standalone="no"?>
|
||||
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
+<svg
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ version="1.1"
|
||||
+ style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||||
+ id="cintiq-pro-22"
|
||||
+ width="410"
|
||||
+ height="264">
|
||||
+ <title
|
||||
+ id="title">Wacom Cintiq Pro 22</title>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonA"
|
||||
+ class="A Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="A Leader"
|
||||
+ d="M 20 42 L 40 42" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="A Label"
|
||||
+ x="45"
|
||||
+ y="42"
|
||||
+ style="text-anchor:start;">A</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonB"
|
||||
+ class="B Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="B Leader"
|
||||
+ d="M 20 57 L 40 57" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="B Label"
|
||||
+ x="45"
|
||||
+ y="57"
|
||||
+ style="text-anchor:start;">B</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonC"
|
||||
+ class="C Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="C Leader"
|
||||
+ d="M 20 72 L 40 72" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="C Label"
|
||||
+ x="45"
|
||||
+ y="72"
|
||||
+ style="text-anchor:start;">C</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonD"
|
||||
+ class="D Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="D Leader"
|
||||
+ d="M 20 87 L 40 87" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="D Label"
|
||||
+ x="45"
|
||||
+ y="87"
|
||||
+ style="text-anchor:start;">D</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonE"
|
||||
+ class="E Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="E Leader"
|
||||
+ d="M 380 42 L 360 42" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="E Label"
|
||||
+ x="355"
|
||||
+ y="42"
|
||||
+ style="text-anchor:end;">E</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonF"
|
||||
+ class="F Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="F Leader"
|
||||
+ d="M 380 57 L 360 57" />
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="F Label"
|
||||
+ x="355"
|
||||
+ y="57"
|
||||
+ style="text-anchor:end;">F</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonG"
|
||||
+ class="G Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="G Leader"
|
||||
+ d="M 380 72 L 360 72" />
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="G Label"
|
||||
+ x="355"
|
||||
+ y="72"
|
||||
+ style="text-anchor:end;">G</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonH"
|
||||
+ class="H Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="H Leader"
|
||||
+ d="M 380 87 L 360 87" />
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="H Label"
|
||||
+ x="355"
|
||||
+ y="87"
|
||||
+ style="text-anchor:end;">H</text>
|
||||
+ </g>
|
||||
+</svg>
|
||||
--
|
||||
2.45.2
|
||||
|
||||
262
SOURCES/0007-Add-support-for-Wacom-Movink-673.patch
Normal file
262
SOURCES/0007-Add-support-for-Wacom-Movink-673.patch
Normal file
@ -0,0 +1,262 @@
|
||||
From 090a3552e22023cfa6d3e2ff8d8c7dd5c5f568ae Mon Sep 17 00:00:00 2001
|
||||
From: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
Date: Thu, 2 May 2024 12:30:11 +0900
|
||||
Subject: [PATCH libwacom 07/13] Add support for Wacom Movink (#673)
|
||||
|
||||
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
(cherry picked from commit 03a9a244c8cf042716fc7453aec92b6ea8274c7f)
|
||||
---
|
||||
data/layouts/movink.svg | 153 ++++++++++++++++++++++++++++++++++++++++
|
||||
data/libwacom.stylus | 19 +++++
|
||||
data/movink.tablet | 52 ++++++++++++++
|
||||
3 files changed, 224 insertions(+)
|
||||
create mode 100644 data/layouts/movink.svg
|
||||
create mode 100644 data/movink.tablet
|
||||
|
||||
diff --git ./data/layouts/movink.svg ../data/layouts/movink.svg
|
||||
new file mode 100644
|
||||
index 000000000000..a71fb1a880aa
|
||||
--- /dev/null
|
||||
+++ ../data/layouts/movink.svg
|
||||
@@ -0,0 +1,153 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<svg
|
||||
+ version="1.1"
|
||||
+ style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||||
+ id="movink"
|
||||
+ width="410"
|
||||
+ height="264"
|
||||
+ sodipodi:docname="movink.svg"
|
||||
+ inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg"
|
||||
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
+ xmlns:cc="http://creativecommons.org/ns#"
|
||||
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
+ <defs
|
||||
+ id="defs8">
|
||||
+ <rect
|
||||
+ x="174.34434"
|
||||
+ y="32.630142"
|
||||
+ width="17.491545"
|
||||
+ height="15.641169"
|
||||
+ id="rect1" />
|
||||
+ <rect
|
||||
+ x="64.742484"
|
||||
+ y="49.620748"
|
||||
+ width="71.798062"
|
||||
+ height="22.304045"
|
||||
+ id="rect8" />
|
||||
+ </defs>
|
||||
+ <sodipodi:namedview
|
||||
+ id="namedview8"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#000000"
|
||||
+ borderopacity="0.25"
|
||||
+ showguides="true"
|
||||
+ showgrid="false"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:zoom="5.0783123"
|
||||
+ inkscape:cx="188.54689"
|
||||
+ inkscape:cy="70.889692"
|
||||
+ inkscape:window-width="3794"
|
||||
+ inkscape:window-height="2096"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="0"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="g10">
|
||||
+ <sodipodi:guide
|
||||
+ position="-0.19691581,270.30131"
|
||||
+ orientation="1,0"
|
||||
+ id="guide1"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="409.97872,260.65243"
|
||||
+ orientation="1,0"
|
||||
+ id="guide2"
|
||||
+ inkscape:locked="false" />
|
||||
+ </sodipodi:namedview>
|
||||
+ <title
|
||||
+ id="title">Wacom Movink</title>
|
||||
+ <g
|
||||
+ id="g8">
|
||||
+ <rect
|
||||
+ id="ButtonA"
|
||||
+ class="A Button"
|
||||
+ rx="0.49358961"
|
||||
+ ry="1.5854464"
|
||||
+ x="1.096156"
|
||||
+ y="40.096157"
|
||||
+ width="14.807688"
|
||||
+ height="15.854464"
|
||||
+ style="stroke-width:0.442312;fill:none" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="A Leader"
|
||||
+ d="M 20,42 H 40" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="A Label"
|
||||
+ x="45"
|
||||
+ y="42"
|
||||
+ style="text-anchor:start">A</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g9">
|
||||
+ <rect
|
||||
+ id="ButtonB"
|
||||
+ class="B Button"
|
||||
+ rx="0.49358961"
|
||||
+ ry="1.5854464"
|
||||
+ x="394.04855"
|
||||
+ y="40.171661"
|
||||
+ width="14.807688"
|
||||
+ height="15.854464"
|
||||
+ style="color:#000000;font-size:8px;fill:none;stroke:#7f7f7f;stroke-width:0.442312" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="B Leader"
|
||||
+ d="M 390,42 H 370" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="B Label"
|
||||
+ x="367"
|
||||
+ y="42"
|
||||
+ style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:0.25;font-size:8;text-anchor:start"
|
||||
+ inkscape:label="LabelB">B</text>
|
||||
+ </g>
|
||||
+ <metadata
|
||||
+ id="metadata9">
|
||||
+ <rdf:RDF>
|
||||
+ <cc:Work
|
||||
+ rdf:about="">
|
||||
+ <dc:title>Wacom Movink</dc:title>
|
||||
+ </cc:Work>
|
||||
+ </rdf:RDF>
|
||||
+ </metadata>
|
||||
+ <g
|
||||
+ id="g10"
|
||||
+ style="color:#000000;font-size:8px;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
+ transform="translate(-163.66016,-12.042969)">
|
||||
+ <rect
|
||||
+ id="ButtonC"
|
||||
+ class="C Button"
|
||||
+ rx="0.49358961"
|
||||
+ ry="1.5854464"
|
||||
+ x="360.75516"
|
||||
+ y="13.385727"
|
||||
+ width="14.807688"
|
||||
+ height="15.854464"
|
||||
+ style="color:#000000;font-size:8px;fill:none;stroke:#7f7f7f;stroke-width:0.442312" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="C Leader"
|
||||
+ d="M 571.61407,20.15304 H 376.41438"
|
||||
+ style="stroke-width:0.781024" />
|
||||
+ <path
|
||||
+ id="LeaderC-2"
|
||||
+ class="C Leader"
|
||||
+ d="M 360.12797,20.633226 H 164.92828"
|
||||
+ style="color:#000000;font-size:8px;fill:none;stroke:#7f7f7f;stroke-width:0.781024" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="C Label"
|
||||
+ x="364.94287"
|
||||
+ y="37.266518"
|
||||
+ style="color:#000000;font-size:8px;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
+ inkscape:label="LabelC">C</text>
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git ./data/libwacom.stylus ../data/libwacom.stylus
|
||||
index e012e09182b7..17fea9090990 100644
|
||||
--- ./data/libwacom.stylus
|
||||
+++ ../data/libwacom.stylus
|
||||
@@ -729,3 +729,22 @@ Type=Puck
|
||||
HasLens=false
|
||||
HasWheel=true
|
||||
Buttons=5
|
||||
+
|
||||
+[0x10002]
|
||||
+# Movink
|
||||
+Name=UD Pen
|
||||
+Group=udpen
|
||||
+PairedStylusIds=0x1000a;
|
||||
+Buttons=2
|
||||
+Axes=Tilt;Pressure;Distance;
|
||||
+Type=General
|
||||
+
|
||||
+[0x1000a]
|
||||
+# Movink
|
||||
+Name=UD Pen Eraser
|
||||
+Group=udpen
|
||||
+PairedStylusIds=0x10002;
|
||||
+Buttons=1
|
||||
+EraserType=Invert
|
||||
+Axes=Tilt;Pressure;Distance;
|
||||
+Type=General
|
||||
diff --git ./data/movink.tablet ../data/movink.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..6cc4155d341b
|
||||
--- /dev/null
|
||||
+++ ../data/movink.tablet
|
||||
@@ -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
|
||||
--
|
||||
2.45.2
|
||||
|
||||
29
SOURCES/0008-Add-support-for-a-new-Intuos-Pro-Small.patch
Normal file
29
SOURCES/0008-Add-support-for-a-new-Intuos-Pro-Small.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From 16a15ba8aee72867fa87db61681be8dd8850a3bf Mon Sep 17 00:00:00 2001
|
||||
From: Ping Cheng <ping.cheng@wacom.com>
|
||||
Date: Fri, 19 Aug 2022 15:11:30 -0700
|
||||
Subject: [PATCH libwacom 08/13] Add support for a new "Intuos Pro Small"
|
||||
|
||||
Except PID, everything is the same.
|
||||
|
||||
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
|
||||
(cherry picked from commit a058fba02939e15b543fd0c9f9a3e66021e3162f)
|
||||
---
|
||||
data/intuos-pro-2-s.tablet | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git ./data/intuos-pro-2-s.tablet ../data/intuos-pro-2-s.tablet
|
||||
index 48c4143bd2da..12c39bfae6f6 100644
|
||||
--- ./data/intuos-pro-2-s.tablet
|
||||
+++ ../data/intuos-pro-2-s.tablet
|
||||
@@ -32,7 +32,7 @@
|
||||
[Device]
|
||||
Name=Wacom Intuos Pro S
|
||||
ModelName=PTH-460
|
||||
-DeviceMatch=usb:056a:0392;bluetooth:056a:0393;
|
||||
+DeviceMatch=usb:056a:0392;bluetooth:056a:0393;usb:056a:03dc;bluetooth:056a:03dd;
|
||||
Class=Intuos5
|
||||
Width=6
|
||||
Height=4
|
||||
--
|
||||
2.45.2
|
||||
|
||||
31
SOURCES/0009-wacom-movink.tablet-add-more-groups.patch
Normal file
31
SOURCES/0009-wacom-movink.tablet-add-more-groups.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 8d5c4bd7dd47f3aa2a71f414fc6b13c9c7de395a Mon Sep 17 00:00:00 2001
|
||||
From: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
Date: Wed, 17 Jul 2024 14:11:57 +0900
|
||||
Subject: [PATCH libwacom 09/13] wacom-movink.tablet: add more groups
|
||||
|
||||
Since Movink supports mobilestudio and propengen2 groups, they
|
||||
are added by this change.
|
||||
|
||||
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.wacom@gmail.com
|
||||
(cherry picked from commit d2e4b2b6c40d661b7c2f3dc241e17bc76df0db0f)
|
||||
---
|
||||
data/movink.tablet | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git ./data/movink.tablet ../data/movink.tablet
|
||||
index 6cc4155d341b..10c10711745e 100644
|
||||
--- ./data/movink.tablet
|
||||
+++ ../data/movink.tablet
|
||||
@@ -35,7 +35,7 @@ DeviceMatch=usb:056a:03f0
|
||||
Class=Cintiq
|
||||
Width=11
|
||||
Height=8
|
||||
-Styli=@udpen;
|
||||
+Styli=@udpen;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
Layout=movink.svg
|
||||
|
||||
--
|
||||
2.45.2
|
||||
|
||||
@ -0,0 +1,31 @@
|
||||
From 845d1c1e447a80977217d7a289a64c83fcca0889 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Wed, 22 Nov 2023 09:08:30 +1000
|
||||
Subject: [PATCH libwacom 10/13] libwacom: only memcmp the led data if we have
|
||||
leds
|
||||
|
||||
../libwacom/libwacom.c:498:13: runtime error: null pointer passed as argument 1, which is declared to never be null
|
||||
/usr/include/string.h:65:33: note: nonnull attribute specified here
|
||||
|
||||
(cherry picked from commit 8468b88c7c55af65585ce7d7b21ab82544af7bfd)
|
||||
---
|
||||
libwacom/libwacom.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git ./libwacom/libwacom.c ../libwacom/libwacom.c
|
||||
index 935344c49752..37d03bd2642f 100644
|
||||
--- ./libwacom/libwacom.c
|
||||
+++ ../libwacom/libwacom.c
|
||||
@@ -472,7 +472,8 @@ libwacom_compare(const WacomDevice *a, const WacomDevice *b, WacomCompareFlags f
|
||||
if (a->status_leds->len != b->status_leds->len)
|
||||
return 1;
|
||||
|
||||
- if (memcmp(a->status_leds->data, b->status_leds->data,
|
||||
+ if (a->status_leds->len > 0 &&
|
||||
+ memcmp(a->status_leds->data, b->status_leds->data,
|
||||
sizeof(WacomStatusLEDs) * a->status_leds->len) != 0)
|
||||
return 1;
|
||||
|
||||
--
|
||||
2.45.2
|
||||
|
||||
@ -0,0 +1,51 @@
|
||||
From 297311bf9e3ecad1790a9f867ff587e330807ca6 Mon Sep 17 00:00:00 2001
|
||||
From: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
Date: Wed, 31 Jul 2024 17:21:22 +0900
|
||||
Subject: [PATCH libwacom 11/13] wacom-movink-13.tablet: correct the product
|
||||
name
|
||||
|
||||
"Wacom Movink" used in the previous tablet file was corrected
|
||||
to "Wacom Movink 13" which is more appropriate for the product
|
||||
|
||||
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
(cherry picked from commit ac9e57d399c38c1e34a077ad01ed63b28491811a)
|
||||
---
|
||||
data/{movink.tablet => movink-13.tablet} | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
rename data/{movink.tablet => movink-13.tablet} (94%)
|
||||
|
||||
diff --git ./data/movink.tablet ../data/movink-13.tablet
|
||||
similarity index 94%
|
||||
rename from data/movink.tablet
|
||||
rename to data/movink-13.tablet
|
||||
index 10c10711745e..99153cab87a3 100644
|
||||
--- ./data/movink.tablet
|
||||
+++ ../data/movink-13.tablet
|
||||
@@ -1,4 +1,5 @@
|
||||
-# Wacom Movink DTH135K0C
|
||||
+# Wacom Movink 13
|
||||
+# Model Name: DTH135K0C
|
||||
# Sensor Type: EMR
|
||||
# Features: Touch (Integrated), Tilt
|
||||
#
|
||||
@@ -29,7 +30,7 @@
|
||||
# sysinfo.4XIn8KkXzp
|
||||
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/376#issue-2270545906
|
||||
[Device]
|
||||
-Name=Wacom Movink
|
||||
+Name=Wacom Movink 13
|
||||
ModelName=DTH-135K0C
|
||||
DeviceMatch=usb:056a:03f0
|
||||
Class=Cintiq
|
||||
@@ -37,7 +38,7 @@ Width=11
|
||||
Height=8
|
||||
Styli=@udpen;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
-Layout=movink.svg
|
||||
+Layout=movink-13.svg
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
--
|
||||
2.45.2
|
||||
|
||||
@ -0,0 +1,57 @@
|
||||
From 14cd4d9ea27c29c33686bf3774db140afd697249 Mon Sep 17 00:00:00 2001
|
||||
From: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
Date: Wed, 31 Jul 2024 17:22:11 +0900
|
||||
Subject: [PATCH libwacom 12/13] wacom-movink-13.svg: correct the name of the
|
||||
product
|
||||
|
||||
"Wacom Movink" or "movink" used in the previous file was corrected
|
||||
to "Wacom Movink 13"
|
||||
|
||||
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||||
(cherry picked from commit 93d4dceb38573953abdbd99ae7b8c5e55d49a9a9)
|
||||
---
|
||||
data/layouts/{movink.svg => movink-13.svg} | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
rename data/layouts/{movink.svg => movink-13.svg} (96%)
|
||||
|
||||
diff --git ./data/layouts/movink.svg ../data/layouts/movink-13.svg
|
||||
similarity index 96%
|
||||
rename from data/layouts/movink.svg
|
||||
rename to data/layouts/movink-13.svg
|
||||
index a71fb1a880aa..92e89a62bc48 100644
|
||||
--- ./data/layouts/movink.svg
|
||||
+++ ../data/layouts/movink-13.svg
|
||||
@@ -2,10 +2,10 @@
|
||||
<svg
|
||||
version="1.1"
|
||||
style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||||
- id="movink"
|
||||
+ id="movink-13"
|
||||
width="410"
|
||||
height="264"
|
||||
- sodipodi:docname="movink.svg"
|
||||
+ sodipodi:docname="movink-13.svg"
|
||||
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
@@ -61,7 +61,7 @@
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
- id="title">Wacom Movink</title>
|
||||
+ id="title">Wacom Movink 13</title>
|
||||
<g
|
||||
id="g8">
|
||||
<rect
|
||||
@@ -114,7 +114,7 @@
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
- <dc:title>Wacom Movink</dc:title>
|
||||
+ <dc:title>Wacom Movink 13</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
--
|
||||
2.45.2
|
||||
|
||||
977
SOURCES/0013-data-Added-support-for-Cintiq-Pro-27-525.patch
Normal file
977
SOURCES/0013-data-Added-support-for-Cintiq-Pro-27-525.patch
Normal file
@ -0,0 +1,977 @@
|
||||
From 52fc7eec49ba1d33bfa36977f33e18d82187ac34 Mon Sep 17 00:00:00 2001
|
||||
From: Joshua <Joshua@Joshua-Dickens.com>
|
||||
Date: Thu, 29 Sep 2022 13:44:24 -0700
|
||||
Subject: [PATCH libwacom] data: Added support for "Cintiq Pro 27" (#525)
|
||||
|
||||
* data: Added support for a "Cintiq Pro 27"
|
||||
To fix issues with pen compatability on the new tablet with current libwacom.stylus groups the intuos5 group had certain pens split off into a new group called propengen2. All .tablet files affected by this change were updated to include this new group.
|
||||
|
||||
Signed-off-by: Joshua Dickens <joshua.dickens@wacom.com>
|
||||
(cherry picked from commit 594205738d977757073e29e3224e06b1868cc9a9)
|
||||
---
|
||||
data/cintiq-13hd.tablet | 2 +-
|
||||
data/cintiq-13hdt.tablet | 2 +-
|
||||
data/cintiq-16-2.tablet | 2 +-
|
||||
data/cintiq-16.tablet | 2 +-
|
||||
data/cintiq-21ux2.tablet | 2 +-
|
||||
data/cintiq-22.tablet | 2 +-
|
||||
data/cintiq-22hd.tablet | 2 +-
|
||||
data/cintiq-22hdt.tablet | 2 +-
|
||||
data/cintiq-24hd-touch.tablet | 2 +-
|
||||
data/cintiq-24hd.tablet | 2 +-
|
||||
data/cintiq-27hd.tablet | 2 +-
|
||||
data/cintiq-27hdt.tablet | 2 +-
|
||||
data/cintiq-companion-2.tablet | 2 +-
|
||||
data/cintiq-companion-hybrid.tablet | 2 +-
|
||||
data/cintiq-companion.tablet | 2 +-
|
||||
data/cintiq-pro-13.tablet | 2 +-
|
||||
data/cintiq-pro-16-2.tablet | 2 +-
|
||||
data/cintiq-pro-16.tablet | 2 +-
|
||||
data/cintiq-pro-24-p.tablet | 2 +-
|
||||
data/cintiq-pro-24-pt.tablet | 2 +-
|
||||
data/cintiq-pro-27.tablet | 48 ++++++++
|
||||
data/cintiq-pro-32.tablet | 2 +-
|
||||
data/dtk-1660e-2.tablet | 2 +-
|
||||
data/dtk-1660e.tablet | 2 +-
|
||||
data/intuos-pro-2-l.tablet | 2 +-
|
||||
data/intuos-pro-2-m.tablet | 2 +-
|
||||
data/intuos-pro-2-s.tablet | 2 +-
|
||||
data/intuos-pro-l.tablet | 2 +-
|
||||
data/intuos-pro-m.tablet | 2 +-
|
||||
data/intuos-pro-s.tablet | 2 +-
|
||||
data/intuos4-12x19.tablet | 2 +-
|
||||
data/intuos4-4x6.tablet | 2 +-
|
||||
data/intuos4-6x9-wl.tablet | 2 +-
|
||||
data/intuos4-6x9.tablet | 2 +-
|
||||
data/intuos4-8x13.tablet | 2 +-
|
||||
data/intuos5-m.tablet | 2 +-
|
||||
data/intuos5-s.tablet | 2 +-
|
||||
data/intuos5-touch-l.tablet | 2 +-
|
||||
data/intuos5-touch-m.tablet | 2 +-
|
||||
data/intuos5-touch-s.tablet | 2 +-
|
||||
data/layouts/cintiq-pro-27.svg | 181 ++++++++++++++++++++++++++++
|
||||
data/libwacom.stylus | 32 +++--
|
||||
data/mobilestudio-pro-13-2.tablet | 2 +-
|
||||
data/mobilestudio-pro-13.tablet | 2 +-
|
||||
data/mobilestudio-pro-16-2.tablet | 2 +-
|
||||
data/mobilestudio-pro-16-3.tablet | 2 +-
|
||||
data/mobilestudio-pro-16.tablet | 2 +-
|
||||
47 files changed, 297 insertions(+), 52 deletions(-)
|
||||
create mode 100644 data/cintiq-pro-27.tablet
|
||||
create mode 100644 data/layouts/cintiq-pro-27.svg
|
||||
|
||||
diff --git a/data/cintiq-13hd.tablet b/data/cintiq-13hd.tablet
|
||||
index 7083aa87337a..c86ca2ec349e 100644
|
||||
--- a/data/cintiq-13hd.tablet
|
||||
+++ b/data/cintiq-13hd.tablet
|
||||
@@ -29,7 +29,7 @@ DeviceMatch=usb:056a:0304
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=cintiq-13hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-13hdt.tablet b/data/cintiq-13hdt.tablet
|
||||
index 0301f08c6c77..0d6b2ecfac20 100644
|
||||
--- a/data/cintiq-13hdt.tablet
|
||||
+++ b/data/cintiq-13hdt.tablet
|
||||
@@ -31,7 +31,7 @@ PairedID=usb:056a:0335
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=cintiq-13hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-16-2.tablet b/data/cintiq-16-2.tablet
|
||||
index e35aa60ae47a..10e1ba1c426e 100644
|
||||
--- a/data/cintiq-16-2.tablet
|
||||
+++ b/data/cintiq-16-2.tablet
|
||||
@@ -10,7 +10,7 @@ DeviceMatch=usb:056a:03ae
|
||||
Width=14
|
||||
Height=8
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-16.tablet b/data/cintiq-16.tablet
|
||||
index 8d72fa1af32c..c620898f8c19 100644
|
||||
--- a/data/cintiq-16.tablet
|
||||
+++ b/data/cintiq-16.tablet
|
||||
@@ -10,7 +10,7 @@ DeviceMatch=usb:056a:0390
|
||||
Width=14
|
||||
Height=8
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-21ux2.tablet b/data/cintiq-21ux2.tablet
|
||||
index a81fae5565d1..b586ce2231f1 100644
|
||||
--- a/data/cintiq-21ux2.tablet
|
||||
+++ b/data/cintiq-21ux2.tablet
|
||||
@@ -50,7 +50,7 @@ Class=Cintiq
|
||||
Width=17
|
||||
Height=13
|
||||
Layout=cintiq-21ux2.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-22.tablet b/data/cintiq-22.tablet
|
||||
index 322f8135cf36..2d3979ce0de5 100644
|
||||
--- a/data/cintiq-22.tablet
|
||||
+++ b/data/cintiq-22.tablet
|
||||
@@ -10,7 +10,7 @@ DeviceMatch=usb:056a:0391
|
||||
Width=19
|
||||
Height=10
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-22hd.tablet b/data/cintiq-22hd.tablet
|
||||
index 86c3e2d738e0..f06b08ea1eb7 100644
|
||||
--- a/data/cintiq-22hd.tablet
|
||||
+++ b/data/cintiq-22hd.tablet
|
||||
@@ -38,7 +38,7 @@ Class=Cintiq
|
||||
Width=19
|
||||
Height=11
|
||||
Layout=cintiq-22hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-22hdt.tablet b/data/cintiq-22hdt.tablet
|
||||
index af51a6130a53..2a0f5451d2cb 100644
|
||||
--- a/data/cintiq-22hdt.tablet
|
||||
+++ b/data/cintiq-22hdt.tablet
|
||||
@@ -40,7 +40,7 @@ Class=Cintiq
|
||||
Width=19
|
||||
Height=11
|
||||
Layout=cintiq-22hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-24hd-touch.tablet b/data/cintiq-24hd-touch.tablet
|
||||
index 425d6c5a81ef..45e5e5ff4682 100644
|
||||
--- a/data/cintiq-24hd-touch.tablet
|
||||
+++ b/data/cintiq-24hd-touch.tablet
|
||||
@@ -48,7 +48,7 @@ Class=Cintiq
|
||||
Width=21
|
||||
Height=13
|
||||
Layout=cintiq-24hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-24hd.tablet b/data/cintiq-24hd.tablet
|
||||
index b6a1e6ad4066..92b67c923f69 100644
|
||||
--- a/data/cintiq-24hd.tablet
|
||||
+++ b/data/cintiq-24hd.tablet
|
||||
@@ -46,7 +46,7 @@ Class=Cintiq
|
||||
Width=21
|
||||
Height=13
|
||||
Layout=cintiq-24hd.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-27hd.tablet b/data/cintiq-27hd.tablet
|
||||
index b8c9377605f0..4003e769af6c 100644
|
||||
--- a/data/cintiq-27hd.tablet
|
||||
+++ b/data/cintiq-27hd.tablet
|
||||
@@ -10,7 +10,7 @@ DeviceMatch=usb:056a:032a
|
||||
Class=Cintiq
|
||||
Width=24
|
||||
Height=12
|
||||
-Styli=@intuos5;
|
||||
+Styli=@intuos5;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-27hdt.tablet b/data/cintiq-27hdt.tablet
|
||||
index e24a41111314..63504490f2e8 100644
|
||||
--- a/data/cintiq-27hdt.tablet
|
||||
+++ b/data/cintiq-27hdt.tablet
|
||||
@@ -12,7 +12,7 @@ PairedID=usb:056a:032c
|
||||
Class=Cintiq
|
||||
Width=24
|
||||
Height=12
|
||||
-Styli=@intuos5;
|
||||
+Styli=@intuos5;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-companion-2.tablet b/data/cintiq-companion-2.tablet
|
||||
index 0b8a031148bf..e5f47dd50128 100644
|
||||
--- a/data/cintiq-companion-2.tablet
|
||||
+++ b/data/cintiq-companion-2.tablet
|
||||
@@ -35,7 +35,7 @@ PairedID=usb:056a:0326
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=cintiq-companion-2.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-companion-hybrid.tablet b/data/cintiq-companion-hybrid.tablet
|
||||
index 93a0dbd55df9..23450f32f81a 100644
|
||||
--- a/data/cintiq-companion-hybrid.tablet
|
||||
+++ b/data/cintiq-companion-hybrid.tablet
|
||||
@@ -33,7 +33,7 @@ PairedID=usb:056a:0309
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=cintiq-companion-hybrid.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-companion.tablet b/data/cintiq-companion.tablet
|
||||
index 9ee8d4c1ff46..44415a7972aa 100644
|
||||
--- a/data/cintiq-companion.tablet
|
||||
+++ b/data/cintiq-companion.tablet
|
||||
@@ -33,7 +33,7 @@ PairedID=usb:056a:030c
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=cintiq-companion.svg
|
||||
-Styli=@intuos5;@intuos4;
|
||||
+Styli=@intuos5;@intuos4;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-13.tablet b/data/cintiq-pro-13.tablet
|
||||
index ca5e2284040f..9dfbf88dcd29 100644
|
||||
--- a/data/cintiq-pro-13.tablet
|
||||
+++ b/data/cintiq-pro-13.tablet
|
||||
@@ -35,7 +35,7 @@ PairedID=usb:056a:0353
|
||||
Width=12
|
||||
Height=7
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-16-2.tablet b/data/cintiq-pro-16-2.tablet
|
||||
index 8133a2c4bc90..30d841e530bb 100644
|
||||
--- a/data/cintiq-pro-16-2.tablet
|
||||
+++ b/data/cintiq-pro-16-2.tablet
|
||||
@@ -32,7 +32,7 @@ PairedID=usb:056a:03b3
|
||||
Width=14
|
||||
Height=8
|
||||
Layout=cintiq-pro-16-2.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-16.tablet b/data/cintiq-pro-16.tablet
|
||||
index f2f8869f8130..09ad8122c6eb 100644
|
||||
--- a/data/cintiq-pro-16.tablet
|
||||
+++ b/data/cintiq-pro-16.tablet
|
||||
@@ -35,7 +35,7 @@ PairedID=usb:056a:0354
|
||||
Width=14
|
||||
Height=8
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-24-p.tablet b/data/cintiq-pro-24-p.tablet
|
||||
index 1cf9be726024..a584781813ca 100644
|
||||
--- a/data/cintiq-pro-24-p.tablet
|
||||
+++ b/data/cintiq-pro-24-p.tablet
|
||||
@@ -34,7 +34,7 @@ DeviceMatch=usb:056a:037c
|
||||
Width=20
|
||||
Height=12
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-24-pt.tablet b/data/cintiq-pro-24-pt.tablet
|
||||
index 806f4edea5ae..4776c89015f9 100644
|
||||
--- a/data/cintiq-pro-24-pt.tablet
|
||||
+++ b/data/cintiq-pro-24-pt.tablet
|
||||
@@ -35,7 +35,7 @@ PairedID=usb:056a:0355
|
||||
Width=20
|
||||
Height=12
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/cintiq-pro-27.tablet b/data/cintiq-pro-27.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..a616c1fa88bf
|
||||
--- /dev/null
|
||||
+++ b/data/cintiq-pro-27.tablet
|
||||
@@ -0,0 +1,48 @@
|
||||
+# Wacom
|
||||
+# Cintiq Pro 27
|
||||
+# DTH-271
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# *-----------------------*
|
||||
+# A | | E
|
||||
+# B | | F
|
||||
+# C | | G
|
||||
+# D | | H
|
||||
+# | |
|
||||
+# | DISPLAY |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# NOTE: Buttons are on the back side of the device rather
|
||||
+# than on the top bezel.
|
||||
+#
|
||||
+# sysinfo.rLRz2hqrEy
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/260#issue-1391416660
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Cintiq Pro 27
|
||||
+ModelName=DTH-271
|
||||
+Class=Cintiq
|
||||
+DeviceMatch=usb:056a:03c0
|
||||
+Width=24
|
||||
+Height=13
|
||||
+Layout=cintiq-pro-27.svg
|
||||
+Styli=@cintiqpro2022;@mobilestudio;@propengen2;
|
||||
+IntegratedIn=Display
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=true
|
||||
+Ring=false
|
||||
+Buttons=8
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D
|
||||
+Right=E;F;G;H
|
||||
diff --git a/data/cintiq-pro-32.tablet b/data/cintiq-pro-32.tablet
|
||||
index 772efdb2b4e9..dada3f322129 100644
|
||||
--- a/data/cintiq-pro-32.tablet
|
||||
+++ b/data/cintiq-pro-32.tablet
|
||||
@@ -35,7 +35,7 @@ PairedID=usb:056a:0356
|
||||
Width=27
|
||||
Height=15
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/dtk-1660e-2.tablet b/data/dtk-1660e-2.tablet
|
||||
index dd29e481208b..3223ad9be61c 100644
|
||||
--- a/data/dtk-1660e-2.tablet
|
||||
+++ b/data/dtk-1660e-2.tablet
|
||||
@@ -9,7 +9,7 @@ DeviceMatch=usb:056a:03b0
|
||||
Width=14
|
||||
Height=8
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/dtk-1660e.tablet b/data/dtk-1660e.tablet
|
||||
index 4a89838acfa8..321879519b7c 100644
|
||||
--- a/data/dtk-1660e.tablet
|
||||
+++ b/data/dtk-1660e.tablet
|
||||
@@ -9,7 +9,7 @@ DeviceMatch=usb:056a:0396
|
||||
Width=14
|
||||
Height=8
|
||||
# No pad buttons, so no layout
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display
|
||||
|
||||
[Features]
|
||||
diff --git a/data/intuos-pro-2-l.tablet b/data/intuos-pro-2-l.tablet
|
||||
index c544909bb997..75e1f695e905 100644
|
||||
--- a/data/intuos-pro-2-l.tablet
|
||||
+++ b/data/intuos-pro-2-l.tablet
|
||||
@@ -51,7 +51,7 @@ Width=12
|
||||
Height=8
|
||||
Layout=intuos-pro-2-l.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos-pro-2-m.tablet b/data/intuos-pro-2-m.tablet
|
||||
index bfa775ed3b46..581082f5a57f 100644
|
||||
--- a/data/intuos-pro-2-m.tablet
|
||||
+++ b/data/intuos-pro-2-m.tablet
|
||||
@@ -51,7 +51,7 @@ Width=9
|
||||
Height=6
|
||||
Layout=intuos-pro-2-m.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos-pro-2-s.tablet b/data/intuos-pro-2-s.tablet
|
||||
index 12c39bfae6f6..9613f5a46556 100644
|
||||
--- a/data/intuos-pro-2-s.tablet
|
||||
+++ b/data/intuos-pro-2-s.tablet
|
||||
@@ -38,7 +38,7 @@ Width=6
|
||||
Height=4
|
||||
Layout=intuos-pro-2-s.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos-pro-l.tablet b/data/intuos-pro-l.tablet
|
||||
index 44d426a66ac3..9c4fee2f4209 100644
|
||||
--- a/data/intuos-pro-l.tablet
|
||||
+++ b/data/intuos-pro-l.tablet
|
||||
@@ -51,7 +51,7 @@ Width=13
|
||||
Height=8
|
||||
Layout=intuos-pro-l.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos-pro-m.tablet b/data/intuos-pro-m.tablet
|
||||
index de880cd24b4c..e507e2c13180 100644
|
||||
--- a/data/intuos-pro-m.tablet
|
||||
+++ b/data/intuos-pro-m.tablet
|
||||
@@ -51,7 +51,7 @@ Width=9
|
||||
Height=6
|
||||
Layout=intuos-pro-m.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos-pro-s.tablet b/data/intuos-pro-s.tablet
|
||||
index 5bfc733e47e4..4e35fa589388 100644
|
||||
--- a/data/intuos-pro-s.tablet
|
||||
+++ b/data/intuos-pro-s.tablet
|
||||
@@ -49,7 +49,7 @@ Width=6
|
||||
Height=4
|
||||
Layout=intuos-pro-s.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos4-12x19.tablet b/data/intuos4-12x19.tablet
|
||||
index 1b76c819c96c..2dc9ea9d233e 100644
|
||||
--- a/data/intuos4-12x19.tablet
|
||||
+++ b/data/intuos4-12x19.tablet
|
||||
@@ -41,7 +41,7 @@ Width=19
|
||||
Height=12
|
||||
Layout=intuos4-12x19.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Reversible=true
|
||||
diff --git a/data/intuos4-4x6.tablet b/data/intuos4-4x6.tablet
|
||||
index e6cc9a3b87be..1147716048e2 100644
|
||||
--- a/data/intuos4-4x6.tablet
|
||||
+++ b/data/intuos4-4x6.tablet
|
||||
@@ -42,7 +42,7 @@ Width=6
|
||||
Height=4
|
||||
Layout=intuos4-4x6.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Reversible=true
|
||||
diff --git a/data/intuos4-6x9-wl.tablet b/data/intuos4-6x9-wl.tablet
|
||||
index d2f4ef04a6fb..bd60600d319e 100644
|
||||
--- a/data/intuos4-6x9-wl.tablet
|
||||
+++ b/data/intuos4-6x9-wl.tablet
|
||||
@@ -41,7 +41,7 @@ Width=8
|
||||
Height=5
|
||||
IntegratedIn=
|
||||
Layout=intuos4-6x9-wl.svg
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Reversible=true
|
||||
diff --git a/data/intuos4-6x9.tablet b/data/intuos4-6x9.tablet
|
||||
index d1ae6532163d..875fd078febc 100644
|
||||
--- a/data/intuos4-6x9.tablet
|
||||
+++ b/data/intuos4-6x9.tablet
|
||||
@@ -41,7 +41,7 @@ Width=9
|
||||
Height=6
|
||||
Layout=intuos4-6x9.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Reversible=true
|
||||
diff --git a/data/intuos4-8x13.tablet b/data/intuos4-8x13.tablet
|
||||
index dec15d33f100..cfe3afdc4635 100644
|
||||
--- a/data/intuos4-8x13.tablet
|
||||
+++ b/data/intuos4-8x13.tablet
|
||||
@@ -41,7 +41,7 @@ Width=13
|
||||
Height=8
|
||||
Layout=intuos4-8x13.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Reversible=true
|
||||
diff --git a/data/intuos5-m.tablet b/data/intuos5-m.tablet
|
||||
index c0815501bfb8..8370397ccc9e 100644
|
||||
--- a/data/intuos5-m.tablet
|
||||
+++ b/data/intuos5-m.tablet
|
||||
@@ -51,7 +51,7 @@ Width=9
|
||||
Height=6
|
||||
Layout=intuos5-m.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos5-s.tablet b/data/intuos5-s.tablet
|
||||
index a8159eb6ffeb..e67585cdf57e 100644
|
||||
--- a/data/intuos5-s.tablet
|
||||
+++ b/data/intuos5-s.tablet
|
||||
@@ -49,7 +49,7 @@ Width=6
|
||||
Height=4
|
||||
Layout=intuos5-s.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos5-touch-l.tablet b/data/intuos5-touch-l.tablet
|
||||
index 75ed69b48f0c..85c4fa8003b9 100644
|
||||
--- a/data/intuos5-touch-l.tablet
|
||||
+++ b/data/intuos5-touch-l.tablet
|
||||
@@ -51,7 +51,7 @@ Width=13
|
||||
Height=8
|
||||
Layout=intuos5-l.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos5-touch-m.tablet b/data/intuos5-touch-m.tablet
|
||||
index 138d19f6d71f..46421d0fd3da 100644
|
||||
--- a/data/intuos5-touch-m.tablet
|
||||
+++ b/data/intuos5-touch-m.tablet
|
||||
@@ -51,7 +51,7 @@ Width=9
|
||||
Height=6
|
||||
Layout=intuos5-m.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/intuos5-touch-s.tablet b/data/intuos5-touch-s.tablet
|
||||
index 21af4005769e..7c0af1e578af 100644
|
||||
--- a/data/intuos5-touch-s.tablet
|
||||
+++ b/data/intuos5-touch-s.tablet
|
||||
@@ -49,7 +49,7 @@ Width=6
|
||||
Height=4
|
||||
Layout=intuos5-s.svg
|
||||
IntegratedIn=
|
||||
-Styli=@intuos4-puck;@intuos5;@intuos4;
|
||||
+Styli=@intuos4-puck;@intuos5;@intuos4;@propengen2;
|
||||
|
||||
[Features]
|
||||
Stylus=true
|
||||
diff --git a/data/layouts/cintiq-pro-27.svg b/data/layouts/cintiq-pro-27.svg
|
||||
new file mode 100644
|
||||
index 000000000000..da20fb552e7d
|
||||
--- /dev/null
|
||||
+++ b/data/layouts/cintiq-pro-27.svg
|
||||
@@ -0,0 +1,181 @@
|
||||
+<?xml version="1.0" standalone="no"?>
|
||||
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
+<svg
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ version="1.1"
|
||||
+ style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||||
+ id="cintiq-pro-27"
|
||||
+ width="410"
|
||||
+ height="264">
|
||||
+ <title
|
||||
+ id="title">Wacom Cintiq Pro 27</title>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonA"
|
||||
+ class="A Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="A Leader"
|
||||
+ d="M 20 42 L 40 42" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="A Label"
|
||||
+ x="45"
|
||||
+ y="42"
|
||||
+ style="text-anchor:start;">A</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonB"
|
||||
+ class="B Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="B Leader"
|
||||
+ d="M 20 57 L 40 57" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="B Label"
|
||||
+ x="45"
|
||||
+ y="57"
|
||||
+ style="text-anchor:start;">B</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonC"
|
||||
+ class="C Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="C Leader"
|
||||
+ d="M 20 72 L 40 72" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="C Label"
|
||||
+ x="45"
|
||||
+ y="72"
|
||||
+ style="text-anchor:start;">C</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonD"
|
||||
+ class="D Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="1"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="D Leader"
|
||||
+ d="M 20 87 L 40 87" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="D Label"
|
||||
+ x="45"
|
||||
+ y="87"
|
||||
+ style="text-anchor:start;">D</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonE"
|
||||
+ class="E Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="40"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="E Leader"
|
||||
+ d="M 380 42 L 360 42" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="E Label"
|
||||
+ x="355"
|
||||
+ y="42"
|
||||
+ style="text-anchor:end;">E</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonF"
|
||||
+ class="F Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="55"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="F Leader"
|
||||
+ d="M 380 57 L 360 57" />
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="F Label"
|
||||
+ x="355"
|
||||
+ y="57"
|
||||
+ style="text-anchor:end;">F</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonG"
|
||||
+ class="G Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="70"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="G Leader"
|
||||
+ d="M 380 72 L 360 72" />
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="G Label"
|
||||
+ x="355"
|
||||
+ y="72"
|
||||
+ style="text-anchor:end;">G</text>
|
||||
+ </g>
|
||||
+ <g>
|
||||
+ <rect
|
||||
+ id="ButtonH"
|
||||
+ class="H Button"
|
||||
+ rx=".5"
|
||||
+ ry=".5"
|
||||
+ x="394"
|
||||
+ y="85"
|
||||
+ width="15"
|
||||
+ height="5" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="H Leader"
|
||||
+ d="M 380 87 L 360 87" />
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="H Label"
|
||||
+ x="355"
|
||||
+ y="87"
|
||||
+ style="text-anchor:end;">H</text>
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git a/data/libwacom.stylus b/data/libwacom.stylus
|
||||
index 17fea9090990..60f2ffb7eda0 100644
|
||||
--- a/data/libwacom.stylus
|
||||
+++ b/data/libwacom.stylus
|
||||
@@ -291,6 +291,22 @@ Buttons=2
|
||||
Axes=Tilt;Pressure;Distance;
|
||||
Type=General
|
||||
|
||||
+[0x200]
|
||||
+# Cintiq Pro 2022
|
||||
+Name=Pro Pen 3
|
||||
+Group=cintiqpro2022
|
||||
+Buttons=3
|
||||
+Axes=Tilt;Pressure;Distance;
|
||||
+Type=General
|
||||
+
|
||||
+[0x40200]
|
||||
+# Cintiq Pro 2022
|
||||
+Name=Pro Pen 3
|
||||
+Group=cintiqpro2022
|
||||
+Buttons=3
|
||||
+Axes=Tilt;Pressure;Distance;
|
||||
+Type=General
|
||||
+
|
||||
[0x80842]
|
||||
# MobileStudio Pro
|
||||
Name=Pro Pen 3D
|
||||
@@ -355,7 +371,7 @@ Type=Marker
|
||||
[0x100804]
|
||||
# Intuos4, 5 and Cintiq 21UX2, 22HD, 24HD
|
||||
Name=Art Pen
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x10080c;
|
||||
Buttons=2
|
||||
Axes=Tilt;Pressure;Distance;RotationZ;
|
||||
@@ -364,7 +380,7 @@ Type=Marker
|
||||
[0x100802]
|
||||
# Intuos4, 5 and Cintiq 21UX2, 24HD
|
||||
Name=Grip Pen
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x10080a;
|
||||
Buttons=2
|
||||
Axes=Tilt;Pressure;Distance;
|
||||
@@ -390,7 +406,7 @@ Type=Classic
|
||||
[0x140802]
|
||||
# Intuos4, 5 and Cintiq 21UX2, 24HD
|
||||
Name=Classic Pen
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x14080a;
|
||||
Buttons=2
|
||||
Axes=Tilt;Pressure;Distance;
|
||||
@@ -399,7 +415,7 @@ Type=Classic
|
||||
[0x160802]
|
||||
# Cintiq 13HD Pro Pen
|
||||
Name=Pro Pen
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x16080a;
|
||||
Buttons=2
|
||||
Axes=Tilt;Pressure;Distance;
|
||||
@@ -536,7 +552,7 @@ Type=Classic
|
||||
[0x14080a]
|
||||
# Intuos4, 5 and Cintiq 21UX2, 24HD
|
||||
Name=Classic Pen Eraser
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x140802;
|
||||
EraserType=Invert
|
||||
Buttons=2
|
||||
@@ -546,7 +562,7 @@ Type=Classic
|
||||
[0x10080c]
|
||||
# Intuos4, 5 and 13HD, 24HD Art Pen
|
||||
Name=Art Pen Eraser
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x100804;
|
||||
EraserType=Invert
|
||||
Buttons=2
|
||||
@@ -556,7 +572,7 @@ Type=Marker
|
||||
[0x10080a]
|
||||
# Intuos4, 5 and Cintiq 21UX2, 24HD
|
||||
Name=Grip Pen Eraser
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x100802;
|
||||
EraserType=Invert
|
||||
Buttons=2
|
||||
@@ -576,7 +592,7 @@ Type=General
|
||||
[0x16080a]
|
||||
# Cintiq 13HD
|
||||
Name=Pro Pen Eraser
|
||||
-Group=intuos5
|
||||
+Group=propengen2
|
||||
PairedStylusIds=0x160802;
|
||||
EraserType=Invert
|
||||
Buttons=2
|
||||
diff --git a/data/mobilestudio-pro-13-2.tablet b/data/mobilestudio-pro-13-2.tablet
|
||||
index f2cce71ce06f..6be21cb244ce 100644
|
||||
--- a/data/mobilestudio-pro-13-2.tablet
|
||||
+++ b/data/mobilestudio-pro-13-2.tablet
|
||||
@@ -42,7 +42,7 @@ PairedID=usb:056a:039a
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=mobilestudio-pro-13.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/mobilestudio-pro-13.tablet b/data/mobilestudio-pro-13.tablet
|
||||
index da1eed4cb991..61963bd074bf 100644
|
||||
--- a/data/mobilestudio-pro-13.tablet
|
||||
+++ b/data/mobilestudio-pro-13.tablet
|
||||
@@ -42,7 +42,7 @@ PairedID=usb:056a:034a
|
||||
Width=12
|
||||
Height=7
|
||||
Layout=mobilestudio-pro-13.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/mobilestudio-pro-16-2.tablet b/data/mobilestudio-pro-16-2.tablet
|
||||
index f9c62a541410..f11c90957712 100644
|
||||
--- a/data/mobilestudio-pro-16-2.tablet
|
||||
+++ b/data/mobilestudio-pro-16-2.tablet
|
||||
@@ -44,7 +44,7 @@ PairedID=usb:056a:039b
|
||||
Width=14
|
||||
Height=8
|
||||
Layout=mobilestudio-pro-16.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/mobilestudio-pro-16-3.tablet b/data/mobilestudio-pro-16-3.tablet
|
||||
index 1a8efeaf761f..b6a932c513fc 100644
|
||||
--- a/data/mobilestudio-pro-16-3.tablet
|
||||
+++ b/data/mobilestudio-pro-16-3.tablet
|
||||
@@ -44,7 +44,7 @@ PairedID=usb:056a:03ac
|
||||
Width=14
|
||||
Height=8
|
||||
Layout=mobilestudio-pro-16.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
diff --git a/data/mobilestudio-pro-16.tablet b/data/mobilestudio-pro-16.tablet
|
||||
index 379b4e708ca4..a99e171fa086 100644
|
||||
--- a/data/mobilestudio-pro-16.tablet
|
||||
+++ b/data/mobilestudio-pro-16.tablet
|
||||
@@ -44,7 +44,7 @@ PairedID=usb:056a:034b
|
||||
Width=14
|
||||
Height=8
|
||||
Layout=mobilestudio-pro-16.svg
|
||||
-Styli=@intuos5;@mobilestudio;
|
||||
+Styli=@intuos5;@mobilestudio;@propengen2;
|
||||
IntegratedIn=Display;System
|
||||
|
||||
[Features]
|
||||
--
|
||||
2.50.1
|
||||
|
||||
882
SOURCES/0014-data-Add-3rd-gen-Intuos-Pro-devices.patch
Normal file
882
SOURCES/0014-data-Add-3rd-gen-Intuos-Pro-devices.patch
Normal file
@ -0,0 +1,882 @@
|
||||
From dfd35cefc1d60603dc63e9ab4a8574037287758f Mon Sep 17 00:00:00 2001
|
||||
From: Jason Gerecke <killertofu@gmail.com>
|
||||
Date: Thu, 20 Jun 2024 10:32:57 -0700
|
||||
Subject: [PATCH libwacom] data: Add 3rd gen Intuos Pro devices
|
||||
|
||||
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||||
(cherry picked from commit 0dc703f7a727a869bf5c6a370a2a49a124716254)
|
||||
|
||||
RHEL:
|
||||
- Fix the DeviceMatch line
|
||||
- Add Buttons= line to the tablet
|
||||
- comment out the Dial features, not supported in this version
|
||||
---
|
||||
data/layouts/wacom-intuos-pro-3-l.svg | 255 ++++++++++++++++++++++++++
|
||||
data/layouts/wacom-intuos-pro-3-m.svg | 255 ++++++++++++++++++++++++++
|
||||
data/layouts/wacom-intuos-pro-3-s.svg | 135 ++++++++++++++
|
||||
data/wacom-intuos-pro-3-l.tablet | 58 ++++++
|
||||
data/wacom-intuos-pro-3-m.tablet | 58 ++++++
|
||||
data/wacom-intuos-pro-3-s.tablet | 55 ++++++
|
||||
6 files changed, 816 insertions(+)
|
||||
create mode 100644 data/layouts/wacom-intuos-pro-3-l.svg
|
||||
create mode 100644 data/layouts/wacom-intuos-pro-3-m.svg
|
||||
create mode 100644 data/layouts/wacom-intuos-pro-3-s.svg
|
||||
create mode 100644 data/wacom-intuos-pro-3-l.tablet
|
||||
create mode 100644 data/wacom-intuos-pro-3-m.tablet
|
||||
create mode 100644 data/wacom-intuos-pro-3-s.tablet
|
||||
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-l.svg b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
new file mode 100644
|
||||
index 000000000000..466fd9e8aa76
|
||||
--- /dev/null
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
@@ -0,0 +1,255 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
+
|
||||
+<svg
|
||||
+ width="377mm"
|
||||
+ height="252mm"
|
||||
+ viewBox="0 0 377 252"
|
||||
+ version="1.1"
|
||||
+ id="intuos-pro-l-ptk870"
|
||||
+ style="fill:none;stroke:#7f7f7f;stroke-width:0.25;font-size:6;font-family:monospace"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg">
|
||||
+ <title
|
||||
+ id="title">Wacom Intuos Pro L (PTK870)</title>
|
||||
+ <g
|
||||
+ id="g1">
|
||||
+ <path
|
||||
+ id="ButtonA"
|
||||
+ class="Button A"
|
||||
+ d="M 123.918 6.4004 C 118.908 1.76944 111.18 1.76813 106.168 6.3974 L 110.541 10.7699 C 113.131 8.54602 116.957 8.5473 119.546 10.7729 Z" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="Leader A"
|
||||
+ d="M 93.7051 6.89279 L 109.952 6.89279" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="Label A"
|
||||
+ x="88.7051"
|
||||
+ y="7.11235"
|
||||
+ style="text-anchor:end;">A</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g2">
|
||||
+ <path
|
||||
+ id="ButtonB"
|
||||
+ class="Button B"
|
||||
+ d="M 120.243 20.4721 L 124.629 24.8587 C 129.276 19.8443 129.277 12.0967 124.63 7.08171 L 120.242 11.4696 C 122.466 14.0587 122.466 17.8831 120.242 20.4721 Z" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="Leader B"
|
||||
+ d="M 93.7051 43.56015 L 125.909 43.56015 L 125.835 19.5" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="Label B"
|
||||
+ x="88.7051"
|
||||
+ y="43.77971"
|
||||
+ style="text-anchor:end;">B</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g3">
|
||||
+ <path
|
||||
+ id="ButtonC"
|
||||
+ class="Button C"
|
||||
+ d="M 110.519 21.1934 L 106.154 25.5581 C 111.17 30.2049 118.918 30.2035 123.932 25.5551 L 119.568 21.1904 C 116.972 23.4409 113.116 23.4417 110.519 21.1924 Z" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="Leader C"
|
||||
+ d="M 93.7051 25.22647 L 109.952 25.22647" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="Label C"
|
||||
+ x="88.7051"
|
||||
+ y="25.44603"
|
||||
+ style="text-anchor:end;">C</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g4">
|
||||
+ <path
|
||||
+ id="ButtonD"
|
||||
+ class="Button D"
|
||||
+ d="M 109.844 11.4671 L 105.472 7.09461 C 100.841 12.1059 100.841 19.8351 105.472 24.8459 L 109.844 20.4747 C 107.618 17.8848 107.618 14.057 109.844 11.4671 Z" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="Leader D"
|
||||
+ d="M 93.7051 16.05963 L 104.335 16.05963" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="Label D"
|
||||
+ x="88.7051"
|
||||
+ y="16.27919"
|
||||
+ style="text-anchor:end;">D</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g5">
|
||||
+ <path
|
||||
+ id="ButtonI"
|
||||
+ class="Button I ModeSwitch"
|
||||
+ d="M 115.039 10.6101 C 112.868 10.6101 110.911 11.9178 110.08 13.9235 C 109.25 15.9292 109.709 18.2378 111.244 19.7729 C 112.779 21.308 115.088 21.7672 117.093 20.9364 C 119.099 20.1057 120.407 18.1485 120.407 15.9776 C 120.407 14.554 119.841 13.1888 118.835 12.1822 C 117.828 11.1756 116.463 10.6101 115.039 10.6101 Z" />
|
||||
+ <path
|
||||
+ id="LeaderI"
|
||||
+ class="Leader I ModeSwitch"
|
||||
+ d="M 93.7051 34.39331 L 115.113 34.39331 L 115.039 19.5003" />
|
||||
+ <text
|
||||
+ id="LabelI"
|
||||
+ class="Label I ModeSwitch"
|
||||
+ x="88.7051"
|
||||
+ y="34.61287"
|
||||
+ style="text-anchor:end;">I</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g7">
|
||||
+ <path
|
||||
+ id="DialCCW"
|
||||
+ class="DialCCW Button"
|
||||
+ d="M 143.885 5.88344 L 146.132 4.78296 L 146.132 5.51662 C 147.475 5.43235 148.804 5.82284 149.877 6.61708 C 148.73 6.00801 147.38 5.87584 146.132 6.25026 L 146.132 6.9839 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCCW"
|
||||
+ class="DialCCW Dial Leader"
|
||||
+ d="M 151.853 6.89279 L 166.099 6.89279" />
|
||||
+ <text
|
||||
+ id="LabelDialCCW"
|
||||
+ class="DialCCW Dial Label"
|
||||
+ x="171.099"
|
||||
+ y="7.2452002"
|
||||
+ style="text-anchor:start;">CCW</text>
|
||||
+ <path
|
||||
+ id="DialCW"
|
||||
+ class="DialCW Button"
|
||||
+ d="M 143.883 26.4255 L 146.13 25.3251 L 146.13 26.0587 C 147.428 26.2501 148.753 25.9905 149.875 25.3251 C 148.902 26.3215 147.537 26.8566 146.13 26.7923 L 146.13 27.526 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCW"
|
||||
+ class="DialCW Dial Leader"
|
||||
+ d="M 151.853 25.0477 L 166.099 25.0477" />
|
||||
+ <text
|
||||
+ id="LabelDialCW"
|
||||
+ class="DialCW Dial Label"
|
||||
+ x="171.099"
|
||||
+ y="25.45682"
|
||||
+ style="text-anchor:start;">CW</text>
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="M 146.854 3.00752 C 141.607 3.00752 136.878 6.16756 134.87 11.0141 C 132.863 15.8607 133.972 21.4393 137.682 25.1487 C 141.391 28.8581 146.97 29.9677 151.817 27.9602 C 156.664 25.9527 159.824 21.2234 159.824 15.9775 C 159.824 8.81439 154.017 3.00752 146.854 3.00752 Z" />
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g11">
|
||||
+ <path
|
||||
+ id="ButtonE"
|
||||
+ class="Button E"
|
||||
+ d="M 270.744 6.44612 C 265.734 1.81516 258.006 1.81385 252.994 6.44312 L 257.367 10.8156 C 259.957 8.59174 263.783 8.59302 266.372 10.8186 Z" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="Leader E"
|
||||
+ d="M 283.198 6.93851 L 266.952 6.93851" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="Label E"
|
||||
+ x="288.198"
|
||||
+ y="7.11235"
|
||||
+ style="text-anchor:start;">E</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g12">
|
||||
+ <path
|
||||
+ id="ButtonF"
|
||||
+ class="Button F"
|
||||
+ d="M 267.068 20.5178 L 271.455 24.9044 C 276.102 19.89 276.103 12.1424 271.456 7.12743 L 267.068 11.5153 C 269.291 14.1044 269.291 17.9288 267.068 20.5178 Z" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="Leader F"
|
||||
+ d="M 283.198 16.05963 L 272.569 16.05963" />
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="Label F"
|
||||
+ x="288.198"
|
||||
+ y="16.27919"
|
||||
+ style="text-anchor:start;">F</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g13">
|
||||
+ <path
|
||||
+ id="ButtonG"
|
||||
+ class="Button G"
|
||||
+ d="M 257.345 21.2391 L 252.98 25.6038 C 257.996 30.2506 265.744 30.2492 270.758 25.6008 L 266.394 21.2361 C 263.797 23.4866 259.942 23.4874 257.345 21.2381 Z" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="Leader G"
|
||||
+ d="M 283.198 25.22647 L 266.952 25.22647" />
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="Label G"
|
||||
+ x="288.198"
|
||||
+ y="25.44603"
|
||||
+ style="text-anchor:start;">G</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g14">
|
||||
+ <path
|
||||
+ id="ButtonH"
|
||||
+ class="Button H"
|
||||
+ d="M 256.67 11.5128 L 252.297 7.14033 C 247.667 12.1516 247.667 19.8808 252.298 24.8916 L 256.67 20.5204 C 254.443 17.9305 254.443 14.1027 256.67 11.5128 Z" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="Leader H"
|
||||
+ d="M 283.198 43.56015 L 251.143 43.56015 L 251.069 19.5457" />
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="Label H"
|
||||
+ x="288.198"
|
||||
+ y="43.77971"
|
||||
+ style="text-anchor:start;">H</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g15">
|
||||
+ <path
|
||||
+ id="ButtonJ"
|
||||
+ class="Button J ModeSwitch"
|
||||
+ d="M 261.865 10.6558 C 259.694 10.6558 257.737 11.9635 256.906 13.9692 C 256.075 15.9749 256.535 18.2835 258.07 19.8186 C 259.605 21.3537 261.914 21.8129 263.919 20.9821 C 265.925 20.1514 267.233 18.1942 267.233 16.0233 C 267.233 14.5997 266.667 13.2345 265.661 12.2279 C 264.654 11.2213 263.289 10.6558 261.865 10.6558 Z" />
|
||||
+ <path
|
||||
+ id="LeaderJ"
|
||||
+ class="Leader J ModeSwitch"
|
||||
+ d="M 283.198 34.39331 L 261.939 34.39331 L 261.865 19.546" />
|
||||
+ <text
|
||||
+ id="LabelJ"
|
||||
+ class="Label J ModeSwitch"
|
||||
+ x="288.198"
|
||||
+ y="34.61287"
|
||||
+ style="text-anchor:start;">J</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g17">
|
||||
+ <path
|
||||
+ id="Dial2CCW"
|
||||
+ class="Dial2CCW Dial2 Button"
|
||||
+ d="M 227.31 5.92916 L 229.557 4.82868 L 229.557 5.56234 C 230.9 5.47807 232.229 5.86856 233.302 6.6628 C 232.155 6.05373 230.805 5.92156 229.557 6.29598 L 229.557 7.02962 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDial2CCW"
|
||||
+ class="Dial2CCW Dial2 Leader"
|
||||
+ d="M 225.28 6.93851 L 211.034 6.93851" />
|
||||
+ <text
|
||||
+ id="LabelDial2CCW"
|
||||
+ class="Dial2CCW Dial2 Label"
|
||||
+ x="206.034"
|
||||
+ y="7.2452002"
|
||||
+ style="text-anchor:end;">CCW</text>
|
||||
+ <path
|
||||
+ id="Dial2CW"
|
||||
+ class="Dial2CW Button"
|
||||
+ d="M 227.308 26.4712 L 229.555 25.3708 L 229.555 26.1044 C 230.853 26.2958 232.178 26.0362 233.3 25.3708 C 232.327 26.3672 230.962 26.9023 229.555 26.838 L 229.555 27.5717 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDial2CW"
|
||||
+ class="Dial2CW Dial2 Leader"
|
||||
+ d="M 225.28 25.0934 L 211.034 25.0934" />
|
||||
+ <text
|
||||
+ id="LabelDial2CW"
|
||||
+ class="Dial2CW Dial2 Label"
|
||||
+ x="206.034"
|
||||
+ y="25.457001"
|
||||
+ style="text-anchor:end;">CW</text>
|
||||
+ <path
|
||||
+ id="Dial2"
|
||||
+ class="Dial2 TouchDial"
|
||||
+ d="M 230.279 3.05324 C 225.033 3.05324 220.304 6.21328 218.296 11.0598 C 216.289 15.9064 217.398 21.485 221.108 25.1944 C 224.817 28.9038 230.396 30.0134 235.242 28.0059 C 240.089 25.9984 243.249 21.2691 243.249 16.0232 C 243.249 8.86011 237.442 3.05324 230.279 3.05324 Z" />
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-m.svg b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
new file mode 100644
|
||||
index 000000000000..ac3af53affd8
|
||||
--- /dev/null
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
@@ -0,0 +1,255 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
+
|
||||
+<svg
|
||||
+ width="291mm"
|
||||
+ height="205mm"
|
||||
+ viewBox="0 0 291 205"
|
||||
+ version="1.1"
|
||||
+ id="intuos-pro-m-ptk670"
|
||||
+ style="fill:none;stroke:#7f7f7f;stroke-width:0.25;font-size:6;font-family:monospace"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg">
|
||||
+ <title
|
||||
+ id="title">Wacom Intuos Pro M (PTK670)</title>
|
||||
+ <g
|
||||
+ id="g1">
|
||||
+ <path
|
||||
+ id="ButtonA"
|
||||
+ class="Button A"
|
||||
+ d="M 81.0475 6.4004 C 76.0377 1.76944 68.3093 1.76813 63.2977 6.3974 L 67.6702 10.7699 C 70.2604 8.54602 74.0865 8.5473 76.6753 10.7729 Z" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="Leader A"
|
||||
+ d="M 50.8345 6.89279 L 67.0815 6.89279" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="Label A"
|
||||
+ x="45.8345"
|
||||
+ y="7.11235"
|
||||
+ style="text-anchor:end;">A</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g2">
|
||||
+ <path
|
||||
+ id="ButtonB"
|
||||
+ class="Button B"
|
||||
+ d="M 77.372 20.4721 L 81.7585 24.8587 C 86.4055 19.8443 86.4065 12.0967 81.7595 7.08171 L 77.3717 11.4696 C 79.5949 14.0587 79.5949 17.8831 77.3717 20.4721 Z" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="Leader B"
|
||||
+ d="M 50.8345 43.56015 L 83.0385 43.56015 L 82.9645 19.5" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="Label B"
|
||||
+ x="45.8345"
|
||||
+ y="43.77971"
|
||||
+ style="text-anchor:end;">B</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g3">
|
||||
+ <path
|
||||
+ id="ButtonC"
|
||||
+ class="Button C"
|
||||
+ d="M 67.6483 21.1934 L 63.2836 25.5581 C 68.2992 30.2049 76.0478 30.2035 81.0615 25.5551 L 76.6971 21.1904 C 74.1009 23.4409 70.2455 23.4417 67.6483 21.1924 Z" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="Leader C"
|
||||
+ d="M 50.8345 25.22647 L 67.0815 25.22647" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="Label C"
|
||||
+ x="45.8345"
|
||||
+ y="25.44603"
|
||||
+ style="text-anchor:end;">C</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g4">
|
||||
+ <path
|
||||
+ id="ButtonD"
|
||||
+ class="Button D"
|
||||
+ d="M 66.9734 11.4671 L 62.6009 7.09461 C 57.9703 12.1059 57.9707 19.8351 62.6019 24.8459 L 66.9731 20.4747 C 64.7469 17.8848 64.7469 14.057 66.9732 11.4671 Z" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="Leader D"
|
||||
+ d="M 50.8345 16.05963 L 61.4645 16.05963" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="Label D"
|
||||
+ x="45.8345"
|
||||
+ y="16.27919"
|
||||
+ style="text-anchor:end;">D</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g5">
|
||||
+ <path
|
||||
+ id="ButtonI"
|
||||
+ class="Button I ModeSwitch"
|
||||
+ d="M 72.1687 10.6101 C 69.9978 10.6101 68.0406 11.9178 67.2098 13.9235 C 66.379 15.9292 66.8382 18.2378 68.3733 19.7729 C 69.9084 21.308 72.2171 21.7672 74.2227 20.9364 C 76.2284 20.1057 77.5362 18.1485 77.5362 15.9776 C 77.5362 14.554 76.9707 13.1888 75.9641 12.1822 C 74.9575 11.1756 73.5922 10.6101 72.1687 10.6101 Z" />
|
||||
+ <path
|
||||
+ id="LeaderI"
|
||||
+ class="Leader I ModeSwitch"
|
||||
+ d="M 50.8345 34.39331 L 72.2426 34.39331 L 72.1686 19.5003" />
|
||||
+ <text
|
||||
+ id="LabelI"
|
||||
+ class="Label I ModeSwitch"
|
||||
+ x="45.8345"
|
||||
+ y="34.61287"
|
||||
+ style="text-anchor:end;">I</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g7">
|
||||
+ <path
|
||||
+ id="DialCCW"
|
||||
+ class="DialCCW Button"
|
||||
+ d="M 101.014 5.88344 L 103.261 4.78296 L 103.261 5.51662 C 104.604 5.43235 105.933 5.82284 107.006 6.61708 C 105.859 6.00801 104.509 5.87584 103.261 6.25026 L 103.261 6.9839 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCCW"
|
||||
+ class="DialCCW Dial Leader"
|
||||
+ d="M 108.982 6.89279 L 123.228 6.89279" />
|
||||
+ <text
|
||||
+ id="LabelDialCCW"
|
||||
+ class="DialCCW Dial Label"
|
||||
+ x="128.228"
|
||||
+ y="7.2452002"
|
||||
+ style="text-anchor:start;">CCW</text>
|
||||
+ <path
|
||||
+ id="DialCW"
|
||||
+ class="DialCW Button"
|
||||
+ d="M 101.012 26.4255 L 103.259 25.3251 L 103.259 26.0587 C 104.557 26.2501 105.882 25.9905 107.004 25.3251 C 106.031 26.3215 104.666 26.8566 103.259 26.7923 L 103.259 27.526 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCW"
|
||||
+ class="DialCW Dial Leader"
|
||||
+ d="M 108.982 25.0477 L 123.228 25.0477" />
|
||||
+ <text
|
||||
+ id="LabelDialCW"
|
||||
+ class="DialCW Dial Label"
|
||||
+ x="128.228"
|
||||
+ y="25.45682"
|
||||
+ style="text-anchor:start;">CW</text>
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="M 103.983 3.00752 C 98.7365 3.00752 94.0075 6.16756 91.9995 11.0141 C 89.9925 15.8607 91.1015 21.4393 94.8115 25.1487 C 98.5205 28.8581 104.099 29.9677 108.946 27.9602 C 113.793 25.9527 116.953 21.2234 116.953 15.9775 C 116.953 8.81439 111.146 3.00752 103.983 3.00752 Z" />
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g11">
|
||||
+ <path
|
||||
+ id="ButtonE"
|
||||
+ class="Button E"
|
||||
+ d="M 227.873 6.44612 C 222.863 1.81516 215.135 1.81385 210.123 6.44312 L 214.496 10.8156 C 217.086 8.59174 220.912 8.59302 223.501 10.8186 Z" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="Leader E"
|
||||
+ d="M 240.327 6.93851 L 224.081 6.93851" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="Label E"
|
||||
+ x="245.327"
|
||||
+ y="7.11235"
|
||||
+ style="text-anchor:start;">E</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g12">
|
||||
+ <path
|
||||
+ id="ButtonF"
|
||||
+ class="Button F"
|
||||
+ d="M 224.197 20.5178 L 228.584 24.9044 C 233.231 19.89 233.232 12.1424 228.585 7.12743 L 224.197 11.5153 C 226.42 14.1044 226.42 17.9288 224.197 20.5178 Z" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="Leader F"
|
||||
+ d="M 240.327 16.05963 L 229.698 16.05963" />
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="Label F"
|
||||
+ x="245.327"
|
||||
+ y="16.27919"
|
||||
+ style="text-anchor:start;">F</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g13">
|
||||
+ <path
|
||||
+ id="ButtonG"
|
||||
+ class="Button G"
|
||||
+ d="M 214.474 21.2391 L 210.109 25.6038 C 215.125 30.2506 222.873 30.2492 227.887 25.6008 L 223.523 21.2361 C 220.926 23.4866 217.071 23.4874 214.474 21.2381 Z" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="Leader G"
|
||||
+ d="M 240.327 25.22647 L 224.081 25.22647" />
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="Label G"
|
||||
+ x="245.327"
|
||||
+ y="25.44603"
|
||||
+ style="text-anchor:start;">G</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g14">
|
||||
+ <path
|
||||
+ id="ButtonH"
|
||||
+ class="Button H"
|
||||
+ d="M 213.799 11.5128 L 209.426 7.14033 C 204.796 12.1516 204.796 19.8808 209.427 24.8916 L 213.799 20.5204 C 211.572 17.9305 211.572 14.1027 213.799 11.5128 Z" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="Leader H"
|
||||
+ d="M 240.327 43.56015 L 208.272 43.56015 L 208.198 19.5457" />
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="Label H"
|
||||
+ x="245.327"
|
||||
+ y="43.77971"
|
||||
+ style="text-anchor:start;">H</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g15">
|
||||
+ <path
|
||||
+ id="ButtonJ"
|
||||
+ class="Button J ModeSwitch"
|
||||
+ d="M 218.994 10.6558 C 216.823 10.6558 214.866 11.9635 214.035 13.9692 C 213.204 15.9749 213.664 18.2835 215.199 19.8186 C 216.734 21.3537 219.043 21.8129 221.048 20.9821 C 223.054 20.1514 224.362 18.1942 224.362 16.0233 C 224.362 14.5997 223.796 13.2345 222.79 12.2279 C 221.783 11.2213 220.418 10.6558 218.994 10.6558 Z" />
|
||||
+ <path
|
||||
+ id="LeaderJ"
|
||||
+ class="Leader J ModeSwitch"
|
||||
+ d="M 240.327 34.39331 L 219.068 34.39331 L 218.994 19.546" />
|
||||
+ <text
|
||||
+ id="LabelJ"
|
||||
+ class="Label J ModeSwitch"
|
||||
+ x="245.327"
|
||||
+ y="34.61287"
|
||||
+ style="text-anchor:start;">J</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g17">
|
||||
+ <path
|
||||
+ id="Dial2CCW"
|
||||
+ class="Dial2CCW Button"
|
||||
+ d="M 184.439 5.92916 L 186.686 4.82868 L 186.686 5.56234 C 188.029 5.47807 189.358 5.86856 190.431 6.6628 C 189.284 6.05373 187.934 5.92156 186.686 6.29598 L 186.686 7.02962 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDial2CCW"
|
||||
+ class="Dial2CCW Dial2 Leader"
|
||||
+ d="M 182.409 6.93851 L 168.163 6.93851" />
|
||||
+ <text
|
||||
+ id="LabelDial2CCW"
|
||||
+ class="Dial2CCW Dial2 Label"
|
||||
+ x="163.163"
|
||||
+ y="7.2452002"
|
||||
+ style="text-anchor:end;">CCW</text>
|
||||
+ <path
|
||||
+ id="Dial2CW"
|
||||
+ class="Dial2CW Button"
|
||||
+ d="M 184.437 26.4712 L 186.684 25.3708 L 186.684 26.1044 C 187.982 26.2958 189.307 26.0362 190.429 25.3708 C 189.456 26.3672 188.091 26.9023 186.684 26.838 L 186.684 27.5717 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDial2CW"
|
||||
+ class="Dial2CW Dial2 Leader"
|
||||
+ d="M 182.409 25.0934 L 168.163 25.0934" />
|
||||
+ <text
|
||||
+ id="LabelDial2CW"
|
||||
+ class="Dial2CW Dial2 Label"
|
||||
+ x="163.163"
|
||||
+ y="25.457001"
|
||||
+ style="text-anchor:end;">CW</text>
|
||||
+ <path
|
||||
+ id="Dial2"
|
||||
+ class="Dial2 TouchDial"
|
||||
+ d="M 187.408 3.05324 C 182.162 3.05324 177.433 6.21328 175.425 11.0598 C 173.418 15.9064 174.527 21.485 178.237 25.1944 C 181.946 28.9038 187.525 30.0134 192.371 28.0059 C 197.218 25.9984 200.378 21.2691 200.378 16.0232 C 200.378 8.86011 194.571 3.05324 187.408 3.05324 Z" />
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-s.svg b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
new file mode 100644
|
||||
index 000000000000..ac0e3004d257
|
||||
--- /dev/null
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
@@ -0,0 +1,135 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
+
|
||||
+<svg
|
||||
+ width="215mm"
|
||||
+ height="162mm"
|
||||
+ viewBox="0 0 215 162"
|
||||
+ version="1.1"
|
||||
+ id="intuos-pro-s-ptk470"
|
||||
+ style="fill:none;stroke:#7f7f7f;stroke-width:0.25;font-size:6;font-family:monospace"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg">
|
||||
+ <title
|
||||
+ id="title">Wacom Intuos Pro S (PTK470)</title>
|
||||
+ <g
|
||||
+ id="g1">
|
||||
+ <path
|
||||
+ id="ButtonA"
|
||||
+ class="Button A"
|
||||
+ d="M 100.597 6.4004 C 95.5872 1.76944 87.8588 1.76813 82.8472 6.3974 L 87.2197 10.7699 C 89.8099 8.54602 93.636 8.5473 96.2248 10.7729 Z" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="Leader A"
|
||||
+ d="M 70.384,6.89279 H 86.631" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="Label A"
|
||||
+ x="65.384"
|
||||
+ y="7.11235"
|
||||
+ style="text-anchor:end;">A</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g2">
|
||||
+ <path
|
||||
+ id="ButtonB"
|
||||
+ class="Button B"
|
||||
+ d="M 96.9215 20.4721 L 101.308 24.8587 C 105.955 19.8443 105.956 12.0967 101.309 7.08171 L 96.9212 11.4696 C 99.1444 14.0587 99.1444 17.8831 96.9212 20.4721 Z" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="Leader B"
|
||||
+ d="m 70.384,43.56015 h 32.204 L 102.514,19.5" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="Label B"
|
||||
+ x="65.384"
|
||||
+ y="43.77971"
|
||||
+ style="text-anchor:end;">B</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g3">
|
||||
+ <path
|
||||
+ id="ButtonC"
|
||||
+ class="Button C"
|
||||
+ d="M 87.1978 21.1934 L 82.8331 25.5581 C 87.8487 30.2049 95.5973 30.2035 100.611 25.5551 L 96.2466 21.1904 C 93.6504 23.4409 89.795 23.4417 87.1978 21.1924 Z" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="Leader C"
|
||||
+ d="M 70.384,25.22647 H 86.631" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="C Label"
|
||||
+ x="65.384"
|
||||
+ y="25.44603"
|
||||
+ style="text-anchor:end;">C</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g4">
|
||||
+ <path
|
||||
+ id="ButtonD"
|
||||
+ class="Button D"
|
||||
+ d="M 86.5229 11.4671 L 82.1504 7.09461 C 77.5198 12.1059 77.5202 19.8351 82.1514 24.8459 L 86.5226 20.4747 C 84.2964 17.8848 84.2964 14.057 86.5227 11.4671 Z" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="Leader D"
|
||||
+ d="M 70.384,16.05963 H 81.014" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="Label D"
|
||||
+ x="65.384"
|
||||
+ y="16.27919"
|
||||
+ style="text-anchor:end;">D</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g5">
|
||||
+ <path
|
||||
+ id="ButtonE"
|
||||
+ class="Button E ModeSwitch"
|
||||
+ d="M 91.7182 10.6101 C 89.5473 10.6101 87.5901 11.9178 86.7593 13.9235 C 85.9285 15.9292 86.3877 18.2378 87.9228 19.7729 C 89.4579 21.308 91.7666 21.7672 93.7722 20.9364 C 95.7779 20.1057 97.0857 18.1485 97.0857 15.9776 C 97.0857 14.554 96.5202 13.1888 95.5136 12.1822 C 94.507 11.1756 93.1417 10.6101 91.7182 10.6101 Z" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="Leader E ModeSwitch"
|
||||
+ d="M 70.384 34.39331 L 91.7921 34.39331 L 91.7181 19.5003" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="Label E ModeSwitch"
|
||||
+ x="65.384"
|
||||
+ y="34.61287"
|
||||
+ style="text-anchor:end;">E</text>
|
||||
+ </g>
|
||||
+ <g
|
||||
+ id="g7">
|
||||
+ <path
|
||||
+ id="DialCCW"
|
||||
+ class="DialCCW Button"
|
||||
+ d="M 120.563 5.88344 L 122.81 4.78296 L 122.81 5.51662 C 124.153 5.43235 125.482 5.82284 126.555 6.61708 C 125.408 6.00801 124.058 5.87584 122.81 6.25026 L 122.81 6.9839 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCCW"
|
||||
+ class="DialCCW Dial Leader"
|
||||
+ d="m 128.531,6.89279 h 14.246" />
|
||||
+ <text
|
||||
+ id="LabelDialCCW"
|
||||
+ class="DialCCW Dial Label"
|
||||
+ x="147.777"
|
||||
+ y="7.2452"
|
||||
+ style="text-anchor:start;">CCW</text>
|
||||
+ <path
|
||||
+ id="DialCW"
|
||||
+ class="DialCW Button"
|
||||
+ d="M 120.561 26.4255 L 122.808 25.3251 L 122.808 26.0587 C 124.106 26.2501 125.431 25.9905 126.553 25.3251 C 125.58 26.3215 124.215 26.8566 122.808 26.7923 L 122.808 27.526 Z" />
|
||||
+ <path
|
||||
+ id="LeaderDialCW"
|
||||
+ class="DialCW Dial Leader"
|
||||
+ d="m 128.531,25.0477 h 14.246" />
|
||||
+ <text
|
||||
+ id="LabelDialCW"
|
||||
+ class="DialCW Dial Label"
|
||||
+ x="147.777"
|
||||
+ y="25.45682"
|
||||
+ style="text-anchor:start;">CW</text>
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="M 123.532 3.00752 C 118.286 3.00752 113.557 6.16756 111.549 11.0141 C 109.542 15.8607 110.651 21.4393 114.361 25.1487 C 118.07 28.8581 123.649 29.9677 128.495 27.9602 C 133.342 25.9527 136.502 21.2234 136.502 15.9775 C 136.502 8.81439 130.695 3.00752 123.532 3.00752 Z" />
|
||||
+ </g>
|
||||
+</svg>
|
||||
diff --git a/data/wacom-intuos-pro-3-l.tablet b/data/wacom-intuos-pro-3-l.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..2a41a4812b91
|
||||
--- /dev/null
|
||||
+++ b/data/wacom-intuos-pro-3-l.tablet
|
||||
@@ -0,0 +1,58 @@
|
||||
+# Wacom
|
||||
+# Intuos Pro L
|
||||
+# PTK870
|
||||
+# (Third Generation)
|
||||
+#
|
||||
+# sysinfo.oLBtuiyfKd
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/457#issue-2867134599
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# A E
|
||||
+# D I B H J F
|
||||
+# C G
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# Relative Dial Map:
|
||||
+# (A=1st dial, B=2nd dial, ...)
|
||||
+#
|
||||
+# A B
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Intuos Pro L
|
||||
+ModelName=PTK870
|
||||
+DeviceMatch=usb:056a:03f9;bluetooth:056a:03fa;usb:056a:0401;
|
||||
+Class=Intuos5
|
||||
+Width=14
|
||||
+Height=8
|
||||
+Layout=wacom-intuos-pro-3-l.svg
|
||||
+IntegratedIn=
|
||||
+Styli=@mobilestudio;@propengen2;@propen3;@udpen;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Buttons=10
|
||||
+# NumDials=2
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D;I
|
||||
+Right=E;F;G;H;J
|
||||
+# Dial=I
|
||||
+# Dial2=J
|
||||
+# DialNumModes=3
|
||||
+# Dial2NumModes=3
|
||||
diff --git a/data/wacom-intuos-pro-3-m.tablet b/data/wacom-intuos-pro-3-m.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..39717531b79e
|
||||
--- /dev/null
|
||||
+++ b/data/wacom-intuos-pro-3-m.tablet
|
||||
@@ -0,0 +1,58 @@
|
||||
+# Wacom
|
||||
+# Intuos Pro M
|
||||
+# PTK670
|
||||
+# (Third Generation)
|
||||
+#
|
||||
+# sysinfo.BSaGepftZP
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/456#issue-2861784604
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# A E
|
||||
+# D I B H J F
|
||||
+# C G
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# Relative Dial Map:
|
||||
+# (A=1st dial, B=2nd dial, ...)
|
||||
+#
|
||||
+# A B
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Intuos Pro M
|
||||
+ModelName=PTK670
|
||||
+DeviceMatch=usb:056a:03f7;bluetooth:056a:03f8;
|
||||
+Class=Intuos5
|
||||
+Width=10
|
||||
+Height=6
|
||||
+Layout=wacom-intuos-pro-3-m.svg
|
||||
+IntegratedIn=
|
||||
+Styli=@mobilestudio;@propengen2;@propen3;@udpen;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Buttons=10
|
||||
+# NumDials=2
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D;I
|
||||
+Right=E;F;G;H;J
|
||||
+# Dial=I
|
||||
+# Dial2=J
|
||||
+# DialNumModes=3
|
||||
+# Dial2NumModes=3
|
||||
diff --git a/data/wacom-intuos-pro-3-s.tablet b/data/wacom-intuos-pro-3-s.tablet
|
||||
new file mode 100644
|
||||
index 000000000000..f8e71397d023
|
||||
--- /dev/null
|
||||
+++ b/data/wacom-intuos-pro-3-s.tablet
|
||||
@@ -0,0 +1,55 @@
|
||||
+# Wacom
|
||||
+# Intuos Pro S
|
||||
+# PTK470
|
||||
+# (Third Generation)
|
||||
+#
|
||||
+# sysinfo.vS9sFVLdTW
|
||||
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/455#issue-2861784074
|
||||
+#
|
||||
+# Button Map:
|
||||
+# (A=1, B=2, C=3, ...)
|
||||
+#
|
||||
+# A
|
||||
+# D E B
|
||||
+# C
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+# Relative Dial Map:
|
||||
+# (A=1st dial, B=2nd dial, ...)
|
||||
+#
|
||||
+# A
|
||||
+# *-----------------------*
|
||||
+# | |
|
||||
+# | TABLET |
|
||||
+# | |
|
||||
+# *-----------------------*
|
||||
+#
|
||||
+
|
||||
+[Device]
|
||||
+Name=Wacom Intuos Pro S
|
||||
+ModelName=PTK470
|
||||
+DeviceMatch=usb:056a:03f5;bluetooth:056a:03f6;
|
||||
+Class=Intuos5
|
||||
+Width=7
|
||||
+Height=4
|
||||
+Layout=wacom-intuos-pro-3-s.svg
|
||||
+IntegratedIn=
|
||||
+Styli=@mobilestudio;@propengen2;@propen3;@udpen;
|
||||
+
|
||||
+[Features]
|
||||
+Stylus=true
|
||||
+Reversible=false
|
||||
+Touch=false
|
||||
+Buttons=5
|
||||
+# NumDials=1
|
||||
+
|
||||
+[Buttons]
|
||||
+Left=A;B;C;D;E
|
||||
+# Dial=E
|
||||
+# DialNumModes=3
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
From 818c47bef2789b79781448b89c616be3d65949ac Mon Sep 17 00:00:00 2001
|
||||
From: Aaron Armstrong Skomra <skomra@gmail.com>
|
||||
Date: Fri, 27 Oct 2023 16:37:48 -0700
|
||||
Subject: [PATCH libwacom] data: remove erroneous dash from latest Cintiq Pro
|
||||
model names
|
||||
|
||||
Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
|
||||
(cherry picked from commit 8ffa4ecfe4c9029d1abdda64428bf8122d92dee5)
|
||||
---
|
||||
data/cintiq-pro-17.tablet | 4 ++--
|
||||
data/cintiq-pro-22.tablet | 4 ++--
|
||||
data/cintiq-pro-27.tablet | 4 ++--
|
||||
3 files changed, 6 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/data/cintiq-pro-17.tablet b/data/cintiq-pro-17.tablet
|
||||
index 267a491d87c7..d8f55dcd8078 100644
|
||||
--- a/data/cintiq-pro-17.tablet
|
||||
+++ b/data/cintiq-pro-17.tablet
|
||||
@@ -1,6 +1,6 @@
|
||||
# Wacom
|
||||
# Cintiq Pro 17
|
||||
-# DTH-172
|
||||
+# DTH172
|
||||
#
|
||||
# Button Map:
|
||||
# (A=1, B=2, C=3, ...)
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
[Device]
|
||||
Name=Wacom Cintiq Pro 17
|
||||
-ModelName=DTH-172
|
||||
+ModelName=DTH172
|
||||
Class=Cintiq
|
||||
DeviceMatch=usb:056a:03c4
|
||||
Width=15
|
||||
diff --git a/data/cintiq-pro-22.tablet b/data/cintiq-pro-22.tablet
|
||||
index caef2a58e07a..befdb0a7a532 100644
|
||||
--- a/data/cintiq-pro-22.tablet
|
||||
+++ b/data/cintiq-pro-22.tablet
|
||||
@@ -1,6 +1,6 @@
|
||||
# Wacom
|
||||
# Cintiq Pro 22
|
||||
-# DTH-227
|
||||
+# DTH227
|
||||
#
|
||||
# Button Map:
|
||||
# (A=1, B=2, C=3, ...)
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
[Device]
|
||||
Name=Wacom Cintiq Pro 22
|
||||
-ModelName=DTH-227
|
||||
+ModelName=DTH227
|
||||
Class=Cintiq
|
||||
DeviceMatch=usb:056a:03d0
|
||||
Width=18
|
||||
diff --git a/data/cintiq-pro-27.tablet b/data/cintiq-pro-27.tablet
|
||||
index a616c1fa88bf..db0c5dbc20b7 100644
|
||||
--- a/data/cintiq-pro-27.tablet
|
||||
+++ b/data/cintiq-pro-27.tablet
|
||||
@@ -1,6 +1,6 @@
|
||||
# Wacom
|
||||
# Cintiq Pro 27
|
||||
-# DTH-271
|
||||
+# DTH271
|
||||
#
|
||||
# Button Map:
|
||||
# (A=1, B=2, C=3, ...)
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
[Device]
|
||||
Name=Wacom Cintiq Pro 27
|
||||
-ModelName=DTH-271
|
||||
+ModelName=DTH271
|
||||
Class=Cintiq
|
||||
DeviceMatch=usb:056a:03c0
|
||||
Width=24
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@ -0,0 +1,908 @@
|
||||
From 76a5a4da6281e496cb47b2850136cecca6a10eab Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Wed, 20 Aug 2025 13:39:01 +1000
|
||||
Subject: [PATCH libwacom] layouts: rearrange the Intuos Pro 3rd L/M buttons
|
||||
|
||||
The current layout is too far on the left/right edge, causing the right
|
||||
set of buttons to be nonconfigurable in GNOME's OSD, see e.g.
|
||||
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/3500
|
||||
|
||||
Re-do the layouts so the button configuration is below the dials.
|
||||
Ideally the GNOME OSD is smart enough so this isn't an issue to start
|
||||
with but since we have loads of empty space here anyway, let's
|
||||
make this a simple fix here until the rest can catch up.
|
||||
---
|
||||
data/layouts/wacom-intuos-pro-3-l.svg | 393 ++++++++++++++-----------
|
||||
data/layouts/wacom-intuos-pro-3-m.svg | 405 ++++++++++++++------------
|
||||
2 files changed, 442 insertions(+), 356 deletions(-)
|
||||
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-l.svg b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
index 466fd9e8aa76..925149cea6a1 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
@@ -8,95 +8,158 @@
|
||||
version="1.1"
|
||||
id="intuos-pro-l-ptk870"
|
||||
style="fill:none;stroke:#7f7f7f;stroke-width:0.25;font-size:6;font-family:monospace"
|
||||
+ sodipodi:docname="wacom-intuos-pro-3-l.svg"
|
||||
+ inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
+ <defs
|
||||
+ id="defs1" />
|
||||
+ <sodipodi:namedview
|
||||
+ id="namedview1"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#000000"
|
||||
+ borderopacity="0.25"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:document-units="mm"
|
||||
+ showgrid="false"
|
||||
+ showguides="true"
|
||||
+ inkscape:zoom="3.0406085"
|
||||
+ inkscape:cx="799.18215"
|
||||
+ inkscape:cy="210.81307"
|
||||
+ inkscape:window-width="3072"
|
||||
+ inkscape:window-height="1659"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="0"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="intuos-pro-l-ptk870">
|
||||
+ <sodipodi:guide
|
||||
+ position="129.09573,204.21859"
|
||||
+ orientation="1,0"
|
||||
+ id="guide1"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="131.97659,203.77923"
|
||||
+ orientation="1,0"
|
||||
+ id="guide3"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="247.87624,200.19217"
|
||||
+ orientation="1,0"
|
||||
+ id="guide4"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="244.86465,191.78454"
|
||||
+ orientation="1,0"
|
||||
+ id="guide5"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="135.34671,208.46448"
|
||||
+ orientation="0,-1"
|
||||
+ id="guide6"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="135.13871,200.89516"
|
||||
+ orientation="0,-1"
|
||||
+ id="guide7"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="135.29252,193.2438"
|
||||
+ orientation="0,-1"
|
||||
+ id="guide8"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="133.8077,185.75651"
|
||||
+ orientation="0,-1"
|
||||
+ id="guide9"
|
||||
+ inkscape:locked="false" />
|
||||
+ <sodipodi:guide
|
||||
+ position="104.94332,177.96261"
|
||||
+ orientation="0,-1"
|
||||
+ id="guide10"
|
||||
+ inkscape:locked="false" />
|
||||
+ </sodipodi:namedview>
|
||||
<title
|
||||
id="title">Wacom Intuos Pro L (PTK870)</title>
|
||||
- <g
|
||||
- id="g1">
|
||||
- <path
|
||||
- id="ButtonA"
|
||||
- class="Button A"
|
||||
- d="M 123.918 6.4004 C 118.908 1.76944 111.18 1.76813 106.168 6.3974 L 110.541 10.7699 C 113.131 8.54602 116.957 8.5473 119.546 10.7729 Z" />
|
||||
- <path
|
||||
- id="LeaderA"
|
||||
- class="Leader A"
|
||||
- d="M 93.7051 6.89279 L 109.952 6.89279" />
|
||||
- <text
|
||||
- id="LabelA"
|
||||
- class="Label A"
|
||||
- x="88.7051"
|
||||
- y="7.11235"
|
||||
- style="text-anchor:end;">A</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g2">
|
||||
- <path
|
||||
- id="ButtonB"
|
||||
- class="Button B"
|
||||
- d="M 120.243 20.4721 L 124.629 24.8587 C 129.276 19.8443 129.277 12.0967 124.63 7.08171 L 120.242 11.4696 C 122.466 14.0587 122.466 17.8831 120.242 20.4721 Z" />
|
||||
- <path
|
||||
- id="LeaderB"
|
||||
- class="Leader B"
|
||||
- d="M 93.7051 43.56015 L 125.909 43.56015 L 125.835 19.5" />
|
||||
- <text
|
||||
- id="LabelB"
|
||||
- class="Label B"
|
||||
- x="88.7051"
|
||||
- y="43.77971"
|
||||
- style="text-anchor:end;">B</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g3">
|
||||
- <path
|
||||
- id="ButtonC"
|
||||
- class="Button C"
|
||||
- d="M 110.519 21.1934 L 106.154 25.5581 C 111.17 30.2049 118.918 30.2035 123.932 25.5551 L 119.568 21.1904 C 116.972 23.4409 113.116 23.4417 110.519 21.1924 Z" />
|
||||
- <path
|
||||
- id="LeaderC"
|
||||
- class="Leader C"
|
||||
- d="M 93.7051 25.22647 L 109.952 25.22647" />
|
||||
- <text
|
||||
- id="LabelC"
|
||||
- class="Label C"
|
||||
- x="88.7051"
|
||||
- y="25.44603"
|
||||
- style="text-anchor:end;">C</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g4">
|
||||
- <path
|
||||
- id="ButtonD"
|
||||
- class="Button D"
|
||||
- d="M 109.844 11.4671 L 105.472 7.09461 C 100.841 12.1059 100.841 19.8351 105.472 24.8459 L 109.844 20.4747 C 107.618 17.8848 107.618 14.057 109.844 11.4671 Z" />
|
||||
- <path
|
||||
- id="LeaderD"
|
||||
- class="Leader D"
|
||||
- d="M 93.7051 16.05963 L 104.335 16.05963" />
|
||||
- <text
|
||||
- id="LabelD"
|
||||
- class="Label D"
|
||||
- x="88.7051"
|
||||
- y="16.27919"
|
||||
- style="text-anchor:end;">D</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g5">
|
||||
- <path
|
||||
- id="ButtonI"
|
||||
- class="Button I ModeSwitch"
|
||||
- d="M 115.039 10.6101 C 112.868 10.6101 110.911 11.9178 110.08 13.9235 C 109.25 15.9292 109.709 18.2378 111.244 19.7729 C 112.779 21.308 115.088 21.7672 117.093 20.9364 C 119.099 20.1057 120.407 18.1485 120.407 15.9776 C 120.407 14.554 119.841 13.1888 118.835 12.1822 C 117.828 11.1756 116.463 10.6101 115.039 10.6101 Z" />
|
||||
- <path
|
||||
- id="LeaderI"
|
||||
- class="Leader I ModeSwitch"
|
||||
- d="M 93.7051 34.39331 L 115.113 34.39331 L 115.039 19.5003" />
|
||||
- <text
|
||||
- id="LabelI"
|
||||
- class="Label I ModeSwitch"
|
||||
- x="88.7051"
|
||||
- y="34.61287"
|
||||
- style="text-anchor:end;">I</text>
|
||||
- </g>
|
||||
+ <path
|
||||
+ id="ButtonA"
|
||||
+ class="Button A"
|
||||
+ d="m 123.918,6.4004 c -5.01,-4.63096 -12.738,-4.63227 -17.75,-0.003 l 4.373,4.3725 c 2.59,-2.22388 6.416,-2.2226 9.005,0.003 z" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="Leader A"
|
||||
+ d="m 129.09573,74.037396 -29.816137,0 L 99.157273,6.9437631 109.952,6.89279"
|
||||
+ sodipodi:nodetypes="cccc" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="Label A"
|
||||
+ x="135.6055"
|
||||
+ y="73.68782"
|
||||
+ style="text-anchor:end">A</text>
|
||||
+ <path
|
||||
+ id="ButtonB"
|
||||
+ class="Button B"
|
||||
+ d="m 120.243,20.4721 4.386,4.3866 c 4.647,-5.0144 4.648,-12.762 10e-4,-17.77699 l -4.388,4.38789 c 2.224,2.5891 2.224,6.4135 0,9.0025 z" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="Leader B"
|
||||
+ d="m 129.02333,43.56015 -3.11433,0 L 125.835,19.5"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="Label B"
|
||||
+ x="135.50296"
|
||||
+ y="43.41053"
|
||||
+ style="text-anchor:end">B</text>
|
||||
+ <path
|
||||
+ id="ButtonC"
|
||||
+ class="Button C"
|
||||
+ d="m 110.519,21.1934 -4.365,4.3647 c 5.016,4.6468 12.764,4.6454 17.778,-0.003 l -4.364,-4.3647 c -2.596,2.2505 -6.452,2.2513 -9.049,0.002 z" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="Leader C"
|
||||
+ d="M 129.09573,58.756206 H 110.04824 L 109.95204,25.22647"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="Label C"
|
||||
+ x="135.63626"
|
||||
+ y="58.546246"
|
||||
+ style="text-anchor:end">C</text>
|
||||
+ <path
|
||||
+ id="ButtonD"
|
||||
+ class="Button D"
|
||||
+ d="m 109.844,11.4671 -4.372,-4.37249 c -4.631,5.01129 -4.631,12.74049 0,17.75129 l 4.372,-4.3712 c -2.226,-2.5899 -2.226,-6.4177 0,-9.0076 z" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="Leader D"
|
||||
+ d="M 129.09573,66.243496 H 104.2863 L 104.335,16.05963"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="Label D"
|
||||
+ x="135.59085"
|
||||
+ y="66.1185"
|
||||
+ style="text-anchor:end">D</text>
|
||||
+ <path
|
||||
+ id="ButtonI"
|
||||
+ class="Button I ModeSwitch"
|
||||
+ d="m 115.039,10.6101 c -2.171,0 -4.128,1.3077 -4.959,3.3134 -0.83,2.0057 -0.371,4.3143 1.164,5.8494 1.535,1.5351 3.844,1.9943 5.849,1.1635 2.006,-0.8307 3.314,-2.7879 3.314,-4.9588 0,-1.4236 -0.566,-2.7888 -1.572,-3.7954 -1.007,-1.0066 -2.372,-1.5721 -3.796,-1.5721 z" />
|
||||
+ <path
|
||||
+ id="LeaderI"
|
||||
+ class="Leader I ModeSwitch"
|
||||
+ d="M 129.09573,51.104847 H 115.113 L 115.039,19.5003"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <text
|
||||
+ id="LabelI"
|
||||
+ class="Label I ModeSwitch"
|
||||
+ x="135.60843"
|
||||
+ y="50.979851"
|
||||
+ style="text-anchor:end">I</text>
|
||||
<g
|
||||
id="g7">
|
||||
<path
|
||||
@@ -132,91 +195,81 @@
|
||||
class="Dial TouchDial"
|
||||
d="M 146.854 3.00752 C 141.607 3.00752 136.878 6.16756 134.87 11.0141 C 132.863 15.8607 133.972 21.4393 137.682 25.1487 C 141.391 28.8581 146.97 29.9677 151.817 27.9602 C 156.664 25.9527 159.824 21.2234 159.824 15.9775 C 159.824 8.81439 154.017 3.00752 146.854 3.00752 Z" />
|
||||
</g>
|
||||
- <g
|
||||
- id="g11">
|
||||
- <path
|
||||
- id="ButtonE"
|
||||
- class="Button E"
|
||||
- d="M 270.744 6.44612 C 265.734 1.81516 258.006 1.81385 252.994 6.44312 L 257.367 10.8156 C 259.957 8.59174 263.783 8.59302 266.372 10.8186 Z" />
|
||||
- <path
|
||||
- id="LeaderE"
|
||||
- class="Leader E"
|
||||
- d="M 283.198 6.93851 L 266.952 6.93851" />
|
||||
- <text
|
||||
- id="LabelE"
|
||||
- class="Label E"
|
||||
- x="288.198"
|
||||
- y="7.11235"
|
||||
- style="text-anchor:start;">E</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g12">
|
||||
- <path
|
||||
- id="ButtonF"
|
||||
- class="Button F"
|
||||
- d="M 267.068 20.5178 L 271.455 24.9044 C 276.102 19.89 276.103 12.1424 271.456 7.12743 L 267.068 11.5153 C 269.291 14.1044 269.291 17.9288 267.068 20.5178 Z" />
|
||||
- <path
|
||||
- id="LeaderF"
|
||||
- class="Leader F"
|
||||
- d="M 283.198 16.05963 L 272.569 16.05963" />
|
||||
- <text
|
||||
- id="LabelF"
|
||||
- class="Label F"
|
||||
- x="288.198"
|
||||
- y="16.27919"
|
||||
- style="text-anchor:start;">F</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g13">
|
||||
- <path
|
||||
- id="ButtonG"
|
||||
- class="Button G"
|
||||
- d="M 257.345 21.2391 L 252.98 25.6038 C 257.996 30.2506 265.744 30.2492 270.758 25.6008 L 266.394 21.2361 C 263.797 23.4866 259.942 23.4874 257.345 21.2381 Z" />
|
||||
- <path
|
||||
- id="LeaderG"
|
||||
- class="Leader G"
|
||||
- d="M 283.198 25.22647 L 266.952 25.22647" />
|
||||
- <text
|
||||
- id="LabelG"
|
||||
- class="Label G"
|
||||
- x="288.198"
|
||||
- y="25.44603"
|
||||
- style="text-anchor:start;">G</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g14">
|
||||
- <path
|
||||
- id="ButtonH"
|
||||
- class="Button H"
|
||||
- d="M 256.67 11.5128 L 252.297 7.14033 C 247.667 12.1516 247.667 19.8808 252.298 24.8916 L 256.67 20.5204 C 254.443 17.9305 254.443 14.1027 256.67 11.5128 Z" />
|
||||
- <path
|
||||
- id="LeaderH"
|
||||
- class="Leader H"
|
||||
- d="M 283.198 43.56015 L 251.143 43.56015 L 251.069 19.5457" />
|
||||
- <text
|
||||
- id="LabelH"
|
||||
- class="Label H"
|
||||
- x="288.198"
|
||||
- y="43.77971"
|
||||
- style="text-anchor:start;">H</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g15">
|
||||
- <path
|
||||
- id="ButtonJ"
|
||||
- class="Button J ModeSwitch"
|
||||
- d="M 261.865 10.6558 C 259.694 10.6558 257.737 11.9635 256.906 13.9692 C 256.075 15.9749 256.535 18.2835 258.07 19.8186 C 259.605 21.3537 261.914 21.8129 263.919 20.9821 C 265.925 20.1514 267.233 18.1942 267.233 16.0233 C 267.233 14.5997 266.667 13.2345 265.661 12.2279 C 264.654 11.2213 263.289 10.6558 261.865 10.6558 Z" />
|
||||
- <path
|
||||
- id="LeaderJ"
|
||||
- class="Leader J ModeSwitch"
|
||||
- d="M 283.198 34.39331 L 261.939 34.39331 L 261.865 19.546" />
|
||||
- <text
|
||||
- id="LabelJ"
|
||||
- class="Label J ModeSwitch"
|
||||
- x="288.198"
|
||||
- y="34.61287"
|
||||
- style="text-anchor:start;">J</text>
|
||||
- </g>
|
||||
+ <path
|
||||
+ id="ButtonE"
|
||||
+ class="Button E"
|
||||
+ d="m 270.744,6.44612 c -5.01,-4.63096 -12.738,-4.63227 -17.75,-0.003 l 4.373,4.37248 c 2.59,-2.22386 6.416,-2.22258 9.005,0.003 z" />
|
||||
+ <path
|
||||
+ id="LeaderE"
|
||||
+ class="Leader E"
|
||||
+ d="m 247.87623,74.037396 30.67943,0 0.1153,-67.1859026 L 266.952,6.93851"
|
||||
+ sodipodi:nodetypes="cccc" />
|
||||
+ <path
|
||||
+ id="ButtonF"
|
||||
+ class="Button F"
|
||||
+ d="m 267.068,20.5178 4.387,4.3866 c 4.647,-5.0144 4.648,-12.762 0.001,-17.77697 l -4.388,4.38787 c 2.223,2.5891 2.223,6.4135 0,9.0025 z" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="Leader F"
|
||||
+ d="m 247.87623,66.243496 24.69926,0 -0.006,-50.183866"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <path
|
||||
+ id="ButtonG"
|
||||
+ class="Button G"
|
||||
+ d="m 257.345,21.2391 -4.365,4.3647 c 5.016,4.6468 12.764,4.6454 17.778,-0.003 l -4.364,-4.3647 c -2.597,2.2505 -6.452,2.2513 -9.049,0.002 z" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="Leader G"
|
||||
+ d="m 247.87623,58.756206 19.02269,0 0.0531,-33.529736"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <path
|
||||
+ id="ButtonH"
|
||||
+ class="Button H"
|
||||
+ d="m 256.67,11.5128 -4.373,-4.37247 c -4.63,5.01127 -4.63,12.74047 0.001,17.75127 l 4.372,-4.3712 c -2.227,-2.5899 -2.227,-6.4177 0,-9.0076 z" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="Leader H"
|
||||
+ d="M 247.87623,43.535527 251.143,43.56015 251.069,19.5457"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <path
|
||||
+ id="ButtonJ"
|
||||
+ class="Button J ModeSwitch"
|
||||
+ d="m 261.865,10.6558 c -2.171,0 -4.128,1.3077 -4.959,3.3134 -0.831,2.0057 -0.371,4.3143 1.164,5.8494 1.535,1.5351 3.844,1.9943 5.849,1.1635 2.006,-0.8307 3.314,-2.7879 3.314,-4.9588 0,-1.4236 -0.566,-2.7888 -1.572,-3.7954 -1.007,-1.0066 -2.372,-1.5721 -3.796,-1.5721 z" />
|
||||
+ <path
|
||||
+ id="LeaderJ"
|
||||
+ class="Leader J ModeSwitch"
|
||||
+ d="m 247.87623,51.104847 14.06277,0 L 261.865,19.546"
|
||||
+ sodipodi:nodetypes="ccc" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="Label E"
|
||||
+ x="241.36903"
|
||||
+ y="73.912399"
|
||||
+ style="text-anchor:start">E</text>
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="Label F"
|
||||
+ x="241.30165"
|
||||
+ y="66.1185"
|
||||
+ style="text-anchor:start">F</text>
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="Label G"
|
||||
+ x="241.50526"
|
||||
+ y="58.546246"
|
||||
+ style="text-anchor:start">G</text>
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="Label H"
|
||||
+ x="241.46571"
|
||||
+ y="43.410526"
|
||||
+ style="text-anchor:start">H</text>
|
||||
+ <text
|
||||
+ id="LabelJ"
|
||||
+ class="Label J ModeSwitch"
|
||||
+ x="241.71181"
|
||||
+ y="50.894886"
|
||||
+ style="text-anchor:start">J</text>
|
||||
<g
|
||||
id="g17">
|
||||
<path
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-m.svg b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
index ac3af53affd8..ab3ba59e5abc 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
@@ -8,248 +8,281 @@
|
||||
version="1.1"
|
||||
id="intuos-pro-m-ptk670"
|
||||
style="fill:none;stroke:#7f7f7f;stroke-width:0.25;font-size:6;font-family:monospace"
|
||||
+ sodipodi:docname="wacom-intuos-pro-3-m.svg"
|
||||
+ inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
+ <defs
|
||||
+ id="defs1" />
|
||||
+ <sodipodi:namedview
|
||||
+ id="namedview1"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#000000"
|
||||
+ borderopacity="0.25"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:document-units="mm"
|
||||
+ inkscape:zoom="1.8688618"
|
||||
+ inkscape:cx="550.06743"
|
||||
+ inkscape:cy="216.17436"
|
||||
+ inkscape:window-width="3072"
|
||||
+ inkscape:window-height="1659"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="0"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="intuos-pro-m-ptk670" />
|
||||
<title
|
||||
id="title">Wacom Intuos Pro M (PTK670)</title>
|
||||
+ <path
|
||||
+ id="ButtonA"
|
||||
+ class="Button A"
|
||||
+ d="m 80.503889,6.4003248 c -5.01,-4.63096 -12.738,-4.63227 -17.75,-0.003 l 4.373,4.3725002 c 2.59,-2.2238802 6.416,-2.2226002 9.005,0.003 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderA"
|
||||
+ class="Leader A"
|
||||
+ d="M 85.681619,74.037321 H 55.865482 l -0.12232,-67.0936332 10.794727,-0.05097"
|
||||
+ sodipodi:nodetypes="cccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelA"
|
||||
+ class="Label A"
|
||||
+ x="92.191391"
|
||||
+ y="73.687744"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:end;fill:none;stroke:#7f7f7f;stroke-width:0.25">A</text>
|
||||
+ <path
|
||||
+ id="ButtonB"
|
||||
+ class="Button B"
|
||||
+ d="m 76.828889,20.472025 4.386,4.3866 c 4.647,-5.0144 4.648,-12.762 0.001,-17.7769902 l -4.388,4.3878902 c 2.224,2.5891 2.224,6.4135 0,9.0025 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderB"
|
||||
+ class="Leader B"
|
||||
+ d="m 85.609219,43.560075 h -3.11433 l -0.074,-24.06015"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelB"
|
||||
+ class="Label B"
|
||||
+ x="92.088852"
|
||||
+ y="43.410454"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:end;fill:none;stroke:#7f7f7f;stroke-width:0.25">B</text>
|
||||
+ <path
|
||||
+ id="ButtonC"
|
||||
+ class="Button C"
|
||||
+ d="m 67.104889,21.193325 -4.365,4.3647 c 5.016,4.6468 12.764,4.6454 17.778,-0.003 l -4.364,-4.3647 c -2.596,2.2505 -6.452,2.2513 -9.049,0.002 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderC"
|
||||
+ class="Leader C"
|
||||
+ d="m 85.681619,58.756131 h -19.04749 l -0.0962,-33.529736"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelC"
|
||||
+ class="Label C"
|
||||
+ x="92.222153"
|
||||
+ y="58.546173"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:end;fill:none;stroke:#7f7f7f;stroke-width:0.25">C</text>
|
||||
+ <path
|
||||
+ id="ButtonD"
|
||||
+ class="Button D"
|
||||
+ d="m 66.429889,11.467025 -4.372,-4.3724902 c -4.631,5.0112902 -4.631,12.7404902 0,17.7512902 l 4.372,-4.3712 c -2.226,-2.5899 -2.226,-6.4177 0,-9.0076 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderD"
|
||||
+ class="Leader D"
|
||||
+ d="m 85.681619,66.243421 h -24.80943 l 0.0487,-50.183866"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelD"
|
||||
+ class="Label D"
|
||||
+ x="92.176743"
|
||||
+ y="66.118423"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:end;fill:none;stroke:#7f7f7f;stroke-width:0.25">D</text>
|
||||
+ <path
|
||||
+ id="ButtonI"
|
||||
+ class="Button I ModeSwitch"
|
||||
+ d="m 71.624889,10.610025 c -2.171,0 -4.128,1.3077 -4.959,3.3134 -0.83,2.0057 -0.371,4.3143 1.164,5.8494 1.535,1.5351 3.844,1.9943 5.849,1.1635 2.006,-0.8307 3.314,-2.7879 3.314,-4.9588 0,-1.4236 -0.566,-2.7888 -1.572,-3.7954 -1.007,-1.0066 -2.372,-1.5721 -3.796,-1.5721 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderI"
|
||||
+ class="Leader I ModeSwitch"
|
||||
+ d="m 85.681619,51.104772 h -13.98273 l -0.074,-31.604547"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelI"
|
||||
+ class="Label I ModeSwitch"
|
||||
+ x="92.194321"
|
||||
+ y="50.979774"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:end;fill:none;stroke:#7f7f7f;stroke-width:0.25">I</text>
|
||||
<g
|
||||
- id="g1">
|
||||
- <path
|
||||
- id="ButtonA"
|
||||
- class="Button A"
|
||||
- d="M 81.0475 6.4004 C 76.0377 1.76944 68.3093 1.76813 63.2977 6.3974 L 67.6702 10.7699 C 70.2604 8.54602 74.0865 8.5473 76.6753 10.7729 Z" />
|
||||
- <path
|
||||
- id="LeaderA"
|
||||
- class="Leader A"
|
||||
- d="M 50.8345 6.89279 L 67.0815 6.89279" />
|
||||
- <text
|
||||
- id="LabelA"
|
||||
- class="Label A"
|
||||
- x="45.8345"
|
||||
- y="7.11235"
|
||||
- style="text-anchor:end;">A</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g2">
|
||||
- <path
|
||||
- id="ButtonB"
|
||||
- class="Button B"
|
||||
- d="M 77.372 20.4721 L 81.7585 24.8587 C 86.4055 19.8443 86.4065 12.0967 81.7595 7.08171 L 77.3717 11.4696 C 79.5949 14.0587 79.5949 17.8831 77.3717 20.4721 Z" />
|
||||
- <path
|
||||
- id="LeaderB"
|
||||
- class="Leader B"
|
||||
- d="M 50.8345 43.56015 L 83.0385 43.56015 L 82.9645 19.5" />
|
||||
- <text
|
||||
- id="LabelB"
|
||||
- class="Label B"
|
||||
- x="45.8345"
|
||||
- y="43.77971"
|
||||
- style="text-anchor:end;">B</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g3">
|
||||
- <path
|
||||
- id="ButtonC"
|
||||
- class="Button C"
|
||||
- d="M 67.6483 21.1934 L 63.2836 25.5581 C 68.2992 30.2049 76.0478 30.2035 81.0615 25.5551 L 76.6971 21.1904 C 74.1009 23.4409 70.2455 23.4417 67.6483 21.1924 Z" />
|
||||
- <path
|
||||
- id="LeaderC"
|
||||
- class="Leader C"
|
||||
- d="M 50.8345 25.22647 L 67.0815 25.22647" />
|
||||
- <text
|
||||
- id="LabelC"
|
||||
- class="Label C"
|
||||
- x="45.8345"
|
||||
- y="25.44603"
|
||||
- style="text-anchor:end;">C</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g4">
|
||||
- <path
|
||||
- id="ButtonD"
|
||||
- class="Button D"
|
||||
- d="M 66.9734 11.4671 L 62.6009 7.09461 C 57.9703 12.1059 57.9707 19.8351 62.6019 24.8459 L 66.9731 20.4747 C 64.7469 17.8848 64.7469 14.057 66.9732 11.4671 Z" />
|
||||
- <path
|
||||
- id="LeaderD"
|
||||
- class="Leader D"
|
||||
- d="M 50.8345 16.05963 L 61.4645 16.05963" />
|
||||
- <text
|
||||
- id="LabelD"
|
||||
- class="Label D"
|
||||
- x="45.8345"
|
||||
- y="16.27919"
|
||||
- style="text-anchor:end;">D</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g5">
|
||||
- <path
|
||||
- id="ButtonI"
|
||||
- class="Button I ModeSwitch"
|
||||
- d="M 72.1687 10.6101 C 69.9978 10.6101 68.0406 11.9178 67.2098 13.9235 C 66.379 15.9292 66.8382 18.2378 68.3733 19.7729 C 69.9084 21.308 72.2171 21.7672 74.2227 20.9364 C 76.2284 20.1057 77.5362 18.1485 77.5362 15.9776 C 77.5362 14.554 76.9707 13.1888 75.9641 12.1822 C 74.9575 11.1756 73.5922 10.6101 72.1687 10.6101 Z" />
|
||||
- <path
|
||||
- id="LeaderI"
|
||||
- class="Leader I ModeSwitch"
|
||||
- d="M 50.8345 34.39331 L 72.2426 34.39331 L 72.1686 19.5003" />
|
||||
- <text
|
||||
- id="LabelI"
|
||||
- class="Label I ModeSwitch"
|
||||
- x="45.8345"
|
||||
- y="34.61287"
|
||||
- style="text-anchor:end;">I</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g7">
|
||||
+ id="g7"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
+ transform="translate(-43.414111,-7.5157166e-5)">
|
||||
<path
|
||||
id="DialCCW"
|
||||
class="DialCCW Button"
|
||||
- d="M 101.014 5.88344 L 103.261 4.78296 L 103.261 5.51662 C 104.604 5.43235 105.933 5.82284 107.006 6.61708 C 105.859 6.00801 104.509 5.87584 103.261 6.25026 L 103.261 6.9839 Z" />
|
||||
+ d="m 143.885,5.88344 2.247,-1.10048 v 0.73366 c 1.343,-0.08427 2.672,0.30622 3.745,1.10046 C 148.73,6.00801 147.38,5.87584 146.132,6.25026 V 6.9839 Z" />
|
||||
<path
|
||||
id="LeaderDialCCW"
|
||||
class="DialCCW Dial Leader"
|
||||
- d="M 108.982 6.89279 L 123.228 6.89279" />
|
||||
+ d="m 151.853,6.89279 h 14.246" />
|
||||
<text
|
||||
id="LabelDialCCW"
|
||||
class="DialCCW Dial Label"
|
||||
- x="128.228"
|
||||
+ x="171.099"
|
||||
y="7.2452002"
|
||||
- style="text-anchor:start;">CCW</text>
|
||||
+ style="text-anchor:start">CCW</text>
|
||||
<path
|
||||
id="DialCW"
|
||||
class="DialCW Button"
|
||||
- d="M 101.012 26.4255 L 103.259 25.3251 L 103.259 26.0587 C 104.557 26.2501 105.882 25.9905 107.004 25.3251 C 106.031 26.3215 104.666 26.8566 103.259 26.7923 L 103.259 27.526 Z" />
|
||||
+ d="m 143.883,26.4255 2.247,-1.1004 v 0.7336 c 1.298,0.1914 2.623,-0.0682 3.745,-0.7336 -0.973,0.9964 -2.338,1.5315 -3.745,1.4672 v 0.7337 z" />
|
||||
<path
|
||||
id="LeaderDialCW"
|
||||
class="DialCW Dial Leader"
|
||||
- d="M 108.982 25.0477 L 123.228 25.0477" />
|
||||
+ d="m 151.853,25.0477 h 14.246" />
|
||||
<text
|
||||
id="LabelDialCW"
|
||||
class="DialCW Dial Label"
|
||||
- x="128.228"
|
||||
+ x="171.099"
|
||||
y="25.45682"
|
||||
- style="text-anchor:start;">CW</text>
|
||||
+ style="text-anchor:start">CW</text>
|
||||
<path
|
||||
id="Dial"
|
||||
class="Dial TouchDial"
|
||||
- d="M 103.983 3.00752 C 98.7365 3.00752 94.0075 6.16756 91.9995 11.0141 C 89.9925 15.8607 91.1015 21.4393 94.8115 25.1487 C 98.5205 28.8581 104.099 29.9677 108.946 27.9602 C 113.793 25.9527 116.953 21.2234 116.953 15.9775 C 116.953 8.81439 111.146 3.00752 103.983 3.00752 Z" />
|
||||
+ d="m 146.854,3.00752 c -5.247,0 -9.976,3.16004 -11.984,8.00658 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.135,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16311 -5.807,-12.96998 -12.97,-12.96998 z" />
|
||||
</g>
|
||||
+ <path
|
||||
+ id="ButtonE"
|
||||
+ class="Button E"
|
||||
+ d="m 227.32989,6.4460448 c -5.01,-4.63096 -12.738,-4.63227 -17.75,-0.003 l 4.373,4.3724802 c 2.59,-2.2238602 6.416,-2.2225802 9.005,0.003 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
<g
|
||||
- id="g11">
|
||||
- <path
|
||||
- id="ButtonE"
|
||||
- class="Button E"
|
||||
- d="M 227.873 6.44612 C 222.863 1.81516 215.135 1.81385 210.123 6.44312 L 214.496 10.8156 C 217.086 8.59174 220.912 8.59302 223.501 10.8186 Z" />
|
||||
+ id="g10"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
+ transform="translate(-43.414111,-7.5157166e-5)">
|
||||
<path
|
||||
id="LeaderE"
|
||||
class="Leader E"
|
||||
- d="M 240.327 6.93851 L 224.081 6.93851" />
|
||||
- <text
|
||||
- id="LabelE"
|
||||
- class="Label E"
|
||||
- x="245.327"
|
||||
- y="7.11235"
|
||||
- style="text-anchor:start;">E</text>
|
||||
+ d="m 247.87623,74.037396 h 30.67943 L 278.67096,6.8514934 266.952,6.93851"
|
||||
+ sodipodi:nodetypes="cccc" />
|
||||
</g>
|
||||
+ <path
|
||||
+ id="ButtonF"
|
||||
+ class="Button F"
|
||||
+ d="m 223.65389,20.517725 4.387,4.3866 c 4.647,-5.0144 4.648,-12.762 0.001,-17.7769702 l -4.388,4.3878702 c 2.223,2.5891 2.223,6.4135 0,9.0025 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderF"
|
||||
+ class="Leader F"
|
||||
+ d="m 204.46212,66.243421 h 24.69926 l -0.006,-50.183866"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="ButtonG"
|
||||
+ class="Button G"
|
||||
+ d="m 213.93089,21.239025 -4.365,4.3647 c 5.016,4.6468 12.764,4.6454 17.778,-0.003 l -4.364,-4.3647 c -2.597,2.2505 -6.452,2.2513 -9.049,0.002 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderG"
|
||||
+ class="Leader G"
|
||||
+ d="m 204.46212,58.756131 h 19.02269 l 0.0531,-33.529736"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="ButtonH"
|
||||
+ class="Button H"
|
||||
+ d="m 213.25589,11.512725 -4.373,-4.3724702 c -4.63,5.0112702 -4.63,12.7404702 0.001,17.7512702 l 4.372,-4.3712 c -2.227,-2.5899 -2.227,-6.4177 0,-9.0076 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderH"
|
||||
+ class="Leader H"
|
||||
+ d="m 204.46212,43.535452 3.26677,0.02462 -0.074,-24.01445"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="ButtonJ"
|
||||
+ class="Button J ModeSwitch"
|
||||
+ d="m 218.45089,10.655725 c -2.171,0 -4.128,1.3077 -4.959,3.3134 -0.831,2.0057 -0.371,4.3143 1.164,5.8494 1.535,1.5351 3.844,1.9943 5.849,1.1635 2.006,-0.8307 3.314,-2.7879 3.314,-4.9588 0,-1.4236 -0.566,-2.7888 -1.572,-3.7954 -1.007,-1.0066 -2.372,-1.5721 -3.796,-1.5721 z"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <path
|
||||
+ id="LeaderJ"
|
||||
+ class="Leader J ModeSwitch"
|
||||
+ d="m 204.46212,51.104772 h 14.06277 l -0.074,-31.558847"
|
||||
+ sodipodi:nodetypes="ccc"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25" />
|
||||
+ <text
|
||||
+ id="LabelE"
|
||||
+ class="Label E"
|
||||
+ x="197.95493"
|
||||
+ y="73.912323"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25">E</text>
|
||||
+ <text
|
||||
+ id="LabelF"
|
||||
+ class="Label F"
|
||||
+ x="197.88754"
|
||||
+ y="66.118423"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25">F</text>
|
||||
+ <text
|
||||
+ id="LabelG"
|
||||
+ class="Label G"
|
||||
+ x="198.09116"
|
||||
+ y="58.546173"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25">G</text>
|
||||
+ <text
|
||||
+ id="LabelH"
|
||||
+ class="Label H"
|
||||
+ x="198.05161"
|
||||
+ y="43.41045"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25">H</text>
|
||||
+ <text
|
||||
+ id="LabelJ"
|
||||
+ class="Label J ModeSwitch"
|
||||
+ x="198.2977"
|
||||
+ y="50.89481"
|
||||
+ style="font-size:6px;font-family:monospace;text-anchor:start;fill:none;stroke:#7f7f7f;stroke-width:0.25">J</text>
|
||||
<g
|
||||
- id="g12">
|
||||
- <path
|
||||
- id="ButtonF"
|
||||
- class="Button F"
|
||||
- d="M 224.197 20.5178 L 228.584 24.9044 C 233.231 19.89 233.232 12.1424 228.585 7.12743 L 224.197 11.5153 C 226.42 14.1044 226.42 17.9288 224.197 20.5178 Z" />
|
||||
- <path
|
||||
- id="LeaderF"
|
||||
- class="Leader F"
|
||||
- d="M 240.327 16.05963 L 229.698 16.05963" />
|
||||
- <text
|
||||
- id="LabelF"
|
||||
- class="Label F"
|
||||
- x="245.327"
|
||||
- y="16.27919"
|
||||
- style="text-anchor:start;">F</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g13">
|
||||
- <path
|
||||
- id="ButtonG"
|
||||
- class="Button G"
|
||||
- d="M 214.474 21.2391 L 210.109 25.6038 C 215.125 30.2506 222.873 30.2492 227.887 25.6008 L 223.523 21.2361 C 220.926 23.4866 217.071 23.4874 214.474 21.2381 Z" />
|
||||
- <path
|
||||
- id="LeaderG"
|
||||
- class="Leader G"
|
||||
- d="M 240.327 25.22647 L 224.081 25.22647" />
|
||||
- <text
|
||||
- id="LabelG"
|
||||
- class="Label G"
|
||||
- x="245.327"
|
||||
- y="25.44603"
|
||||
- style="text-anchor:start;">G</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g14">
|
||||
- <path
|
||||
- id="ButtonH"
|
||||
- class="Button H"
|
||||
- d="M 213.799 11.5128 L 209.426 7.14033 C 204.796 12.1516 204.796 19.8808 209.427 24.8916 L 213.799 20.5204 C 211.572 17.9305 211.572 14.1027 213.799 11.5128 Z" />
|
||||
- <path
|
||||
- id="LeaderH"
|
||||
- class="Leader H"
|
||||
- d="M 240.327 43.56015 L 208.272 43.56015 L 208.198 19.5457" />
|
||||
- <text
|
||||
- id="LabelH"
|
||||
- class="Label H"
|
||||
- x="245.327"
|
||||
- y="43.77971"
|
||||
- style="text-anchor:start;">H</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g15">
|
||||
- <path
|
||||
- id="ButtonJ"
|
||||
- class="Button J ModeSwitch"
|
||||
- d="M 218.994 10.6558 C 216.823 10.6558 214.866 11.9635 214.035 13.9692 C 213.204 15.9749 213.664 18.2835 215.199 19.8186 C 216.734 21.3537 219.043 21.8129 221.048 20.9821 C 223.054 20.1514 224.362 18.1942 224.362 16.0233 C 224.362 14.5997 223.796 13.2345 222.79 12.2279 C 221.783 11.2213 220.418 10.6558 218.994 10.6558 Z" />
|
||||
- <path
|
||||
- id="LeaderJ"
|
||||
- class="Leader J ModeSwitch"
|
||||
- d="M 240.327 34.39331 L 219.068 34.39331 L 218.994 19.546" />
|
||||
- <text
|
||||
- id="LabelJ"
|
||||
- class="Label J ModeSwitch"
|
||||
- x="245.327"
|
||||
- y="34.61287"
|
||||
- style="text-anchor:start;">J</text>
|
||||
- </g>
|
||||
- <g
|
||||
- id="g17">
|
||||
+ id="g17"
|
||||
+ style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
+ transform="translate(-43.414111,-7.5157166e-5)">
|
||||
<path
|
||||
id="Dial2CCW"
|
||||
- class="Dial2CCW Button"
|
||||
- d="M 184.439 5.92916 L 186.686 4.82868 L 186.686 5.56234 C 188.029 5.47807 189.358 5.86856 190.431 6.6628 C 189.284 6.05373 187.934 5.92156 186.686 6.29598 L 186.686 7.02962 Z" />
|
||||
+ class="Dial2CCW Dial2 Button"
|
||||
+ d="m 227.31,5.92916 2.247,-1.10048 v 0.73366 c 1.343,-0.08427 2.672,0.30622 3.745,1.10046 -1.147,-0.60907 -2.497,-0.74124 -3.745,-0.36682 v 0.73364 z" />
|
||||
<path
|
||||
id="LeaderDial2CCW"
|
||||
class="Dial2CCW Dial2 Leader"
|
||||
- d="M 182.409 6.93851 L 168.163 6.93851" />
|
||||
+ d="M 225.28,6.93851 H 211.034" />
|
||||
<text
|
||||
id="LabelDial2CCW"
|
||||
class="Dial2CCW Dial2 Label"
|
||||
- x="163.163"
|
||||
+ x="206.034"
|
||||
y="7.2452002"
|
||||
- style="text-anchor:end;">CCW</text>
|
||||
+ style="text-anchor:end">CCW</text>
|
||||
<path
|
||||
id="Dial2CW"
|
||||
class="Dial2CW Button"
|
||||
- d="M 184.437 26.4712 L 186.684 25.3708 L 186.684 26.1044 C 187.982 26.2958 189.307 26.0362 190.429 25.3708 C 189.456 26.3672 188.091 26.9023 186.684 26.838 L 186.684 27.5717 Z" />
|
||||
+ d="m 227.308,26.4712 2.247,-1.1004 v 0.7336 c 1.298,0.1914 2.623,-0.0682 3.745,-0.7336 -0.973,0.9964 -2.338,1.5315 -3.745,1.4672 v 0.7337 z" />
|
||||
<path
|
||||
id="LeaderDial2CW"
|
||||
class="Dial2CW Dial2 Leader"
|
||||
- d="M 182.409 25.0934 L 168.163 25.0934" />
|
||||
+ d="M 225.28,25.0934 H 211.034" />
|
||||
<text
|
||||
id="LabelDial2CW"
|
||||
class="Dial2CW Dial2 Label"
|
||||
- x="163.163"
|
||||
+ x="206.034"
|
||||
y="25.457001"
|
||||
- style="text-anchor:end;">CW</text>
|
||||
+ style="text-anchor:end">CW</text>
|
||||
<path
|
||||
id="Dial2"
|
||||
class="Dial2 TouchDial"
|
||||
- d="M 187.408 3.05324 C 182.162 3.05324 177.433 6.21328 175.425 11.0598 C 173.418 15.9064 174.527 21.485 178.237 25.1944 C 181.946 28.9038 187.525 30.0134 192.371 28.0059 C 197.218 25.9984 200.378 21.2691 200.378 16.0232 C 200.378 8.86011 194.571 3.05324 187.408 3.05324 Z" />
|
||||
+ d="m 230.279,3.05324 c -5.246,0 -9.975,3.16004 -11.983,8.00656 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.134,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16309 -5.807,-12.96996 -12.97,-12.96996 z" />
|
||||
</g>
|
||||
</svg>
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@ -0,0 +1,136 @@
|
||||
From 9242857af8cec3d1e72401dfe2465c964b80cb80 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Thu, 21 Aug 2025 16:00:29 +1000
|
||||
Subject: [PATCH libwacom] layouts: move the rings of the Intuos Pro 3rd down
|
||||
in their group
|
||||
|
||||
This way a caller that fills the ring with color doesn't obscure
|
||||
anything else in this group (notably: the arrows).
|
||||
---
|
||||
data/layouts/wacom-intuos-pro-3-l.svg | 16 ++++++++--------
|
||||
data/layouts/wacom-intuos-pro-3-m.svg | 16 ++++++++--------
|
||||
data/layouts/wacom-intuos-pro-3-s.svg | 8 ++++----
|
||||
3 files changed, 20 insertions(+), 20 deletions(-)
|
||||
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-l.svg b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
index 925149cea6a1..2bd1a1abfab7 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
@@ -162,6 +162,10 @@
|
||||
style="text-anchor:end">I</text>
|
||||
<g
|
||||
id="g7">
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="M 146.854 3.00752 C 141.607 3.00752 136.878 6.16756 134.87 11.0141 C 132.863 15.8607 133.972 21.4393 137.682 25.1487 C 141.391 28.8581 146.97 29.9677 151.817 27.9602 C 156.664 25.9527 159.824 21.2234 159.824 15.9775 C 159.824 8.81439 154.017 3.00752 146.854 3.00752 Z" />
|
||||
<path
|
||||
id="DialCCW"
|
||||
class="DialCCW Button"
|
||||
@@ -190,10 +194,6 @@
|
||||
x="171.099"
|
||||
y="25.45682"
|
||||
style="text-anchor:start;">CW</text>
|
||||
- <path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
- d="M 146.854 3.00752 C 141.607 3.00752 136.878 6.16756 134.87 11.0141 C 132.863 15.8607 133.972 21.4393 137.682 25.1487 C 141.391 28.8581 146.97 29.9677 151.817 27.9602 C 156.664 25.9527 159.824 21.2234 159.824 15.9775 C 159.824 8.81439 154.017 3.00752 146.854 3.00752 Z" />
|
||||
</g>
|
||||
<path
|
||||
id="ButtonE"
|
||||
@@ -272,6 +272,10 @@
|
||||
style="text-anchor:start">J</text>
|
||||
<g
|
||||
id="g17">
|
||||
+ <path
|
||||
+ id="Dial2"
|
||||
+ class="Dial2 TouchDial"
|
||||
+ d="M 230.279 3.05324 C 225.033 3.05324 220.304 6.21328 218.296 11.0598 C 216.289 15.9064 217.398 21.485 221.108 25.1944 C 224.817 28.9038 230.396 30.0134 235.242 28.0059 C 240.089 25.9984 243.249 21.2691 243.249 16.0232 C 243.249 8.86011 237.442 3.05324 230.279 3.05324 Z" />
|
||||
<path
|
||||
id="Dial2CCW"
|
||||
class="Dial2CCW Dial2 Button"
|
||||
@@ -300,9 +304,5 @@
|
||||
x="206.034"
|
||||
y="25.457001"
|
||||
style="text-anchor:end;">CW</text>
|
||||
- <path
|
||||
- id="Dial2"
|
||||
- class="Dial2 TouchDial"
|
||||
- d="M 230.279 3.05324 C 225.033 3.05324 220.304 6.21328 218.296 11.0598 C 216.289 15.9064 217.398 21.485 221.108 25.1944 C 224.817 28.9038 230.396 30.0134 235.242 28.0059 C 240.089 25.9984 243.249 21.2691 243.249 16.0232 C 243.249 8.86011 237.442 3.05324 230.279 3.05324 Z" />
|
||||
</g>
|
||||
</svg>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-m.svg b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
index ab3ba59e5abc..ac1e4804d475 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
@@ -126,6 +126,10 @@
|
||||
id="g7"
|
||||
style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
transform="translate(-43.414111,-7.5157166e-5)">
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="m 146.854,3.00752 c -5.247,0 -9.976,3.16004 -11.984,8.00658 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.135,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16311 -5.807,-12.96998 -12.97,-12.96998 z" />
|
||||
<path
|
||||
id="DialCCW"
|
||||
class="DialCCW Button"
|
||||
@@ -154,10 +158,6 @@
|
||||
x="171.099"
|
||||
y="25.45682"
|
||||
style="text-anchor:start">CW</text>
|
||||
- <path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
- d="m 146.854,3.00752 c -5.247,0 -9.976,3.16004 -11.984,8.00658 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.135,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16311 -5.807,-12.96998 -12.97,-12.96998 z" />
|
||||
</g>
|
||||
<path
|
||||
id="ButtonE"
|
||||
@@ -252,6 +252,10 @@
|
||||
id="g17"
|
||||
style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
transform="translate(-43.414111,-7.5157166e-5)">
|
||||
+ <path
|
||||
+ id="Dial2"
|
||||
+ class="Dial2 TouchDial"
|
||||
+ d="m 230.279,3.05324 c -5.246,0 -9.975,3.16004 -11.983,8.00656 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.134,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16309 -5.807,-12.96996 -12.97,-12.96996 z" />
|
||||
<path
|
||||
id="Dial2CCW"
|
||||
class="Dial2CCW Dial2 Button"
|
||||
@@ -280,9 +284,5 @@
|
||||
x="206.034"
|
||||
y="25.457001"
|
||||
style="text-anchor:end">CW</text>
|
||||
- <path
|
||||
- id="Dial2"
|
||||
- class="Dial2 TouchDial"
|
||||
- d="m 230.279,3.05324 c -5.246,0 -9.975,3.16004 -11.983,8.00656 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.134,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16309 -5.807,-12.96996 -12.97,-12.96996 z" />
|
||||
</g>
|
||||
</svg>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-s.svg b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
index ac0e3004d257..4de7c63bf199 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
@@ -99,6 +99,10 @@
|
||||
</g>
|
||||
<g
|
||||
id="g7">
|
||||
+ <path
|
||||
+ id="Dial"
|
||||
+ class="Dial TouchDial"
|
||||
+ d="M 123.532 3.00752 C 118.286 3.00752 113.557 6.16756 111.549 11.0141 C 109.542 15.8607 110.651 21.4393 114.361 25.1487 C 118.07 28.8581 123.649 29.9677 128.495 27.9602 C 133.342 25.9527 136.502 21.2234 136.502 15.9775 C 136.502 8.81439 130.695 3.00752 123.532 3.00752 Z" />
|
||||
<path
|
||||
id="DialCCW"
|
||||
class="DialCCW Button"
|
||||
@@ -127,9 +131,5 @@
|
||||
x="147.777"
|
||||
y="25.45682"
|
||||
style="text-anchor:start;">CW</text>
|
||||
- <path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
- d="M 123.532 3.00752 C 118.286 3.00752 113.557 6.16756 111.549 11.0141 C 109.542 15.8607 110.651 21.4393 114.361 25.1487 C 118.07 28.8581 123.649 29.9677 128.495 27.9602 C 133.342 25.9527 136.502 21.2234 136.502 15.9775 C 136.502 8.81439 130.695 3.00752 123.532 3.00752 Z" />
|
||||
</g>
|
||||
</svg>
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@ -0,0 +1,366 @@
|
||||
From 3b1b46f2f1fd462df258893cc3a114f786f16d73 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Tue, 22 Jul 2025 10:45:59 +1000
|
||||
Subject: [PATCH libwacom] RHEL: pretend the Intuos Pro 3rd Gen has Rings, not
|
||||
Dials
|
||||
|
||||
Nothing in our userspace is hooked up to correctly deal with Dial events
|
||||
(except libinput). This means any device with dials cannot receive
|
||||
events (X or Wayland) and it cannot be configured in the UI either.
|
||||
|
||||
Instead we pretend this device has absolute Rings which we've supported
|
||||
for a long time now. This relies on libinput and xorg-x11-drv-wacom (or
|
||||
the kernel) to map the relative dial events to absolute events.
|
||||
---
|
||||
data/layouts/wacom-intuos-pro-3-l.svg | 56 +++++++++++++--------------
|
||||
data/layouts/wacom-intuos-pro-3-m.svg | 56 +++++++++++++--------------
|
||||
data/layouts/wacom-intuos-pro-3-s.svg | 28 +++++++-------
|
||||
data/wacom-intuos-pro-3-l.tablet | 13 +++++++
|
||||
data/wacom-intuos-pro-3-m.tablet | 13 +++++++
|
||||
data/wacom-intuos-pro-3-s.tablet | 10 +++++
|
||||
6 files changed, 106 insertions(+), 70 deletions(-)
|
||||
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-l.svg b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
index 2bd1a1abfab7..d000ef02acc8 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-l.svg
|
||||
@@ -163,34 +163,34 @@
|
||||
<g
|
||||
id="g7">
|
||||
<path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
+ id="Ring"
|
||||
+ class="Ring TouchRing"
|
||||
d="M 146.854 3.00752 C 141.607 3.00752 136.878 6.16756 134.87 11.0141 C 132.863 15.8607 133.972 21.4393 137.682 25.1487 C 141.391 28.8581 146.97 29.9677 151.817 27.9602 C 156.664 25.9527 159.824 21.2234 159.824 15.9775 C 159.824 8.81439 154.017 3.00752 146.854 3.00752 Z" />
|
||||
<path
|
||||
- id="DialCCW"
|
||||
- class="DialCCW Button"
|
||||
+ id="RingCCW"
|
||||
+ class="RingCCW Button"
|
||||
d="M 143.885 5.88344 L 146.132 4.78296 L 146.132 5.51662 C 147.475 5.43235 148.804 5.82284 149.877 6.61708 C 148.73 6.00801 147.38 5.87584 146.132 6.25026 L 146.132 6.9839 Z" />
|
||||
<path
|
||||
- id="LeaderDialCCW"
|
||||
- class="DialCCW Dial Leader"
|
||||
+ id="LeaderRingCCW"
|
||||
+ class="RingCCW Ring Leader"
|
||||
d="M 151.853 6.89279 L 166.099 6.89279" />
|
||||
<text
|
||||
- id="LabelDialCCW"
|
||||
- class="DialCCW Dial Label"
|
||||
+ id="LabelRingCCW"
|
||||
+ class="RingCCW Ring Label"
|
||||
x="171.099"
|
||||
y="7.2452002"
|
||||
style="text-anchor:start;">CCW</text>
|
||||
<path
|
||||
- id="DialCW"
|
||||
- class="DialCW Button"
|
||||
+ id="RingCW"
|
||||
+ class="RingCW Button"
|
||||
d="M 143.883 26.4255 L 146.13 25.3251 L 146.13 26.0587 C 147.428 26.2501 148.753 25.9905 149.875 25.3251 C 148.902 26.3215 147.537 26.8566 146.13 26.7923 L 146.13 27.526 Z" />
|
||||
<path
|
||||
- id="LeaderDialCW"
|
||||
- class="DialCW Dial Leader"
|
||||
+ id="LeaderRingCW"
|
||||
+ class="RingCW Ring Leader"
|
||||
d="M 151.853 25.0477 L 166.099 25.0477" />
|
||||
<text
|
||||
- id="LabelDialCW"
|
||||
- class="DialCW Dial Label"
|
||||
+ id="LabelRingCW"
|
||||
+ class="RingCW Ring Label"
|
||||
x="171.099"
|
||||
y="25.45682"
|
||||
style="text-anchor:start;">CW</text>
|
||||
@@ -273,34 +273,34 @@
|
||||
<g
|
||||
id="g17">
|
||||
<path
|
||||
- id="Dial2"
|
||||
- class="Dial2 TouchDial"
|
||||
+ id="Ring2"
|
||||
+ class="Ring2 TouchRing"
|
||||
d="M 230.279 3.05324 C 225.033 3.05324 220.304 6.21328 218.296 11.0598 C 216.289 15.9064 217.398 21.485 221.108 25.1944 C 224.817 28.9038 230.396 30.0134 235.242 28.0059 C 240.089 25.9984 243.249 21.2691 243.249 16.0232 C 243.249 8.86011 237.442 3.05324 230.279 3.05324 Z" />
|
||||
<path
|
||||
- id="Dial2CCW"
|
||||
- class="Dial2CCW Dial2 Button"
|
||||
+ id="Ring2CCW"
|
||||
+ class="Ring2CCW Ring2 Button"
|
||||
d="M 227.31 5.92916 L 229.557 4.82868 L 229.557 5.56234 C 230.9 5.47807 232.229 5.86856 233.302 6.6628 C 232.155 6.05373 230.805 5.92156 229.557 6.29598 L 229.557 7.02962 Z" />
|
||||
<path
|
||||
- id="LeaderDial2CCW"
|
||||
- class="Dial2CCW Dial2 Leader"
|
||||
+ id="LeaderRing2CCW"
|
||||
+ class="Ring2CCW Ring2 Leader"
|
||||
d="M 225.28 6.93851 L 211.034 6.93851" />
|
||||
<text
|
||||
- id="LabelDial2CCW"
|
||||
- class="Dial2CCW Dial2 Label"
|
||||
+ id="LabelRing2CCW"
|
||||
+ class="Ring2CCW Ring2 Label"
|
||||
x="206.034"
|
||||
y="7.2452002"
|
||||
style="text-anchor:end;">CCW</text>
|
||||
<path
|
||||
- id="Dial2CW"
|
||||
- class="Dial2CW Button"
|
||||
+ id="Ring2CW"
|
||||
+ class="Ring2CW Button"
|
||||
d="M 227.308 26.4712 L 229.555 25.3708 L 229.555 26.1044 C 230.853 26.2958 232.178 26.0362 233.3 25.3708 C 232.327 26.3672 230.962 26.9023 229.555 26.838 L 229.555 27.5717 Z" />
|
||||
<path
|
||||
- id="LeaderDial2CW"
|
||||
- class="Dial2CW Dial2 Leader"
|
||||
+ id="LeaderRing2CW"
|
||||
+ class="Ring2CW Ring2 Leader"
|
||||
d="M 225.28 25.0934 L 211.034 25.0934" />
|
||||
<text
|
||||
- id="LabelDial2CW"
|
||||
- class="Dial2CW Dial2 Label"
|
||||
+ id="LabelRing2CW"
|
||||
+ class="Ring2CW Ring2 Label"
|
||||
x="206.034"
|
||||
y="25.457001"
|
||||
style="text-anchor:end;">CW</text>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-m.svg b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
index ac1e4804d475..5fa321b71b16 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-m.svg
|
||||
@@ -127,34 +127,34 @@
|
||||
style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
transform="translate(-43.414111,-7.5157166e-5)">
|
||||
<path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
+ id="Ring"
|
||||
+ class="Ring TouchRing"
|
||||
d="m 146.854,3.00752 c -5.247,0 -9.976,3.16004 -11.984,8.00658 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.135,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16311 -5.807,-12.96998 -12.97,-12.96998 z" />
|
||||
<path
|
||||
- id="DialCCW"
|
||||
- class="DialCCW Button"
|
||||
+ id="RingCCW"
|
||||
+ class="RingCCW Button"
|
||||
d="m 143.885,5.88344 2.247,-1.10048 v 0.73366 c 1.343,-0.08427 2.672,0.30622 3.745,1.10046 C 148.73,6.00801 147.38,5.87584 146.132,6.25026 V 6.9839 Z" />
|
||||
<path
|
||||
- id="LeaderDialCCW"
|
||||
- class="DialCCW Dial Leader"
|
||||
+ id="LeaderRingCCW"
|
||||
+ class="RingCCW Ring Leader"
|
||||
d="m 151.853,6.89279 h 14.246" />
|
||||
<text
|
||||
- id="LabelDialCCW"
|
||||
- class="DialCCW Dial Label"
|
||||
+ id="LabelRingCCW"
|
||||
+ class="RingCCW Ring Label"
|
||||
x="171.099"
|
||||
y="7.2452002"
|
||||
style="text-anchor:start">CCW</text>
|
||||
<path
|
||||
- id="DialCW"
|
||||
- class="DialCW Button"
|
||||
+ id="RingCW"
|
||||
+ class="RingCW Button"
|
||||
d="m 143.883,26.4255 2.247,-1.1004 v 0.7336 c 1.298,0.1914 2.623,-0.0682 3.745,-0.7336 -0.973,0.9964 -2.338,1.5315 -3.745,1.4672 v 0.7337 z" />
|
||||
<path
|
||||
- id="LeaderDialCW"
|
||||
- class="DialCW Dial Leader"
|
||||
+ id="LeaderRingCW"
|
||||
+ class="RingCW Ring Leader"
|
||||
d="m 151.853,25.0477 h 14.246" />
|
||||
<text
|
||||
- id="LabelDialCW"
|
||||
- class="DialCW Dial Label"
|
||||
+ id="LabelRingCW"
|
||||
+ class="RingCW Ring Label"
|
||||
x="171.099"
|
||||
y="25.45682"
|
||||
style="text-anchor:start">CW</text>
|
||||
@@ -253,34 +253,34 @@
|
||||
style="font-size:6px;font-family:monospace;fill:none;stroke:#7f7f7f;stroke-width:0.25"
|
||||
transform="translate(-43.414111,-7.5157166e-5)">
|
||||
<path
|
||||
- id="Dial2"
|
||||
- class="Dial2 TouchDial"
|
||||
+ id="Ring2"
|
||||
+ class="Ring2 TouchRing"
|
||||
d="m 230.279,3.05324 c -5.246,0 -9.975,3.16004 -11.983,8.00656 -2.007,4.8466 -0.898,10.4252 2.812,14.1346 3.709,3.7094 9.288,4.819 14.134,2.8115 4.847,-2.0075 8.007,-6.7368 8.007,-11.9827 0,-7.16309 -5.807,-12.96996 -12.97,-12.96996 z" />
|
||||
<path
|
||||
- id="Dial2CCW"
|
||||
- class="Dial2CCW Dial2 Button"
|
||||
+ id="Ring2CCW"
|
||||
+ class="Ring2CCW Ring2 Button"
|
||||
d="m 227.31,5.92916 2.247,-1.10048 v 0.73366 c 1.343,-0.08427 2.672,0.30622 3.745,1.10046 -1.147,-0.60907 -2.497,-0.74124 -3.745,-0.36682 v 0.73364 z" />
|
||||
<path
|
||||
- id="LeaderDial2CCW"
|
||||
- class="Dial2CCW Dial2 Leader"
|
||||
+ id="LeaderRing2CCW"
|
||||
+ class="Ring2CCW Ring2 Leader"
|
||||
d="M 225.28,6.93851 H 211.034" />
|
||||
<text
|
||||
- id="LabelDial2CCW"
|
||||
- class="Dial2CCW Dial2 Label"
|
||||
+ id="LabelRing2CCW"
|
||||
+ class="Ring2CCW Ring2 Label"
|
||||
x="206.034"
|
||||
y="7.2452002"
|
||||
style="text-anchor:end">CCW</text>
|
||||
<path
|
||||
- id="Dial2CW"
|
||||
- class="Dial2CW Button"
|
||||
+ id="Ring2CW"
|
||||
+ class="Ring2CW Button"
|
||||
d="m 227.308,26.4712 2.247,-1.1004 v 0.7336 c 1.298,0.1914 2.623,-0.0682 3.745,-0.7336 -0.973,0.9964 -2.338,1.5315 -3.745,1.4672 v 0.7337 z" />
|
||||
<path
|
||||
- id="LeaderDial2CW"
|
||||
- class="Dial2CW Dial2 Leader"
|
||||
+ id="LeaderRing2CW"
|
||||
+ class="Ring2CW Ring2 Leader"
|
||||
d="M 225.28,25.0934 H 211.034" />
|
||||
<text
|
||||
- id="LabelDial2CW"
|
||||
- class="Dial2CW Dial2 Label"
|
||||
+ id="LabelRing2CW"
|
||||
+ class="Ring2CW Ring2 Label"
|
||||
x="206.034"
|
||||
y="25.457001"
|
||||
style="text-anchor:end">CW</text>
|
||||
diff --git a/data/layouts/wacom-intuos-pro-3-s.svg b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
index 4de7c63bf199..bdd0273a271a 100644
|
||||
--- a/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
+++ b/data/layouts/wacom-intuos-pro-3-s.svg
|
||||
@@ -100,34 +100,34 @@
|
||||
<g
|
||||
id="g7">
|
||||
<path
|
||||
- id="Dial"
|
||||
- class="Dial TouchDial"
|
||||
+ id="Ring"
|
||||
+ class="Ring TouchRing"
|
||||
d="M 123.532 3.00752 C 118.286 3.00752 113.557 6.16756 111.549 11.0141 C 109.542 15.8607 110.651 21.4393 114.361 25.1487 C 118.07 28.8581 123.649 29.9677 128.495 27.9602 C 133.342 25.9527 136.502 21.2234 136.502 15.9775 C 136.502 8.81439 130.695 3.00752 123.532 3.00752 Z" />
|
||||
<path
|
||||
- id="DialCCW"
|
||||
- class="DialCCW Button"
|
||||
+ id="RingCCW"
|
||||
+ class="RingCCW Button"
|
||||
d="M 120.563 5.88344 L 122.81 4.78296 L 122.81 5.51662 C 124.153 5.43235 125.482 5.82284 126.555 6.61708 C 125.408 6.00801 124.058 5.87584 122.81 6.25026 L 122.81 6.9839 Z" />
|
||||
<path
|
||||
- id="LeaderDialCCW"
|
||||
- class="DialCCW Dial Leader"
|
||||
+ id="LeaderRingCCW"
|
||||
+ class="RingCCW Ring Leader"
|
||||
d="m 128.531,6.89279 h 14.246" />
|
||||
<text
|
||||
- id="LabelDialCCW"
|
||||
- class="DialCCW Dial Label"
|
||||
+ id="LabelRingCCW"
|
||||
+ class="RingCCW Ring Label"
|
||||
x="147.777"
|
||||
y="7.2452"
|
||||
style="text-anchor:start;">CCW</text>
|
||||
<path
|
||||
- id="DialCW"
|
||||
- class="DialCW Button"
|
||||
+ id="RingCW"
|
||||
+ class="RingCW Button"
|
||||
d="M 120.561 26.4255 L 122.808 25.3251 L 122.808 26.0587 C 124.106 26.2501 125.431 25.9905 126.553 25.3251 C 125.58 26.3215 124.215 26.8566 122.808 26.7923 L 122.808 27.526 Z" />
|
||||
<path
|
||||
- id="LeaderDialCW"
|
||||
- class="DialCW Dial Leader"
|
||||
+ id="LeaderRingCW"
|
||||
+ class="RingCW Ring Leader"
|
||||
d="m 128.531,25.0477 h 14.246" />
|
||||
<text
|
||||
- id="LabelDialCW"
|
||||
- class="DialCW Dial Label"
|
||||
+ id="LabelRingCW"
|
||||
+ class="RingCW Ring Label"
|
||||
x="147.777"
|
||||
y="25.45682"
|
||||
style="text-anchor:start;">CW</text>
|
||||
diff --git a/data/wacom-intuos-pro-3-l.tablet b/data/wacom-intuos-pro-3-l.tablet
|
||||
index 2a41a4812b91..cb0f687b4762 100644
|
||||
--- a/data/wacom-intuos-pro-3-l.tablet
|
||||
+++ b/data/wacom-intuos-pro-3-l.tablet
|
||||
@@ -47,12 +47,25 @@ Stylus=true
|
||||
Reversible=false
|
||||
Touch=false
|
||||
Buttons=10
|
||||
+# RHEL-specific change: our userspace doesn't support
|
||||
+# relative dials on tablets so we pretend these are absolute
|
||||
+# rings and rely on libinput/xf86-input-wacom to emulate
|
||||
+# ring values for these devices.
|
||||
+# Note the SVG was changed to that effect too
|
||||
# NumDials=2
|
||||
+Ring=true
|
||||
+Ring2=true
|
||||
+StatusLEDs=Ring2;Ring
|
||||
|
||||
[Buttons]
|
||||
Left=A;B;C;D;I
|
||||
Right=E;F;G;H;J
|
||||
+# RHEL-specific change, see above
|
||||
# Dial=I
|
||||
# Dial2=J
|
||||
# DialNumModes=3
|
||||
# Dial2NumModes=3
|
||||
+Ring=I
|
||||
+Ring2=J
|
||||
+RingNumModes=3
|
||||
+Ring2NumModes=3
|
||||
diff --git a/data/wacom-intuos-pro-3-m.tablet b/data/wacom-intuos-pro-3-m.tablet
|
||||
index 39717531b79e..4b548422e043 100644
|
||||
--- a/data/wacom-intuos-pro-3-m.tablet
|
||||
+++ b/data/wacom-intuos-pro-3-m.tablet
|
||||
@@ -47,12 +47,25 @@ Stylus=true
|
||||
Reversible=false
|
||||
Touch=false
|
||||
Buttons=10
|
||||
+# RHEL-specific change: our userspace doesn't support
|
||||
+# relative dials on tablets so we pretend these are absolute
|
||||
+# rings and rely on libinput/xf86-input-wacom to emulate
|
||||
+# ring values for these devices.
|
||||
+# Note the SVG was changed to that effect too
|
||||
# NumDials=2
|
||||
+Ring=true
|
||||
+Ring2=true
|
||||
+StatusLEDs=Ring2;Ring
|
||||
|
||||
[Buttons]
|
||||
Left=A;B;C;D;I
|
||||
Right=E;F;G;H;J
|
||||
+# RHEL-specific change, see above
|
||||
# Dial=I
|
||||
# Dial2=J
|
||||
# DialNumModes=3
|
||||
# Dial2NumModes=3
|
||||
+Ring=I
|
||||
+Ring2=J
|
||||
+RingNumModes=3
|
||||
+Ring2NumModes=3
|
||||
diff --git a/data/wacom-intuos-pro-3-s.tablet b/data/wacom-intuos-pro-3-s.tablet
|
||||
index f8e71397d023..ac5b52563672 100644
|
||||
--- a/data/wacom-intuos-pro-3-s.tablet
|
||||
+++ b/data/wacom-intuos-pro-3-s.tablet
|
||||
@@ -47,9 +47,19 @@ Stylus=true
|
||||
Reversible=false
|
||||
Touch=false
|
||||
Buttons=5
|
||||
+# RHEL-specific change: our userspace doesn't support
|
||||
+# relative dials on tablets so we pretend these are absolute
|
||||
+# rings and rely on libinput/xf86-input-wacom to emulate
|
||||
+# ring values for these devices.
|
||||
+# Note the SVG was changed to that effect too
|
||||
# NumDials=1
|
||||
+Ring=true
|
||||
|
||||
[Buttons]
|
||||
Left=A;B;C;D;E
|
||||
+# RHEL-specific change, see above
|
||||
# Dial=E
|
||||
# DialNumModes=3
|
||||
+Ring=E
|
||||
+RingNumModes=3
|
||||
+Ring2NumModes=3
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libwacom
|
||||
Version: 1.12.1
|
||||
Release: 2%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Tablet Information Client Library
|
||||
Requires: %{name}-data
|
||||
|
||||
@ -9,6 +9,25 @@ URL: https://github.com/linuxwacom/libwacom
|
||||
|
||||
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch01: 0001-data-remove-unknown-BuiltIn-key-from-the-DTU1931.patch
|
||||
Patch02: 0002-Add-description-for-elan-2a70-466.patch
|
||||
Patch03: 0003-Add-support-for-a-new-Wacom-One-Pen-Display-13.patch
|
||||
Patch04: 0004-data-add-Wacom-One-12-Wacom-One-13.patch
|
||||
Patch05: 0005-data-Add-Wacom-One-pen-tablet.patch
|
||||
Patch06: 0006-data-add-Wacom-Cintiq-Pro-22-17.patch
|
||||
Patch07: 0007-Add-support-for-Wacom-Movink-673.patch
|
||||
Patch08: 0008-Add-support-for-a-new-Intuos-Pro-Small.patch
|
||||
Patch09: 0009-wacom-movink.tablet-add-more-groups.patch
|
||||
Patch10: 0010-libwacom-only-memcmp-the-led-data-if-we-have-leds.patch
|
||||
Patch11: 0011-wacom-movink-13.tablet-correct-the-product-name.patch
|
||||
Patch12: 0012-wacom-movink-13.svg-correct-the-name-of-the-product.patch
|
||||
Patch13: 0013-data-Added-support-for-Cintiq-Pro-27-525.patch
|
||||
Patch14: 0014-data-Add-3rd-gen-Intuos-Pro-devices.patch
|
||||
Patch15: 0015-data-remove-erroneous-dash-from-latest-Cintiq-Pro-mo.patch
|
||||
Patch16: 0016-layouts-rearrange-the-Intuos-Pro-3rd-L-M-buttons.patch
|
||||
Patch17: 0017-layouts-move-the-rings-of-the-Intuos-Pro-3rd-down-in.patch
|
||||
Patch18: 0018-RHEL-pretend-the-Intuos-Pro-3rd-Gen-has-Rings-not-Di.patch
|
||||
|
||||
BuildRequires: meson gcc
|
||||
BuildRequires: glib2-devel libgudev1-devel
|
||||
BuildRequires: systemd systemd-devel
|
||||
@ -88,6 +107,17 @@ rm ${RPM_BUILD_ROOT}/%{_bindir}/libwacom-show-stylus
|
||||
%{_datadir}/libwacom/layouts/*.svg
|
||||
|
||||
%changelog
|
||||
* Thu Aug 21 2025 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-5
|
||||
- Rearrange the OSD buttons for the Intuos Pro 3rd Gen (RHEL-101881)
|
||||
- Use separate Ring/Ring2 assignments
|
||||
|
||||
* Thu Jul 24 2025 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-4
|
||||
- Add support for the Cintiq Pro 27 (RHEL-101886)
|
||||
- Add support for the Intuos Pro 3rd Gen series (RHEL-101881)
|
||||
|
||||
* Mon Aug 05 2024 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-3
|
||||
- Add a set of newer Wacom tablets description files
|
||||
|
||||
* Mon Jan 31 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-2
|
||||
- Drop libwacom-show-stylus, it's a debugging tool that requires extra
|
||||
dependencies that we shouldn't pull in everywhere (#2044710)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user