projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e5ab1
)
package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
author
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 03:20:28 +0000
(
03:20
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 03:20:28 +0000
(
03:20
+0000)
SVN-Revision: 20869
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 0871a02a7a07ae3bc8ca53c884263adc5b660f8a..38f51cb658d8ffd489969e523342e66a3e5ab3e7 100644
(file)
--- a/
package/broadcom-diag/src/diag.c
+++ b/
package/broadcom-diag/src/diag.c
@@
-377,7
+377,7
@@
static struct platform_t __initdata platforms[] = {
},
.leds = {
{ .name = "power", .gpio = 1 << 0, .polarity = REVERSE },
- { .name = "usb", .gpio = 1 << 2, .polarity =
NORMAL
},
+ { .name = "usb", .gpio = 1 << 2, .polarity =
REVERSE
},
},
},
[WL300G] = {