add extra wrt350n leds (patch from #2745)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 30 Nov 2007 21:58:06 +0000 (21:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 30 Nov 2007 21:58:06 +0000 (21:58 +0000)
SVN-Revision: 9641

package/broadcom-diag/src/diag.c

index 94ab384d306bda3823c3a0766e4c23bf5e205f6a..07b89d3759109d23b79054b485e531f9abbbd80b 100644 (file)
@@ -214,7 +214,10 @@ static struct platform_t __initdata platforms[] = {
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 1, .polarity = NORMAL },
-                       { .name = "ses",        .gpio = 1 << 3, .polarity = REVERSE },
+                       { .name = "ses_amber",  .gpio = 1 << 3, .polarity = REVERSE },
+                       { .name = "ses_green",  .gpio = 1 << 9, .polarity = REVERSE },
+                       { .name = "usb_blink",  .gpio = 1 << 10, .polarity = REVERSE },
+                       { .name = "usb",        .gpio = 1 << 11, .polarity = REVERSE },
                },
        },
        /* Asus */