From: Felix Fietkau Date: Fri, 3 Nov 2006 04:06:34 +0000 (+0000) Subject: wl-500gp ses gpio is a button, not an led X-Git-Tag: whiterussian_rc6~33 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d0811f3551eded4d91e40276ad11bdc552d78095;p=openwrt%2Fsvn-archive%2Fopenwrt.git wl-500gp ses gpio is a button, not an led SVN-Revision: 5399 --- diff --git a/openwrt/target/linux/package/diag/src/diag.c b/openwrt/target/linux/package/diag/src/diag.c index f1008909d1..fdbd3ca762 100644 --- a/openwrt/target/linux/package/diag/src/diag.c +++ b/openwrt/target/linux/package/diag/src/diag.c @@ -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] = {