33 lines
779 B
Diff
33 lines
779 B
Diff
From 2ade3bb0de43ade8d0f5d3f326cae2efedbdc015 Mon Sep 17 00:00:00 2001
|
|
From: Maximilian Luz <luzmaximilian@gmail.com>
|
|
Date: Tue, 18 Aug 2020 20:19:02 +0200
|
|
Subject: [PATCH 05/16] data: Add Microsoft Surface Pro 5
|
|
|
|
---
|
|
data/surface-pro5.tablet | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
create mode 100644 data/surface-pro5.tablet
|
|
|
|
diff --git a/data/surface-pro5.tablet b/data/surface-pro5.tablet
|
|
new file mode 100644
|
|
index 0000000..410a0d3
|
|
--- /dev/null
|
|
+++ b/data/surface-pro5.tablet
|
|
@@ -0,0 +1,14 @@
|
|
+# This is for the Microsoft Surface Pro 5 (2017)
|
|
+
|
|
+[Device]
|
|
+Name=Microsoft Surface Pro 5
|
|
+Class=PenDisplay
|
|
+DeviceMatch=virt|1b96|001f;mei|1b96|001f
|
|
+Width=10
|
|
+Height=6
|
|
+IntegratedIn=Display;System;
|
|
+
|
|
+[Features]
|
|
+Stylus=true
|
|
+Touch=true
|
|
+Buttons=0
|
|
--
|
|
2.45.1
|
|
|