Discussion:
[Linuxwacom-devel] [PATCH libwacom] data: Add USB Graphire tablet
Jason Gerecke
2017-04-17 19:02:51 UTC
Permalink
https://github.com/linuxwacom/wacom-hid-descriptors/issues/3

Signed-off-by: Jason Gerecke <***@wacom.com>
---
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.12.2
Peter Hutterer
2017-04-18 02:33:39 UTC
Permalink
Post by Jason Gerecke
https://github.com/linuxwacom/wacom-hid-descriptors/issues/3
3b37fe1..79d049a master -> master

thanks!

Cheers,
Peter
Post by Jason Gerecke
---
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
+#
+# (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.12.2
Loading...