- Add patch to load logitech-hidpp module in default initrd, fixes issues with not being able to enter LUKS password with logitech wireless keyboards (boo#918938) + Added: 0170-enable-logitech-hidpp.patch OBS-URL: https://build.opensuse.org/request/show/288129 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=212
14 lines
661 B
Diff
14 lines
661 B
Diff
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
|
|
@@ -45,7 +45,7 @@ installkernel() {
|
|
|
|
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 \
|
|
+ hid-logitech-dj hid-logitech-hidpp hid-microsoft firewire-ohci \
|
|
pcmcia usb_storage nvme hid-hyperv hv-vmbus \
|
|
sdhci_acpi
|
|
|