34 lines
886 B
Diff
34 lines
886 B
Diff
From 9a6737f4aae99f5fcad86c0843fc68f3123cee2f Mon Sep 17 00:00:00 2001
|
|
From: Maximilian Luz <luzmaximilian@gmail.com>
|
|
Date: Wed, 14 Jun 2023 21:12:41 +0200
|
|
Subject: [PATCH 16/16] data: Add Microsoft Surface Laptop Studio
|
|
|
|
IDs taken from https://github.com/quo/ithc-linux/issues/5
|
|
---
|
|
data/surface-laptop-studio.tablet | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
create mode 100644 data/surface-laptop-studio.tablet
|
|
|
|
diff --git a/data/surface-laptop-studio.tablet b/data/surface-laptop-studio.tablet
|
|
new file mode 100644
|
|
index 0000000..6077403
|
|
--- /dev/null
|
|
+++ b/data/surface-laptop-studio.tablet
|
|
@@ -0,0 +1,14 @@
|
|
+# This is for the Microsoft Surface Laptop Studio
|
|
+
|
|
+[Device]
|
|
+Name=Microsoft Surface Laptop Studio
|
|
+Class=PenDisplay
|
|
+DeviceMatch=virt|045e|0c1b
|
|
+Width=10
|
|
+Height=6
|
|
+IntegratedIn=Display;System;
|
|
+
|
|
+[Features]
|
|
+Stylus=false
|
|
+Touch=true
|
|
+Buttons=0
|
|
--
|
|
2.45.1
|
|
|