[brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
authorDaniel Dickinson <crazycshore@gmail.com>
Mon, 2 Aug 2010 19:32:40 +0000 (19:32 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Mon, 2 Aug 2010 19:32:40 +0000 (19:32 +0000)
SVN-Revision: 22464

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

index d96ab7a03bd55f45f899ca2433fa05c573e45deb..cdafd9262484421efe5917859ce5591e92219419 100644 (file)
@@ -16,7 +16,7 @@
 +      .buttons = {
 +              {
 +                      .desc           = "reset",
-+                      .gpio           = 32,
++                      .gpio           = 33,
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
index 6b72ca22a3b8c83b5c1185f05c8c931489ecf71d..982886f4b4d6f8af13248f6acab807ba66f9e7ad 100644 (file)
@@ -16,7 +16,7 @@
 +      .buttons = {
 +              {
 +                      .desc           = "reset",
-+                      .gpio           = 32,
++                      .gpio           = 33,
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,