package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)

SVN-Revision: 20869
owl
Nicolas Thill 2010-04-15 03:20:28 +00:00
parent d3e5ab1f19
commit 138a5b8b4f
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ static struct platform_t __initdata platforms[] = {
}, },
.leds = { .leds = {
{ .name = "power", .gpio = 1 << 0, .polarity = REVERSE }, { .name = "power", .gpio = 1 << 0, .polarity = REVERSE },
{ .name = "usb", .gpio = 1 << 2, .polarity = NORMAL }, { .name = "usb", .gpio = 1 << 2, .polarity = REVERSE },
}, },
}, },
[WL300G] = { [WL300G] = {