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.
47 lines
1.1 KiB
47 lines
1.1 KiB
3 years ago
|
From cc965fbbf2659ea6a6c7b484d2e2ec910a314833 Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
Date: Wed, 6 Jan 2021 13:01:29 -0800
|
||
|
Subject: [PATCH libwacom 3/5] data: Add ISDv4 51e9 (Lenovo ThinkPad P15 Gen 1)
|
||
|
(#325)
|
||
|
|
||
|
Tablet definition was tested and verified to work by the bug reporter.
|
||
|
|
||
|
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
|
||
|
(cherry picked from commit ba02abf58f8d0405140e658d8238b69e89120576)
|
||
|
---
|
||
|
data/isdv4-51e9.tablet | 22 ++++++++++++++++++++++
|
||
|
1 file changed, 22 insertions(+)
|
||
|
create mode 100644 data/isdv4-51e9.tablet
|
||
|
|
||
|
diff --git a/data/isdv4-51e9.tablet b/data/isdv4-51e9.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..8684b26
|
||
|
--- /dev/null
|
||
|
+++ b/data/isdv4-51e9.tablet
|
||
|
@@ -0,0 +1,22 @@
|
||
|
+# Lenovo ThinkPad P15 Gen 1
|
||
|
+# Sensor Type: AES
|
||
|
+# Features: Touch (Integrated), Tilt
|
||
|
+# HW Resolution: 34422 x 19362 (2540 x 2540 lpi)
|
||
|
+#
|
||
|
+# Autogenerated from sysinfo.VSiBXWPx2J
|
||
|
+# From private bug report
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=ISDv4 51e9
|
||
|
+ModelName=
|
||
|
+DeviceMatch=usb:056a:51e9
|
||
|
+Class=ISDV4
|
||
|
+Width=14
|
||
|
+Height=8
|
||
|
+IntegratedIn=Display;System
|
||
|
+Styli=@isdv4-aes;
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Touch=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.29.2
|
||
|
|