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.32 / 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,