[meego-commits] 5391: Changes to Trunk:Testing/udev-rules-nokia-n900
cvm
ext-carsten.munk at nomovok.com
Wed Jul 7 13:50:22 UTC 2010
Hi,
I have made the following changes to udev-rules-nokia-n900 in project Trunk:Testing. Please review and accept ASAP.
Thank You,
cvm
[This message was auto-generated]
---
Request #5391:
submit: devel:devices:n900/udev-rules-nokia-n900(r3) -> Trunk:Testing/udev-rules-nokia-n900
Message:
Added Markus Lehtonen's fix for the backlight issue that is seen when n900 is in production mode.:
State: new 2010-07-07T00:42:10 cvm
Comment: None
changes files:
--------------
--- udev-rules-nokia-n900.changes
+++ udev-rules-nokia-n900.changes
@@ -0,0 +1,7 @@
+* Tue Jul 6 2010 Markus Lehtonen <markus.lehtonen at nokia.com> - 0.2.2
+- fix the backlight hack
+
+* Jul 6 2010 Carsten Munk <carsten at maemo.org> - 0.2.2
+- Added Markus Lehtonen's fix for the backlight issue that is seen when n900 is in production mode.
+ Puts the display to full brightness.
+
new:
----
udev-rules-nokia-n900-hacks.rules
spec files:
-----------
--- udev-rules-nokia-n900.spec
+++ udev-rules-nokia-n900.spec
@@ -6,6 +6,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Provides: udev-rules
Source1: udev-rules-nokia-n900-snd.rules
+Source2: udev-rules-nokia-n900-hacks.rules
Requires: udev
ExclusiveArch: %{arm}
@@ -20,6 +21,7 @@
%install
install -d $RPM_BUILD_ROOT/etc/udev/rules.d/
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/udev/rules.d/nokia-n900-snd.rules
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/udev/rules.d/nokia-n900-hacks.rules
%clean
rm -rf $RPM_BUILD_ROOT
@@ -27,3 +29,4 @@
%files
%defattr(644,root,root,-)
%config /etc/udev/rules.d/nokia-n900-snd.rules
+%config /etc/udev/rules.d/nokia-n900-hacks.rules
other changes:
--------------
++++++ udev-rules-nokia-n900-hacks.rules (new)
--- udev-rules-nokia-n900-hacks.rules
+++ udev-rules-nokia-n900-hacks.rules
+# Backlight fix: force backlight on after boot
+ACTION=="add", SUBSYSTEM=="backlight", ATTR{brightness}="255"
More information about the MeeGo-commits
mailing list