[meego-commits] 6406: Changes to Trunk:Testing/udev-rules-nokia-n900

Carsten V. Munk ext-carsten.munk at nomovok.com
Wed Aug 11 08:51:23 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,
Carsten V. Munk

[This message was auto-generated]

---

Request #6406:

  submit:   devel:devices:n900/udev-rules-nokia-n900(r5) -> Trunk:Testing/udev-rules-nokia-n900


Message:
    Fix for broken backlight setup on Nokia N900, v3. Version: update in spec as this was forgotten in former version.

State:   new          2010-08-10T20:42:51 cvm
Comment: None



changes files:
--------------
--- udev-rules-nokia-n900.changes
+++ udev-rules-nokia-n900.changes
@@ -0,0 +1,4 @@
+* Wed Aug 11 2010 Markus Lehtonen <markus.lehtonen at nokia.com> - 0.2.5
+- fix the backlight hack after udev update broke it
+- version update in .spec
+

spec files:
-----------
--- udev-rules-nokia-n900.spec
+++ udev-rules-nokia-n900.spec
@@ -1,5 +1,5 @@
 Name:       udev-rules-nokia-n900
-Version:    0.2.1
+Version:    0.2.5
 Release:    0
 Summary:    Provides udev rules for nokia n900
 License:    GPLv2

other changes:
--------------

++++++ udev-rules-nokia-n900-hacks.rules
--- udev-rules-nokia-n900-hacks.rules
+++ udev-rules-nokia-n900-hacks.rules
@@ -1,5 +1,5 @@
 # Backlight fix: force backlight on after boot
-ACTION=="add", SUBSYSTEM=="backlight", ATTR{brightness}="255"
+SUBSYSTEM=="backlight" ATTR{brightness}!="255" ENV{STARTUP}=="1", ATTR{brightness}="255"
 
 # MAC address hack
 # forces n900 to always use the same MAC address that is generated in the first boot



More information about the MeeGo-commits mailing list