Fix broken include paths

This commit is contained in:
Maximilian Luz 2020-10-08 23:37:47 +02:00
parent 389350f631
commit d08fb09ec0
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
6 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
From 1579053e6ccee398824eaf577a1b1ec07a27955c Mon Sep 17 00:00:00 2001
From 4856a4bf25c003e3a2f34dedd53849661c9d929e Mon Sep 17 00:00:00 2001
From: qzed <qzed@users.noreply.github.com>
Date: Mon, 26 Aug 2019 01:11:08 +0200
Subject: [PATCH 5/7] surface-sam
@ -5644,7 +5644,7 @@ index 000000000000..d667f605b74d
+MODULE_LICENSE("GPL");
diff --git a/drivers/misc/surface_aggregator/clients/surface_hid.c b/drivers/misc/surface_aggregator/clients/surface_hid.c
new file mode 100644
index 000000000000..0dfc22568c66
index 000000000000..f605e983398d
--- /dev/null
+++ b/drivers/misc/surface_aggregator/clients/surface_hid.c
@@ -0,0 +1,554 @@
@ -5667,8 +5667,8 @@ index 000000000000..0dfc22568c66
+#include <linux/types.h>
+#include <linux/usb/ch9.h>
+
+#include <include/linux/surface_aggregator/controller.h>
+#include <include/linux/surface_aggregator/device.h>
+#include <linux/surface_aggregator/controller.h>
+#include <linux/surface_aggregator/device.h>
+
+#define SHID_RETRY 3
+#define shid_retry(fn, args...) ssam_retry(fn, SHID_RETRY, args)
@ -7495,7 +7495,7 @@ index 000000000000..f18cc17d019d
+MODULE_LICENSE("GPL");
diff --git a/drivers/misc/surface_aggregator/clients/surface_keyboard.c b/drivers/misc/surface_aggregator/clients/surface_keyboard.c
new file mode 100644
index 000000000000..df3664e0341c
index 000000000000..11f14eaf51c4
--- /dev/null
+++ b/drivers/misc/surface_aggregator/clients/surface_keyboard.c
@@ -0,0 +1,601 @@
@ -7519,8 +7519,8 @@ index 000000000000..df3664e0341c
+#include <linux/types.h>
+#include <linux/usb/ch9.h>
+
+#include <include/linux/surface_aggregator/controller.h>
+#include <include/linux/surface_aggregator/device.h>
+#include <linux/surface_aggregator/controller.h>
+#include <linux/surface_aggregator/device.h>
+
+#define SHID_RETRY 3
+#define shid_retry(fn, args...) ssam_retry(fn, SHID_RETRY, args)

View file

@ -1,4 +1,4 @@
From 8dcef2204e9027a71577a156a7f90b9a8865985c Mon Sep 17 00:00:00 2001
From b69e689ae47f7f4059ef86a55bcc1dfe7511770d Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH 6/7] surface-sam-over-hid

View file

@ -1,4 +1,4 @@
From 71853918975be5b282782a75a8c65e7145615179 Mon Sep 17 00:00:00 2001
From 144eaf2cde36eeb9b24659205dd363a00116dc82 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sun, 16 Aug 2020 23:39:56 +0200
Subject: [PATCH 7/7] surface-gpe

View file

@ -1,4 +1,4 @@
From 0eec025cb7b92013244f93c750c94359356be834 Mon Sep 17 00:00:00 2001
From cf11dbf84aaeda0e046bcd504f1cccfd66af0ab7 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Mon, 17 Aug 2020 01:23:20 +0200
Subject: [PATCH 4/6] surface-sam
@ -5641,7 +5641,7 @@ index 000000000000..d667f605b74d
+MODULE_LICENSE("GPL");
diff --git a/drivers/misc/surface_aggregator/clients/surface_hid.c b/drivers/misc/surface_aggregator/clients/surface_hid.c
new file mode 100644
index 000000000000..0dfc22568c66
index 000000000000..f605e983398d
--- /dev/null
+++ b/drivers/misc/surface_aggregator/clients/surface_hid.c
@@ -0,0 +1,554 @@
@ -5664,8 +5664,8 @@ index 000000000000..0dfc22568c66
+#include <linux/types.h>
+#include <linux/usb/ch9.h>
+
+#include <include/linux/surface_aggregator/controller.h>
+#include <include/linux/surface_aggregator/device.h>
+#include <linux/surface_aggregator/controller.h>
+#include <linux/surface_aggregator/device.h>
+
+#define SHID_RETRY 3
+#define shid_retry(fn, args...) ssam_retry(fn, SHID_RETRY, args)
@ -7492,7 +7492,7 @@ index 000000000000..f18cc17d019d
+MODULE_LICENSE("GPL");
diff --git a/drivers/misc/surface_aggregator/clients/surface_keyboard.c b/drivers/misc/surface_aggregator/clients/surface_keyboard.c
new file mode 100644
index 000000000000..df3664e0341c
index 000000000000..11f14eaf51c4
--- /dev/null
+++ b/drivers/misc/surface_aggregator/clients/surface_keyboard.c
@@ -0,0 +1,601 @@
@ -7516,8 +7516,8 @@ index 000000000000..df3664e0341c
+#include <linux/types.h>
+#include <linux/usb/ch9.h>
+
+#include <include/linux/surface_aggregator/controller.h>
+#include <include/linux/surface_aggregator/device.h>
+#include <linux/surface_aggregator/controller.h>
+#include <linux/surface_aggregator/device.h>
+
+#define SHID_RETRY 3
+#define shid_retry(fn, args...) ssam_retry(fn, SHID_RETRY, args)

View file

@ -1,4 +1,4 @@
From 0c676d0a9104f3bae99ce722c0daca6b536869e4 Mon Sep 17 00:00:00 2001
From 17b1d5ca0a9d21f3410a124fa8d054e7997b9f81 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH 5/6] surface-sam-over-hid

View file

@ -1,4 +1,4 @@
From 068ef6fccf870d379a749378f71d0e21a7d4f38c Mon Sep 17 00:00:00 2001
From 27d000fee9b13876dae91634b00a742d7f5bb06b Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sun, 16 Aug 2020 23:39:56 +0200
Subject: [PATCH 6/6] surface-gpe