File 0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch of Package dracut.9139
From 5e23b376c39c8fcea8a02115d5c233dbb476c13a Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <dmolkentin@suse.com>
Date: Wed, 26 Apr 2017 18:07:17 +0200
Subject: [PATCH] 90kernel-modules: Fix backlight on Cherrytrail devices
Next to the cherrytrail module, more modules need to be part of
initrd to make e.g. the backlight control work properly.
Reference: boo#1034785
Original-Patch-By: Takashi Iwai <tiwai@suse.de>
---
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 bc00991d..566edd77 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -62,7 +62,7 @@ installkernel() {
ohci-hcd ohci-pci \
uhci-hcd \
xhci-hcd xhci-pci xhci-plat-hcd \
- pinctrl-cherryview
+ pinctrl-cherryview pwm-lpss pwm-lpss-platform
instmods \
"=drivers/hid" \
--
2.12.0