File 0181-load-xhci-pci.patch of Package dracut.4406
From: "Bernhard M. Wiedemann" <bwiedemann+dracut@suse.de>
Date: Mon, 19 Oct 2015 09:15:15 +0200
Subject: load xhci-pci on Linux-3.18+ to allow USB-keyboard to give LUKS PW
References: bnc#911319
- Also loads hid-logitech-hidpp for certain keyboards
---
modules.d/90kernel-modules/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
@@ -38,11 +38,13 @@ installkernel() {
hostonly='' instmods \
sr_mod sd_mod scsi_dh ata_piix hid_generic unix \
- ehci-hcd ehci-pci ehci-platform \
+ ehci-hcd ehci-pci \
ohci-hcd ohci-pci \
uhci-hcd \
xhci-hcd
+ hostonly='' instmods -s xhci-pci ehci-platform hid-logitech-hidpp
+
instmods yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
hid-logitech-dj hid-microsoft firewire-ohci \