-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 90a64d7efe111a10b623e179b040bdf5c5e1d406 Mon Sep 17 00:00:00 2001 | ||
From b89d3ac556baafbf88b34ae2feadbcffc87bc3e4 Mon Sep 17 00:00:00 2001 | ||
From: Dorian Stoll <[email protected]> | ||
Date: Sat, 27 Jun 2020 18:21:11 +0200 | ||
Subject: [PATCH 01/16] Add support for BUS_VIRTUAL | ||
|
@@ -21,7 +21,7 @@ Signed-off-by: Dorian Stoll <[email protected]> | |
6 files changed, 13 insertions(+) | ||
|
||
diff --git a/libwacom/libwacom-database.c b/libwacom/libwacom-database.c | ||
index 0dfb5f0..0f1b180 100644 | ||
index eb47510..c5e2fcf 100644 | ||
--- a/libwacom/libwacom-database.c | ||
+++ b/libwacom/libwacom-database.c | ||
@@ -130,6 +130,8 @@ bus_from_str (const char *str) | ||
|
@@ -43,7 +43,7 @@ index 0dfb5f0..0f1b180 100644 | |
g_assert_not_reached (); | ||
} | ||
diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c | ||
index 349608d..b6d1f4c 100644 | ||
index 1ffb910..c028bde 100644 | ||
--- a/libwacom/libwacom.c | ||
+++ b/libwacom/libwacom.c | ||
@@ -149,6 +149,10 @@ get_bus_vid_pid (GUdevDevice *device, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From b977a08585515b82d225e1b811dc74c1640f842b Mon Sep 17 00:00:00 2001 | ||
From b8dae24b8f4bf24c3d1aeccc3efef81fc0f8b08d Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Sat, 1 Jun 2019 21:17:15 +0200 | ||
Subject: [PATCH 02/16] Add support for Intel Management Engine bus | ||
|
@@ -16,7 +16,7 @@ the Microsoft Surface Books, Surface Pro 5 and 6, and Surface Laptops. | |
6 files changed, 13 insertions(+) | ||
|
||
diff --git a/libwacom/libwacom-database.c b/libwacom/libwacom-database.c | ||
index 0f1b180..c4c4afb 100644 | ||
index c5e2fcf..d9fc0c4 100644 | ||
--- a/libwacom/libwacom-database.c | ||
+++ b/libwacom/libwacom-database.c | ||
@@ -132,6 +132,8 @@ bus_from_str (const char *str) | ||
|
@@ -38,7 +38,7 @@ index 0f1b180..c4c4afb 100644 | |
g_assert_not_reached (); | ||
} | ||
diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c | ||
index b6d1f4c..fccdb5e 100644 | ||
index c028bde..0d34227 100644 | ||
--- a/libwacom/libwacom.c | ||
+++ b/libwacom/libwacom.c | ||
@@ -153,6 +153,10 @@ get_bus_vid_pid (GUdevDevice *device, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 64376efb36d8dbe5e383883e768c9c4a5e8b1d65 Mon Sep 17 00:00:00 2001 | ||
From 2e5f077c87daeeae2dcc841c886668ab596ab952 Mon Sep 17 00:00:00 2001 | ||
From: "Antony Jordan (Tablet)" <[email protected]> | ||
Date: Wed, 8 Jun 2022 22:03:33 +0200 | ||
Subject: [PATCH 03/16] data: Add Microsoft Surface Pro 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 69d4b09160d7a459c03ed86237bb0b6c40af75b9 Mon Sep 17 00:00:00 2001 | ||
From dc9e16bc247d513f1f468e7c8a7f71506941a320 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:18:55 +0200 | ||
Subject: [PATCH 04/16] data: Add Microsoft Surface Pro 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 751c24fe083f656b853adf46f809dacf1e6ddece Mon Sep 17 00:00:00 2001 | ||
From 2ade3bb0de43ade8d0f5d3f326cae2efedbdc015 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:19:02 +0200 | ||
Subject: [PATCH 05/16] data: Add Microsoft Surface Pro 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 1a37e3b1355c83b651f864b7765c4b084a31dcdd Mon Sep 17 00:00:00 2001 | ||
From 83765f93b8586c5e152593254d9ac55b5d4a8ba9 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:19:07 +0200 | ||
Subject: [PATCH 06/16] data: Add Microsoft Surface Pro 6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 7cb8964f880a129a514fd6eea4a84b6aa1051c05 Mon Sep 17 00:00:00 2001 | ||
From 8725c66f88c0bca79542e1069fbbdef98227de1a Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:19:13 +0200 | ||
Subject: [PATCH 07/16] data: Add Microsoft Surface Pro 7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 608d8072314c2aaf6ca341d5e824bb10465d9bfd Mon Sep 17 00:00:00 2001 | ||
From fd315e255704f1172ec4940277ba5e28fd66990e Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Fri, 26 May 2023 12:32:21 +0200 | ||
Subject: [PATCH 08/16] data: Add Microsoft Surface Pro 7+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 1611a4dc4d8cb99c86b7b4c50e6963e24cbb7edb Mon Sep 17 00:00:00 2001 | ||
From 3ebad373725ed6d9415e000b5feffaba301fc4a4 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Sun, 11 Jun 2023 21:29:52 +0200 | ||
Subject: [PATCH 09/16] data: Add Microsoft Surface Pro 8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 063c60aae655c3c3a261de4a76e90b18a1e88fb5 Mon Sep 17 00:00:00 2001 | ||
From f6b54c01d9167b8caca4e6c986a477efd1d5f62b Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Wed, 14 Jun 2023 21:11:36 +0200 | ||
Subject: [PATCH 10/16] data: Add Microsoft Surface Pro 9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 945c7d86896735b0ac7c475a9ec238f96ad8883e Mon Sep 17 00:00:00 2001 | ||
From 51b2a3a1d62175da158ea8cd6332683e86a0aaee Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:19:38 +0200 | ||
Subject: [PATCH 11/16] data: Add Microsoft Surface Book | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From c8025cb6f42a55272546f7b5ca8ab73eef4b8025 Mon Sep 17 00:00:00 2001 | ||
From 4afaa31b2cf6475d2687b9f9e0bab25ab2262f83 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:20:04 +0200 | ||
Subject: [PATCH 12/16] data: Add Microsoft Surface Book 2 (13.5") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 1288be7c30e214cd0f11c7b98b35d7ffee28963d Mon Sep 17 00:00:00 2001 | ||
From 7c7ec57b1aed65386dd7388979099f9a428f9275 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:20:13 +0200 | ||
Subject: [PATCH 13/16] data: Add Microsoft Surface Book 2 (15") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0440320ba66ab7e01f690702ced27cc9675e1986 Mon Sep 17 00:00:00 2001 | ||
From 9d213e720946ea4bc7a815ce273d68c3a534a09c Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:20:29 +0200 | ||
Subject: [PATCH 14/16] data: Add Microsoft Surface Book 3 (13.5") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 6dfc9e6dfed24c1f41747708b7f5fabaac467ef0 Mon Sep 17 00:00:00 2001 | ||
From cb410da1d83550efcd2a7a25286fc3a4bf5e8b86 Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Tue, 18 Aug 2020 20:20:42 +0200 | ||
Subject: [PATCH 15/16] data: Add Microsoft Surface Book 3 (15") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 88604677e97533773ecf2404b3b90c71d2221223 Mon Sep 17 00:00:00 2001 | ||
From 9a6737f4aae99f5fcad86c0843fc68f3123cee2f Mon Sep 17 00:00:00 2001 | ||
From: Maximilian Luz <[email protected]> | ||
Date: Wed, 14 Jun 2023 21:12:41 +0200 | ||
Subject: [PATCH 16/16] data: Add Microsoft Surface Laptop Studio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters