You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
7 years ago
|
From 1588fd15d9ca5d405af3fc27235161e6032caa73 Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Gerecke <killertofu@gmail.com>
|
||
|
Date: Mon, 17 Apr 2017 12:02:51 -0700
|
||
|
Subject: [PATCH libwacom 2/7] data: Add USB Graphire tablet
|
||
|
|
||
|
https://github.com/linuxwacom/wacom-hid-descriptors/issues/3
|
||
|
|
||
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|
(cherry picked from commit 79d049ac537efda216e17cf1ca030265ec645784)
|
||
|
---
|
||
|
data/graphire-usb.tablet | 28 ++++++++++++++++++++++++++++
|
||
|
1 file changed, 28 insertions(+)
|
||
|
create mode 100644 data/graphire-usb.tablet
|
||
|
|
||
|
diff --git a/data/graphire-usb.tablet b/data/graphire-usb.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..86d639f
|
||
|
--- /dev/null
|
||
|
+++ b/data/graphire-usb.tablet
|
||
|
@@ -0,0 +1,28 @@
|
||
|
+# Wacom
|
||
|
+# Graphire
|
||
|
+# ET-0405-U
|
||
|
+#
|
||
|
+# Button Map:
|
||
|
+# (A=1, B=2, C=3, ...)
|
||
|
+#
|
||
|
+# *----------------------*
|
||
|
+# | |
|
||
|
+# | |
|
||
|
+# | |
|
||
|
+# | TABLET |
|
||
|
+# | |
|
||
|
+# | |
|
||
|
+# | |
|
||
|
+# *----------------------*
|
||
|
+#
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=Wacom Graphire
|
||
|
+DeviceMatch=usb:056a:0010
|
||
|
+Class=Graphire
|
||
|
+Width=5
|
||
|
+Height=4
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.13.5
|
||
|
|