package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
authorNicolas Thill <nico@openwrt.org>
Thu, 15 Apr 2010 03:20:28 +0000 (03:20 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 15 Apr 2010 03:20:28 +0000 (03:20 +0000)
SVN-Revision: 20869

package/broadcom-diag/src/diag.c

index 0871a02a7a07ae3bc8ca53c884263adc5b660f8a..38f51cb658d8ffd489969e523342e66a3e5ab3e7 100644 (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] = {