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 4aaa8f1ff954b5fefecc20456c2d3df63f5507e5 Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
Date: Tue, 23 Feb 2021 14:51:32 -0800
|
||
|
Subject: [PATCH libwacom 02/10] data: Add ISDv4 51f9 (Lenovo ThinkPad L13
|
||
|
Yoga) (#358)
|
||
|
|
||
|
Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/143
|
||
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
(cherry picked from commit 4934448a865467523c2f53c21a488a9a7240a4d3)
|
||
|
---
|
||
|
data/isdv4-51f9.tablet | 22 ++++++++++++++++++++++
|
||
|
1 file changed, 22 insertions(+)
|
||
|
create mode 100644 data/isdv4-51f9.tablet
|
||
|
|
||
|
diff --git a/data/isdv4-51f9.tablet b/data/isdv4-51f9.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..6eecb63
|
||
|
--- /dev/null
|
||
|
+++ b/data/isdv4-51f9.tablet
|
||
|
@@ -0,0 +1,22 @@
|
||
|
+# Lenovo ThinkPad L13 Yoga
|
||
|
+# Sensor Type: AES
|
||
|
+# Features: Touch (Integrated), Tilt
|
||
|
+# HW Resolution: 29376 x 16524 (2540 x 2540 lpi)
|
||
|
+#
|
||
|
+# Autogenerated from sysinfo.ylAeu0fEDt
|
||
|
+# https://github.com/linuxwacom/wacom-hid-descriptors/issues/143#issue-810475452
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=ISDv4 51f9
|
||
|
+ModelName=
|
||
|
+DeviceMatch=usb:056a:51f9
|
||
|
+Class=ISDV4
|
||
|
+Width=12
|
||
|
+Height=7
|
||
|
+IntegratedIn=Display;System
|
||
|
+Styli=@isdv4-aes;
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Touch=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.31.1
|
||
|
|