summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2017-12-20 12:01:20 -0800
committerJason Gerecke <killertofu@gmail.com>2018-01-04 12:32:11 -0800
commit291a2b4a4f8a7e3628fa116e4ecac3b6c332e206 (patch)
tree4aea06aab43303ee2ce4a156d09046c6a7d3e21a
parentb85cbea3d97667ac922e4a618319266d14182332 (diff)
downloadlibwacom-291a2b4a4f8a7e3628fa116e4ecac3b6c332e206.tar.gz
data: Add several ISDv4 tablet definitions
Adds support for the following tablets: * Lenovo Yoga 720 15" * Lenovo Yoga 720 13" * Lenovo Yoga 260 (0x5090) https://github.com/linuxwacom/libwacom/issues/8 Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
-rw-r--r--data/isdv4-5090.tablet14
-rw-r--r--data/isdv4-50f1.tablet14
-rw-r--r--data/isdv4-50f8.tablet14
3 files changed, 42 insertions, 0 deletions
diff --git a/data/isdv4-5090.tablet b/data/isdv4-5090.tablet
new file mode 100644
index 0000000..9455e4f
--- /dev/null
+++ b/data/isdv4-5090.tablet
@@ -0,0 +1,14 @@
+# this is for the Wacom pen + touchscreen as found in some versions of the Lenovo Yoga 260
+
+[Device]
+Name=Wacom ISDv4 5090
+DeviceMatch=usb:056a:5090
+Class=ISDV4
+Width=11
+Height=6
+IntegratedIn=Display;System
+
+[Features]
+Stylus=true
+Touch=true
+Buttons=0
diff --git a/data/isdv4-50f1.tablet b/data/isdv4-50f1.tablet
new file mode 100644
index 0000000..eb25210
--- /dev/null
+++ b/data/isdv4-50f1.tablet
@@ -0,0 +1,14 @@
+# this is for the Wacom pen + touchscreen as found in the Lenovo Yoga 720 13"
+
+[Device]
+Name=Wacom ISDv4 50f1
+DeviceMatch=i2c:056a:50f1
+Class=ISDV4
+Width=12
+Height=7
+IntegratedIn=Display;System
+
+[Features]
+Stylus=true
+Touch=true
+Buttons=0
diff --git a/data/isdv4-50f8.tablet b/data/isdv4-50f8.tablet
new file mode 100644
index 0000000..758e192
--- /dev/null
+++ b/data/isdv4-50f8.tablet
@@ -0,0 +1,14 @@
+# this is for the Wacom pen + touchscreen as found in the Lenovo Yoga 720 15"
+
+[Device]
+Name=Wacom ISDv4 50f8
+DeviceMatch=i2c:056a:50f8
+Class=ISDV4
+Width=14
+Height=8
+IntegratedIn=Display;System
+
+[Features]
+Stylus=true
+Touch=true
+Buttons=0