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
3 years ago
|
From c97281874ca1ae68e966d0f972afbf82506ce35b Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
Date: Thu, 4 Feb 2021 16:45:44 -0800
|
||
|
Subject: [PATCH libwacom 07/10] data: Add ISDv4 528e (Lenovo Yoga 6 13ARE05)
|
||
|
(#346)
|
||
|
|
||
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/136
|
||
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
(cherry picked from commit d7b8e1bd501156ef2f4237b9e29a946496070490)
|
||
|
---
|
||
|
data/isdv4-528e.tablet | 22 ++++++++++++++++++++++
|
||
|
1 file changed, 22 insertions(+)
|
||
|
create mode 100644 data/isdv4-528e.tablet
|
||
|
|
||
|
diff --git a/data/isdv4-528e.tablet b/data/isdv4-528e.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..d697f27
|
||
|
--- /dev/null
|
||
|
+++ b/data/isdv4-528e.tablet
|
||
|
@@ -0,0 +1,22 @@
|
||
|
+# Lenovo Yoga 6 13ARE05
|
||
|
+# Sensor Type: AES
|
||
|
+# Features: Touch (Integrated), Tilt
|
||
|
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||
|
+#
|
||
|
+# Autogenerated from sysinfo.RGxfCFKW69
|
||
|
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/136#issue-801322153
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=ISDv4 528e
|
||
|
+ModelName=
|
||
|
+DeviceMatch=i2c:056a:528e
|
||
|
+Class=ISDV4
|
||
|
+Width=12
|
||
|
+Height=7
|
||
|
+IntegratedIn=Display;System
|
||
|
+Styli=@isdv4-aes;
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Touch=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.31.1
|
||
|
|