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 6aa08f536af7ec259b27618a363e0c0194e04856 Mon Sep 17 00:00:00 2001
|
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
|
Date: Wed, 10 Feb 2021 12:52:56 -0800
|
|
Subject: [PATCH libwacom 05/10] data: Add ISDv4 5256 (Lenovo Yoga 7 15ITL5)
|
|
(#351)
|
|
|
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/139
|
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
|
(cherry picked from commit 1465d3b6623041c2c7cac3505a81f2e363d08472)
|
|
---
|
|
data/isdv4-5256.tablet | 22 ++++++++++++++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
create mode 100644 data/isdv4-5256.tablet
|
|
|
|
diff --git a/data/isdv4-5256.tablet b/data/isdv4-5256.tablet
|
|
new file mode 100644
|
|
index 0000000..24855af
|
|
--- /dev/null
|
|
+++ b/data/isdv4-5256.tablet
|
|
@@ -0,0 +1,22 @@
|
|
+# Lenovo Yoga 7 15ITL5
|
|
+# Sensor Type: AES
|
|
+# Features: Touch (Integrated), Tilt
|
|
+# HW Resolution: 34416 x 19359 (2540 x 2540 lpi)
|
|
+#
|
|
+# Autogenerated from sysinfo.sX9QiNn0RF
|
|
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/139#issuecomment-776946036
|
|
+
|
|
+[Device]
|
|
+Name=ISDv4 5256
|
|
+ModelName=
|
|
+DeviceMatch=i2c:056a:5256
|
|
+Class=ISDV4
|
|
+Width=14
|
|
+Height=8
|
|
+IntegratedIn=Display;System
|
|
+Styli=@isdv4-aes;
|
|
+
|
|
+[Features]
|
|
+Stylus=true
|
|
+Touch=true
|
|
+Buttons=0
|
|
--
|
|
2.31.1
|
|
|