Blame 0031-kernel-modules-add-ohci-pci-to-the-list-of-forced-mo.patch

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