[brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Aug 2010 19:32:40 +0000 (19:32 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Aug 2010 19:32:40 +0000 (19:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22464 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch

index d96ab7a..cdafd92 100644 (file)
@@ -16,7 +16,7 @@
 +      .buttons = {
 +              {
 +                      .desc           = "reset",
-+                      .gpio           = 32,
++                      .gpio           = 33,
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
index 6b72ca2..982886f 100644 (file)
@@ -16,7 +16,7 @@
 +      .buttons = {
 +              {
 +                      .desc           = "reset",
-+                      .gpio           = 32,
++                      .gpio           = 33,
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
This page took 0.024182 seconds and 4 git commands to generate.