Blame 0004-include-the-omap_hsmmc-module-on-arm.patch
|
Harald Hoyer |
7e00d9 |
From ec6d8eab6963078bc472f7512cc1a1491dee98e6 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
7e00d9 |
From: Dennis Gilmore <dennis@ausil.us>
|
|
Harald Hoyer |
7e00d9 |
Date: Thu, 2 Aug 2012 05:12:54 -0500
|
|
Harald Hoyer |
7e00d9 |
Subject: [PATCH] include the omap_hsmmc module on arm
|
|
Harald Hoyer |
7e00d9 |
|
|
Harald Hoyer |
7e00d9 |
---
|
|
Harald Hoyer |
7e00d9 |
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
Harald Hoyer |
7e00d9 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
7e00d9 |
|
|
Harald Hoyer |
7e00d9 |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
7e00d9 |
index 4e75ef8..e58b257 100755
|
|
Harald Hoyer |
7e00d9 |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
7e00d9 |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
7e00d9 |
@@ -40,7 +40,7 @@ installkernel() {
|
|
Harald Hoyer |
7e00d9 |
hostonly='' instmods usb_storage sdhci sdhci-pci
|
|
Harald Hoyer |
7e00d9 |
|
|
Harald Hoyer |
7e00d9 |
# arm specific modules
|
|
Harald Hoyer |
7e00d9 |
- hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv
|
|
Harald Hoyer |
7e00d9 |
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv
|
|
Harald Hoyer |
7e00d9 |
|
|
Harald Hoyer |
7e00d9 |
# install keyboard support
|
|
Harald Hoyer |
7e00d9 |
hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic
|