projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449a4f4
)
Fix reverse polarity on WGT634U (was : green while booting, amber when ready)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Apr 2007 19:44:15 +0000
(19:44 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Apr 2007 19:44:15 +0000
(19:44 +0000)
SVN-Revision: 6958
package/broadcom-diag/src/diag.c
patch
|
blob
|
history
diff --git
a/package/broadcom-diag/src/diag.c
b/package/broadcom-diag/src/diag.c
index a47d13993d9b99d4a4c3bafcc9b1a980827f495a..2441ce9ddac972f9458f0a4c6feb36de2a2de4bd 100644
(file)
--- a/
package/broadcom-diag/src/diag.c
+++ b/
package/broadcom-diag/src/diag.c
@@
-503,7
+503,7
@@
static struct platform_t __initdata platforms[] = {
{ .name = "reset", .gpio = 1 << 2 },
},
.leds = {
- { .name = "power", .gpio = 1 << 3, .polarity =
REVERSE
},
+ { .name = "power", .gpio = 1 << 3, .polarity =
NORMAL
},
},
},
/* Trendware */