[meego-commits] 7593: Changes to MeeGo:1.0:Core:Update:Testing/kernel
daihan
no_reply at build.meego.com
Sun Sep 19 01:37:52 UTC 2010
Hi,
I have made the following changes to kernel in project MeeGo:1.0:Core:Update:Testing. Please review and accept ASAP.
Thank You,
daihan
[This message was auto-generated]
---
Request #7593:
submit: home:daihan:branches:MeeGo:1.0:Core:Update:Testing/kernel(r3)(cleanup) -> MeeGo:1.0:Core:Update:Testing/kernel
Message:
Add a patch to fix BMC#5212
State: new 2010-09-18T18:37:52 daihan
Comment: None
changes files:
--------------
--- kernel.changes
+++ kernel.changes
@@ -0,0 +1,3 @@
+* Sun Sept 19 2010 Neo Fang <neo.fang at intel.com> 2.6.33.5
+- Fix backlight support missing on Lenovo S10-3 BMC #5212
+
new:
----
linux-2.6.33-acpi-video-register.patch
spec files:
-----------
--- kernel.spec
+++ kernel.spec
@@ -365,6 +365,8 @@
# MeeGo bug 1566
Patch101: linux-2.6.35-ath9k-led.patch
+#MeeGo bug 5212
+Patch102: linux-2.6.33-acpi-video-register.patch
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -809,6 +811,10 @@
# linux-2.6.35-ath9k-led.patch
%patch101 -p1
+# MeeGo Bug 5212
+# linux-2.6.33-acpi-video-register.patch
+%patch102 -p1
+
cd ..
else
other changes:
--------------
++++++ linux-2.6.33-acpi-video-register.patch (new)
--- linux-2.6.33-acpi-video-register.patch
+++ linux-2.6.33-acpi-video-register.patch
+diff -urN linux-2.6.33.orig/drivers/gpu/drm/i915/i915_opregion.c linux-2.6.33/drivers/gpu/drm/i915/i915_opregion.c
+--- linux-2.6.33.orig/drivers/gpu/drm/i915/i915_opregion.c 2010-02-25 02:52:17.000000000 +0800
++++ linux-2.6.33/drivers/gpu/drm/i915/i915_opregion.c 2010-09-18 11:30:55.000000000 +0800
+@@ -489,6 +489,7 @@
+ err_out:
+ iounmap(opregion->header);
+ opregion->header = NULL;
++ acpi_video_register();
+ return err;
+ }
+
More information about the MeeGo-commits
mailing list