gentoo-linux-surface-overlay/dev-libs/libwacom-surface/files/v2/0008-data-Add-Microsoft-Surface-Pro-7.patch

35 lines
856 B
Diff
Raw Normal View History

2024-08-26 21:24:44 -07:00
From fd315e255704f1172ec4940277ba5e28fd66990e Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 26 May 2023 12:32:21 +0200
Subject: [PATCH 08/16] data: Add Microsoft Surface Pro 7+
Based on https://github.com/linux-surface/libwacom-surface/issues/12
---
data/surface-pro7-plus.tablet | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 data/surface-pro7-plus.tablet
diff --git a/data/surface-pro7-plus.tablet b/data/surface-pro7-plus.tablet
new file mode 100644
index 0000000..5c4e540
--- /dev/null
+++ b/data/surface-pro7-plus.tablet
@@ -0,0 +1,14 @@
+# This is for the Microsoft Surface Pro 7+
+
+[Device]
+Name=Microsoft Surface Pro 7+
+Class=PenDisplay
+DeviceMatch=virt|045e|0c1a
+Width=10
+Height=6
+IntegratedIn=Display;System;
+
+[Features]
+Stylus=false
+Touch=true
+Buttons=0
--
2.45.1