Blame SOURCES/0042-kernel-modules-add-ohci-pci-to-the-list-of-forced-mo.patch

18971c
From 1dd604efb199af87ba0079eed809483559c9b04f Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Thu, 14 Nov 2013 10:07:04 +0100
18971c
Subject: [PATCH] kernel-modules: add ohci-pci to the list of forced module
18971c
 installs
18971c
18971c
---
18971c
 modules.d/90kernel-modules/module-setup.sh | 9 ++++++---
18971c
 1 file changed, 6 insertions(+), 3 deletions(-)
18971c
18971c
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
18971c
index 366235ca..510b43e1 100755
18971c
--- a/modules.d/90kernel-modules/module-setup.sh
18971c
+++ b/modules.d/90kernel-modules/module-setup.sh
18971c
@@ -35,9 +35,12 @@ installkernel() {
18971c
             return 0
18971c
         }
18971c
 
18971c
-        hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
18971c
-            ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
18971c
-            unix
18971c
+        hostonly='' instmods \
18971c
+            sr_mod sd_mod scsi_dh ata_piix hid_generic unix \
18971c
+            ehci-hcd ehci-pci ehci-platform \
18971c
+            ohci-hcd ohci-pci \
18971c
+            uhci-hcd \
18971c
+            xhci-hcd
18971c
 
18971c
         instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
18971c
             atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \