34 lines
763 B
Diff
34 lines
763 B
Diff
|
From 2e5f077c87daeeae2dcc841c886668ab596ab952 Mon Sep 17 00:00:00 2001
|
||
|
From: "Antony Jordan (Tablet)" <wiccan.two@gmail.com>
|
||
|
Date: Wed, 8 Jun 2022 22:03:33 +0200
|
||
|
Subject: [PATCH 03/16] data: Add Microsoft Surface Pro 3
|
||
|
|
||
|
---
|
||
|
data/surface-pro3.tablet | 14 ++++++++++++++
|
||
|
1 file changed, 14 insertions(+)
|
||
|
create mode 100644 data/surface-pro3.tablet
|
||
|
|
||
|
diff --git a/data/surface-pro3.tablet b/data/surface-pro3.tablet
|
||
|
new file mode 100644
|
||
|
index 0000000..2f53541
|
||
|
--- /dev/null
|
||
|
+++ b/data/surface-pro3.tablet
|
||
|
@@ -0,0 +1,14 @@
|
||
|
+# This is for the Microsoft Surface Pro 3
|
||
|
+
|
||
|
+[Device]
|
||
|
+Name=Microsoft Surface Pro 3
|
||
|
+Class=PenDisplay
|
||
|
+DeviceMatch=i2c|1b96|1b05
|
||
|
+Width=10
|
||
|
+Height=6
|
||
|
+IntegratedIn=Display;System;
|
||
|
+
|
||
|
+[Features]
|
||
|
+Stylus=true
|
||
|
+Touch=true
|
||
|
+Buttons=0
|
||
|
--
|
||
|
2.45.1
|
||
|
|