mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
add extra wrt350n leds (patch from #2745)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9641 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ced4ed829e
commit
addc1928bd
@ -214,7 +214,10 @@ static struct platform_t __initdata platforms[] = {
|
||||
},
|
||||
.leds = {
|
||||
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
|
||||
{ .name = "ses", .gpio = 1 << 3, .polarity = REVERSE },
|
||||
{ .name = "ses_amber", .gpio = 1 << 3, .polarity = REVERSE },
|
||||
{ .name = "ses_green", .gpio = 1 << 9, .polarity = REVERSE },
|
||||
{ .name = "usb_blink", .gpio = 1 << 10, .polarity = REVERSE },
|
||||
{ .name = "usb", .gpio = 1 << 11, .polarity = REVERSE },
|
||||
},
|
||||
},
|
||||
/* Asus */
|
||||
|
Loading…
Reference in New Issue
Block a user