Blame 0030-kernel-modules-move-usb-storage-out-of-fixed-drivers.patch
|
Harald Hoyer |
a20c0e |
From 8fdcc1a9b1371b2b1d5c4e4b3ae077546f169459 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
a20c0e |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
a20c0e |
Date: Wed, 13 Mar 2013 14:46:39 +0100
|
|
Harald Hoyer |
a20c0e |
Subject: [PATCH] kernel-modules: move usb-storage out of fixed drivers
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
a20c0e |
---
|
|
Harald Hoyer |
a20c0e |
modules.d/90kernel-modules/module-setup.sh | 4 ++--
|
|
Harald Hoyer |
a20c0e |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
a20c0e |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a20c0e |
index aa1bafc..7d7da83 100755
|
|
Harald Hoyer |
a20c0e |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a20c0e |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a20c0e |
@@ -36,13 +36,13 @@ installkernel() {
|
|
Harald Hoyer |
a20c0e |
}
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
a20c0e |
hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
|
|
Harald Hoyer |
a20c0e |
- pcmcia usb_storage \
|
|
Harald Hoyer |
a20c0e |
ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
|
|
Harald Hoyer |
a20c0e |
unix
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
a20c0e |
instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
|
|
Harald Hoyer |
a20c0e |
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|
|
Harald Hoyer |
a20c0e |
- hid-logitech-dj hid-microsoft firewire-ohci
|
|
Harald Hoyer |
a20c0e |
+ hid-logitech-dj hid-microsoft firewire-ohci \
|
|
Harald Hoyer |
a20c0e |
+ pcmcia usb_storage
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
a20c0e |
if [[ "$(uname -p)" == arm* ]]; then
|
|
Harald Hoyer |
a20c0e |
# arm specific modules
|