package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
[openwrt/svn-archive/archive.git] / 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] = {