dd62cb6ebf
- 90kernel-modules: Ensure phy drivers are loaded in initrd (bsc#1034893) * adds 0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch - 90kernel-modules: Fix backlight on Cherrytrail devices (boo#1034785) * adds 0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch - 95fcoe: fix rules generation (osc#1036323) * adds 0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch OBS-URL: https://build.opensuse.org/request/show/491555 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=305
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
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
|
|
|