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.
46 lines
1.2 KiB
46 lines
1.2 KiB
From eff4978104a3a2bd2838638df52cb2238c316b65 Mon Sep 17 00:00:00 2001
|
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
|
Date: Wed, 6 Jan 2021 13:07:48 -0800
|
|
Subject: [PATCH libwacom 4/5] data: Add ISDv4 5202 (Lenovo YOGA C640-13IML)
|
|
(#322)
|
|
|
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/118
|
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/121
|
|
(cherry picked from commit 9b02a1fac5dc3df986151f82bf91daf387d34e75)
|
|
---
|
|
data/isdv4-5202.tablet | 22 ++++++++++++++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
create mode 100644 data/isdv4-5202.tablet
|
|
|
|
diff --git a/data/isdv4-5202.tablet b/data/isdv4-5202.tablet
|
|
new file mode 100644
|
|
index 0000000..8014b5d
|
|
--- /dev/null
|
|
+++ b/data/isdv4-5202.tablet
|
|
@@ -0,0 +1,22 @@
|
|
+# Lenovo YOGA C640-13IML
|
|
+# Sensor Type: AES
|
|
+# Features: Touch (Integrated), Tilt
|
|
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
|
+#
|
|
+# Autogenerated from sysinfo.M5WQPQfqXg
|
|
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/118#issue-772431716
|
|
+
|
|
+[Device]
|
|
+Name=ISDv4 5202
|
|
+ModelName=
|
|
+DeviceMatch=i2c:056a:5202
|
|
+Class=ISDV4
|
|
+Width=12
|
|
+Height=7
|
|
+IntegratedIn=Display;System
|
|
+Styli=@isdv4-aes;
|
|
+
|
|
+[Features]
|
|
+Stylus=true
|
|
+Touch=true
|
|
+Buttons=0
|
|
--
|
|
2.29.2
|
|
|