From 3b3e5ba8ae33cea435682a55af7d1b4024782cd2 Mon Sep 17 00:00:00 2001 From: claudio Date: Sat, 6 Nov 2010 21:08:44 +0000 Subject: [brcm63xx] Add wps button on alice gate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23903 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch') diff --git a/target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch index a13a9434c..24adac420 100644 --- a/target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -603,6 +603,93 @@ static struct board_info __initdata boar +@@ -603,6 +603,99 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, @@ -82,15 +82,21 @@ + + .buttons = { + { -+ .desc = "sw2", ++ .desc = "reset", + .gpio = 37, + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 34, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, -+ /* sw1 is connected to gpio34*/ }; static struct board_info __initdata board_DWVS0 = { -- cgit v1.2.3