wl-500gp ses gpio is a button, not an led
authorFelix Fietkau <nbd@openwrt.org>
Fri, 3 Nov 2006 04:06:34 +0000 (04:06 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Nov 2006 04:06:34 +0000 (04:06 +0000)
SVN-Revision: 5399

openwrt/target/linux/package/diag/src/diag.c

index f1008909d1aad4b156e6441580abeb340fc88609..fdbd3ca762caa0c7b0bb5a21e0dde2308a79de42 100644 (file)
@@ -252,10 +252,10 @@ static struct platform_t __init platforms[] = {
                .name           = "ASUS WL-500g Premium",
                .buttons        = {
                        { .name = "reset",      .gpio = 1 << 0 },
+                       { .name = "ses",        .gpio = 1 << 4 },
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 1, .polarity = REVERSE },
-                       { .name = "ses",        .gpio = 1 << 4, .polarity = REVERSE },
                },
        },
        [ASUS_4702] = {