You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
From 9bbea8caf83fac26c800e154b5b72b0333b23e1b Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Wed, 12 Feb 2014 11:22:14 +0100 |
|
Subject: [PATCH] kernel-modules: add sdhci_acpi to the static list of kernel |
|
modules |
|
|
|
Thanks Adam Williamson! |
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1063556 |
|
--- |
|
modules.d/90kernel-modules/module-setup.sh | 3 ++- |
|
1 file changed, 2 insertions(+), 1 deletion(-) |
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh |
|
index f4db6aa8..a7803d00 100755 |
|
--- a/modules.d/90kernel-modules/module-setup.sh |
|
+++ b/modules.d/90kernel-modules/module-setup.sh |
|
@@ -45,7 +45,8 @@ installkernel() { |
|
instmods yenta_socket scsi_dh_rdac scsi_dh_emc \ |
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \ |
|
hid-logitech-dj hid-microsoft firewire-ohci \ |
|
- pcmcia usb_storage nvme hid-hyperv hv-vmbus |
|
+ pcmcia usb_storage nvme hid-hyperv hv-vmbus \ |
|
+ sdhci_acpi |
|
|
|
if [[ "$(uname -p)" == arm* ]]; then |
|
# arm specific modules
|
|
|