patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
[openwrt/staging/dedeckeh.git] / target / linux / brcm63xx / patches-2.6.33 / 100-reset_buttons.patch
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,