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

SVN-Revision: 20869
v19.07.3_mercusys_ac12_duma
Nicolas Thill 14 years ago
parent d3e5ab1f19
commit 138a5b8b4f

@ -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…
Cancel
Save