Accepting request 288129 from home:sfalken:branches:Base:System

- 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
This commit is contained in:
Shawn Dunn 2015-02-28 00:16:22 +00:00 committed by Git OBS Bridge
parent c4621489ab
commit d9b471d063
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 27 18:37:56 UTC 2015 - sfalken@opensuse.org
- 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
-------------------------------------------------------------------
Mon Feb 23 16:13:16 UTC 2015 - meissner@suse.com

View File

@ -192,6 +192,8 @@ Patch167: 0167-do-not-symlink-var-log-to-run-log.patch
# PATCH-FIX-OPENSUSE sfalken@opensuse.com -- remove PLYMOUTH_LOGO_FILE from modules.d/50plymouth/plymouth-populate-initrd.sh (bnc#910952)
Patch168: 0168-remove_plymouth_logo_file.patch
Patch169: 0169-fix-systemd-vconsole.patch
# PATCH-FIX-UPSTREAM sfalken@opensuse.com -- Add logitech-hidpp module to default initrd, fixes (boo#918938)
Patch170: 0170-enable-logitech-hidpp.patch
BuildRequires: asciidoc
BuildRequires: bash
@ -406,6 +408,7 @@ and its cryptography during startup.
%patch167 -p1
%patch168 -p1
%patch169 -p1
%patch170 -p1
%build
%configure\