package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
SVN-Revision: 20869
This commit is contained in:
parent
d3e5ab1f19
commit
138a5b8b4f
1 changed files with 1 additions and 1 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Reference in a new issue