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