Blame 0088-kernel-modules-module-setup.sh-add-hid_generic-to-ke.patch
|
Harald Hoyer |
a66b47 |
From 1ddc789f5aa1878a51db1c74b0d3503c3df35c1e Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
a66b47 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
a66b47 |
Date: Thu, 12 Jul 2012 10:20:28 +0200
|
|
Harald Hoyer |
a66b47 |
Subject: [PATCH] kernel-modules/module-setup.sh: add hid_generic to kernel
|
|
Harald Hoyer |
a66b47 |
modules
|
|
Harald Hoyer |
a66b47 |
|
|
Harald Hoyer |
a66b47 |
---
|
|
Harald Hoyer |
a66b47 |
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
Harald Hoyer |
a66b47 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
a66b47 |
|
|
Harald Hoyer |
a66b47 |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a66b47 |
index 1744e53..f309de8 100755
|
|
Harald Hoyer |
a66b47 |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a66b47 |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
a66b47 |
@@ -43,7 +43,7 @@ installkernel() {
|
|
Harald Hoyer |
a66b47 |
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv
|
|
Harald Hoyer |
a66b47 |
|
|
Harald Hoyer |
a66b47 |
# install keyboard support
|
|
Harald Hoyer |
a66b47 |
- 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
|
|
Harald Hoyer |
a66b47 |
+ 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
|
|
Harald Hoyer |
a66b47 |
# install unix socket support
|
|
Harald Hoyer |
a66b47 |
hostonly='' instmods unix
|
|
Harald Hoyer |
a66b47 |
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
|