projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d942d77
)
[ARM] pxa/magician: default to backlight trigger for keypad illumination
author
Philipp Zabel
<philipp.zabel@gmail.com>
Mon, 9 Feb 2009 16:34:08 +0000
(17:34 +0100)
committer
Eric Miao
<eric.miao@marvell.com>
Mon, 9 Mar 2009 13:22:35 +0000
(21:22 +0800)
Default to the same behaviour as the shipped WinCE system.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/magician.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/magician.c
b/arch/arm/mach-pxa/magician.c
index 9ca16ec48f64b368787cff46e703ffc646ee8a95..efb3a92ff83bdbb933151ac31aee408eb72c0ea1 100644
(file)
--- a/
arch/arm/mach-pxa/magician.c
+++ b/
arch/arm/mach-pxa/magician.c
@@
-435,7
+435,7
@@
static struct gpio_led gpio_leds[] = {
},
{
.name = "magician::phone_bl",
- .default_trigger = "
none
",
+ .default_trigger = "
backlight
",
.gpio = GPIO103_MAGICIAN_LED_KP,
},
};