aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-08-02 19:32:40 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-08-02 19:32:40 +0000
commitba4b087197e40235264e3c83f71520ebd52fd20f (patch)
tree18c0528111a24279fc5e0427fcfa64a86e2a5729 /target
parent1864cba39bcb3248c6a1a6137d905a9cab4923a6 (diff)
downloadupstream-ba4b087197e40235264e3c83f71520ebd52fd20f.tar.gz
upstream-ba4b087197e40235264e3c83f71520ebd52fd20f.tar.bz2
upstream-ba4b087197e40235264e3c83f71520ebd52fd20f.zip
[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
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch2
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
index d96ab7a03b..cdafd92624 100644
--- a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
+++ b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
@@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
-+ .gpio = 32,
++ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
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 6b72ca22a3..982886f4b4 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,