Blame 0003-kernel-modules-module-setup.sh-include-omapdrm-in-th.patch
|
Harald Hoyer |
18c19d |
From b6fd45163a18d19434de33de3f3ed324bc560a97 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
18c19d |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
18c19d |
Date: Wed, 6 Jun 2012 11:45:30 +0200
|
|
Harald Hoyer |
18c19d |
Subject: [PATCH] kernel-modules/module-setup.sh: include omapdrm in the arm
|
|
Harald Hoyer |
18c19d |
modules to include
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
---
|
|
Harald Hoyer |
18c19d |
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
Harald Hoyer |
18c19d |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
18c19d |
index 4df180b..1d39c85 100755
|
|
Harald Hoyer |
18c19d |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
18c19d |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
18c19d |
@@ -36,7 +36,7 @@ installkernel() {
|
|
Harald Hoyer |
18c19d |
hostonly='' instmods usb_storage sdhci sdhci-pci
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
# arm specific modules
|
|
Harald Hoyer |
18c19d |
- hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv
|
|
Harald Hoyer |
18c19d |
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
# install keyboard support
|
|
Harald Hoyer |
18c19d |
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
|