Skip to content

Commit

Permalink
Fix 1003 fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Jan 11, 2024
1 parent 094ba0c commit 9f4c064
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 1003-add-modalias-to-apple-bce.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@ Date: Fri, 24 Dec 2021 18:12:25 +1100
Subject: [PATCH 1/1] add modalias to apple-bce

---
drivers/staging/apple-bce/apple_bce.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
drivers/staging/apple-bce/apple_bce.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/apple-bce/apple_bce.c b/drivers/staging/apple-bce/apple_bce.c
index a6a656f..8cfbd3f 100644
index ad89632df..5e2f2f3b9 100644
--- a/drivers/staging/apple-bce/apple_bce.c
+++ b/drivers/staging/apple-bce/apple_bce.c
@@ -434,5 +434,6 @@ MODULE_LICENSE("GPL");
@@ -439,5 +439,6 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("MrARM");
MODULE_DESCRIPTION("Apple BCE Driver");
MODULE_VERSION("0.01");
+MODULE_ALIAS("pci:v0000106Bd00001801sv*sd*bc*sc*i*");
module_init(apple_bce_module_init);
module_exit(apple_bce_module_exit);
\ No newline at end of file
--
2.34.1
2.43.0

0 comments on commit 9f4c064

Please sign in to comment.