dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] pxa/magician: default to backlight trigger for keypad illumination

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>
This commit is contained in:
Philipp Zabel 2009-02-09 17:34:08 +01:00 committed by Eric Miao
parent d942d778b1
commit 05199ecb7c
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
};