17 lines
751 B
Diff
17 lines
751 B
Diff
|
From: Bernhard M. Wiedemann <bwiedemann+dracut@suse.de>
|
||
|
Subject: load xhci-pci on Linux-3.18+ to allow USB-keyboard to give LUKS PW
|
||
|
References: bnc#911319
|
||
|
Index: dracut-037/modules.d/90kernel-modules/module-setup.sh
|
||
|
===================================================================
|
||
|
--- dracut-037.orig/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ dracut-037/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -41,7 +41,7 @@ installkernel() {
|
||
|
ehci-hcd ehci-pci ehci-platform \
|
||
|
ohci-hcd ohci-pci \
|
||
|
uhci-hcd \
|
||
|
- xhci-hcd
|
||
|
+ xhci-hcd xhci-pci
|
||
|
|
||
|
instmods yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
||
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|