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 694f2e10202fb6ae44aaa3d09d71228b852ed815 Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
Date: Wed, 20 Jan 2021 02:40:58 -0800
|
||
|
Subject: [PATCH libwacom 10/10] data: Add ISDv4 5072 (Lenovo ThinkPad Yoga 11e
|
||
|
3rd Gen) (#333)
|
||
|
|
||
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/126
|
||
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
(cherry picked from commit f8e50998dd7398071e546a7a42b8323fffed7b27)
|
||
|
---
|
||
|
data/isdv4-5072.tablet | 22 ++++++++++++++++++++++
|
||
|
1 file changed, 22 insertions(+)
|
||
|
create mode 100644 data/isdv4-5072.tablet
|
||
|
|
||
|
diff --git a/data/isdv4-5072.tablet b/data/isdv4-5072.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..d1ef618
|
||
|
--- /dev/null
|
||
|
+++ b/data/isdv4-5072.tablet
|
||
|
@@ -0,0 +1,22 @@
|
||
|
+# Lenovo ThinkPad Yoga 11e 3rd Gen
|
||
|
+# Sensor Type: AES
|
||
|
+# Features: Touch (Integrated)
|
||
|
+# HW Resolution: 25613 x 14400 (2540 x 2540 lpi)
|
||
|
+#
|
||
|
+# Autogenerated from sysinfo.XoiNSn7Aiz
|
||
|
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/126#issue-787478489
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=ISDv4 5072
|
||
|
+ModelName=
|
||
|
+DeviceMatch=i2c:056a:5072
|
||
|
+Class=ISDV4
|
||
|
+Width=10
|
||
|
+Height=6
|
||
|
+IntegratedIn=Display;System
|
||
|
+Styli=@isdv4-aes;
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Touch=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.31.1
|
||
|
|