diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-11-06 21:08:44 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-11-06 21:08:44 +0000 |
commit | dcc7bd0d17d2be9d6010039e51716b71acc8e370 (patch) | |
tree | 23e43bb895a7608cfea51263fa74a709e0a279c7 /target/linux | |
parent | fbfddbfbc814399b6d2c0cf0ac7bd69c2762b1bd (diff) | |
download | upstream-dcc7bd0d17d2be9d6010039e51716b71acc8e370.tar.gz upstream-dcc7bd0d17d2be9d6010039e51716b71acc8e370.tar.bz2 upstream-dcc7bd0d17d2be9d6010039e51716b71acc8e370.zip |
[brcm63xx] Add wps button on alice gate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/150-alice_gate2_leds.patch | 12 |
1 files changed, 9 insertions, 3 deletions
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 a13a9434cf..24adac4209 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 = { |