-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure all patches can be applied to a git tree using 'git am' by adding missing patch headers where needed. Signed-off-by: Daniel Golle <[email protected]>
- Loading branch information
Showing
6 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
target/linux/generic/hack-5.15/781-usb-net-rndis-support-asr.patch
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,3 +1,16 @@ | ||
From 9fabf60187f1fa19e6f6bb5441587d485bd534b0 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Golle <[email protected]> | ||
Date: Tue, 9 Apr 2024 17:06:38 +0100 | ||
Subject: [PATCH] rndis_host: add a bunch of USB IDs | ||
|
||
Add a bunch of USB IDs found in various places online to the | ||
RNDIS USB network driver. | ||
|
||
Signed-off-by: Daniel Golle <[email protected]> | ||
--- | ||
drivers/net/usb/rndis_host.c | 40 ++++++++++++++++++++++ | ||
1 file changed, 40 insertions(+) | ||
|
||
--- a/drivers/net/usb/rndis_host.c | ||
+++ b/drivers/net/usb/rndis_host.c | ||
@@ -630,6 +630,16 @@ static const struct driver_info zte_rndi | ||
|
13 changes: 13 additions & 0 deletions
13
target/linux/generic/hack-6.1/781-usb-net-rndis-support-asr.patch
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,3 +1,16 @@ | ||
From 9fabf60187f1fa19e6f6bb5441587d485bd534b0 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Golle <[email protected]> | ||
Date: Tue, 9 Apr 2024 17:06:38 +0100 | ||
Subject: [PATCH] rndis_host: add a bunch of USB IDs | ||
|
||
Add a bunch of USB IDs found in various places online to the | ||
RNDIS USB network driver. | ||
|
||
Signed-off-by: Daniel Golle <[email protected]> | ||
--- | ||
drivers/net/usb/rndis_host.c | 40 ++++++++++++++++++++++ | ||
1 file changed, 40 insertions(+) | ||
|
||
--- a/drivers/net/usb/rndis_host.c | ||
+++ b/drivers/net/usb/rndis_host.c | ||
@@ -630,6 +630,16 @@ static const struct driver_info zte_rndi | ||
|
13 changes: 13 additions & 0 deletions
13
target/linux/generic/hack-6.6/781-usb-net-rndis-support-asr.patch
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,3 +1,16 @@ | ||
From 9fabf60187f1fa19e6f6bb5441587d485bd534b0 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Golle <[email protected]> | ||
Date: Tue, 9 Apr 2024 17:06:38 +0100 | ||
Subject: [PATCH] rndis_host: add a bunch of USB IDs | ||
|
||
Add a bunch of USB IDs found in various places online to the | ||
RNDIS USB network driver. | ||
|
||
Signed-off-by: Daniel Golle <[email protected]> | ||
--- | ||
drivers/net/usb/rndis_host.c | 40 ++++++++++++++++++++++ | ||
1 file changed, 40 insertions(+) | ||
|
||
--- a/drivers/net/usb/rndis_host.c | ||
+++ b/drivers/net/usb/rndis_host.c | ||
@@ -630,6 +630,16 @@ static const struct driver_info zte_rndi | ||
|
12 changes: 12 additions & 0 deletions
12
target/linux/generic/pending-5.15/731-net-phy-realtek-support-interrupt-of-RTL8221B.patch
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,3 +1,15 @@ | ||
From d7943c31d57c11e1a517aa3ce2006fca44866870 Mon Sep 17 00:00:00 2001 | ||
From: Jianhui Zhao <[email protected]> | ||
Date: Sun, 24 Sep 2023 22:15:00 +0800 | ||
Subject: [PATCH] net: phy: realtek: add interrupt support for RTL8221B | ||
|
||
This commit introduces interrupt support for RTL8221B. | ||
|
||
Signed-off-by: Jianhui Zhao <[email protected]> | ||
--- | ||
drivers/net/phy/realtek.c | 47 +++++++++++++++++++++++++++++++++++++++ | ||
1 file changed, 47 insertions(+) | ||
|
||
--- a/drivers/net/phy/realtek.c | ||
+++ b/drivers/net/phy/realtek.c | ||
@@ -971,6 +971,51 @@ static int rtl8221b_config_init(struct p | ||
|
12 changes: 12 additions & 0 deletions
12
target/linux/generic/pending-6.1/741-net-phy-realtek-support-interrupt-of-RTL8221B.patch
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,3 +1,15 @@ | ||
From d7943c31d57c11e1a517aa3ce2006fca44866870 Mon Sep 17 00:00:00 2001 | ||
From: Jianhui Zhao <[email protected]> | ||
Date: Sun, 24 Sep 2023 22:15:00 +0800 | ||
Subject: [PATCH] net: phy: realtek: add interrupt support for RTL8221B | ||
|
||
This commit introduces interrupt support for RTL8221B. | ||
|
||
Signed-off-by: Jianhui Zhao <[email protected]> | ||
--- | ||
drivers/net/phy/realtek.c | 47 +++++++++++++++++++++++++++++++++++++++ | ||
1 file changed, 47 insertions(+) | ||
|
||
--- a/drivers/net/phy/realtek.c | ||
+++ b/drivers/net/phy/realtek.c | ||
@@ -981,6 +981,51 @@ static int rtl8221b_config_init(struct p | ||
|
12 changes: 12 additions & 0 deletions
12
target/linux/generic/pending-6.6/741-net-phy-realtek-support-interrupt-of-RTL8221B.patch
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,3 +1,15 @@ | ||
From d7943c31d57c11e1a517aa3ce2006fca44866870 Mon Sep 17 00:00:00 2001 | ||
From: Jianhui Zhao <[email protected]> | ||
Date: Sun, 24 Sep 2023 22:15:00 +0800 | ||
Subject: [PATCH] net: phy: realtek: add interrupt support for RTL8221B | ||
|
||
This commit introduces interrupt support for RTL8221B. | ||
|
||
Signed-off-by: Jianhui Zhao <[email protected]> | ||
--- | ||
drivers/net/phy/realtek.c | 47 +++++++++++++++++++++++++++++++++++++++ | ||
1 file changed, 47 insertions(+) | ||
|
||
--- a/drivers/net/phy/realtek.c | ||
+++ b/drivers/net/phy/realtek.c | ||
@@ -1026,6 +1026,51 @@ static int rtl8221b_config_init(struct p | ||
|