From 45357a465370d11f57e0bb996ea4f30cfe3c4954 Mon Sep 17 00:00:00 2001 From: cshore Date: Mon, 2 Aug 2010 19:32:40 +0000 Subject: [brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22464 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/patches-2.6.33') diff --git a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch index 6b72ca22a..982886f4b 100644 --- a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch +++ b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch @@ -16,7 +16,7 @@ + .buttons = { + { + .desc = "reset", -+ .gpio = 32, ++ .gpio = 33, + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -- cgit v1.2.3