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