Signed-off-by: Jason Gerecke <killert...@gmail.com>
---
I'm not sure if this is the "right" way to define this tablet since it 
presents itself to the system as more than one USB device. Its got what 
is essentially a vanilla 24HD at 056a:00f8, and the touch sensor at 
056a:00f6.

Do we want to have a single definition file for what is a single 
"logical" tablet? If so, should 056a:00f6 be mentioned on the 
DeviceMatch line, and should "Touch=True"?

 data/cintiq-24hd-touch.tablet | 65 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
 create mode 100644 data/cintiq-24hd-touch.tablet

diff --git a/data/cintiq-24hd-touch.tablet b/data/cintiq-24hd-touch.tablet
new file mode 100644
index 0000000..c672bbd
--- /dev/null
+++ b/data/cintiq-24hd-touch.tablet
@@ -0,0 +1,65 @@
+# Wacom
+# Cintiq 24HD touch
+# DTH-2400
+#
+# Button Map:
+# (A=1, B=2, C=3, ...)
+#
+#       *-----------------------*
+#       |                       |
+#  A    |                       |    I
+#  B    |                       |    J
+#  C    |        DISPLAY        |    K
+#  DEFF |                       | NNML
+#  DEGG |                       | OOML
+#  DEHH |                       | PPML
+#       |                       |
+#       *-----------------------*
+#
+# Touch Ring Map:
+# (A=1st ring, B=2nd ring, ...)
+#
+#    *-----------------------*
+#    |                       |
+#  A |        DISPLAY        | B
+#    |                       |
+#    *-----------------------*
+#
+# LED Map:
+# (XY=Bank X, LED Y; *=Invisible)
+#
+#     *-----------------------*
+#     |                       |
+#  10 |                       | 00
+#  11 |                       | 01
+#  12 |        DISPLAY        | 02
+#  1* |                       | 0*
+#     |                       |
+#     *-----------------------*
+#
+# Note: touch data comes through the usb:056a:00f6 interface
+
+[Device]
+Name=Wacom Cintiq 24HD touch
+DeviceMatch=usb:056a:00f8
+Class=Cintiq
+Width=21
+Height=13
+Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;
+
+[Features]
+Stylus=true
+Reversible=false
+Touch=true
+Buttons=16
+Ring=true
+Ring2=true
+BuiltIn=true
+StatusLEDs=Ring2;Ring
+
+[Buttons]
+Left=A;B;C;D;E;F;G;H
+Right=I;J;K;L;M;N;O;P
+
+Ring=A;B;C
+Ring2=I;J;K
-- 
1.8.0


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to