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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20869 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2010-04-15 03:20:28 +00:00
parent 0ba2fa38cc
commit 39759f918a
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {