You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
24 lines
815 B
Diff
24 lines
815 B
Diff
From 153b587ed53135eaf244144f6f8bdd5a0fe6b69e Mon Sep 17 00:00:00 2001
|
|
From: Redecorating <69827514+Redecorating@users.noreply.github.com>
|
|
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(-)
|
|
|
|
diff --git a/drivers/staging/apple-bce/apple_bce.c b/drivers/staging/apple-bce/apple_bce.c
|
|
index a6a656f..8cfbd3f 100644
|
|
--- a/drivers/staging/apple-bce/apple_bce.c
|
|
+++ b/drivers/staging/apple-bce/apple_bce.c
|
|
@@ -432,5 +432,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);
|
|
--
|
|
2.34.1
|
|
|