23 lines
969 B
Diff
23 lines
969 B
Diff
|
From e64bcf5a9937bb53260af79bc4c93f9eab502d1a Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 30 May 2013 08:38:40 +0200
|
||
|
Subject: [PATCH] kernel-modules/module-setup.sh: add hid-hyperv and hv-vmbus
|
||
|
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index 4060c80..ed7a19e 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -42,7 +42,7 @@ installkernel() {
|
||
|
instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
|
||
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|
||
|
hid-logitech-dj hid-microsoft firewire-ohci \
|
||
|
- pcmcia usb_storage nvme
|
||
|
+ pcmcia usb_storage nvme hid-hyperv hv-vmbus
|
||
|
|
||
|
if [[ "$(uname -p)" == arm* ]]; then
|
||
|
# arm specific modules
|