lkml.org 
[lkml]   [2008]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] leds-wrap: Use default-on trigger for power led
The power led is normally lit after boot, let's use the default-on trigger as
the default trigger for it. This gets the initial brightness value right and
being on is the default behaviour we expect for a power led.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
---
drivers/leds/leds-wrap.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

The patch is based on your current (024e8ac) leds git tree head.

diff --git a/drivers/leds/leds-wrap.c b/drivers/leds/leds-wrap.c
index 7ac61a7..2f3aa87 100644
--- a/drivers/leds/leds-wrap.c
+++ b/drivers/leds/leds-wrap.c
@@ -53,8 +53,9 @@ static void wrap_extra_led_set(struct led_classdev *led_cdev,
}

static struct led_classdev wrap_power_led = {
- .name = "wrap::power",
- .brightness_set = wrap_power_led_set,
+ .name = "wrap::power",
+ .brightness_set = wrap_power_led_set,
+ .default_trigger = "default-on",
};

static struct led_classdev wrap_error_led = {

\
 
 \ /
  Last update: 2008-08-01 23:07    [W:0.043 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site