kernel: update linux 3.3 to 3.3.4
[openwrt/staging/jow.git] / target / linux / brcm63xx / patches-3.3 / 550-alice_gate2_leds.patch
index 82d0385f94ef0de77b7ed35baaed795c8ad7ca01..480c0f73964b6f83885b8ef64d69aceb9165b295 100644 (file)
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
-+                      .threshold      = 3,
++                      .debounce_interval = 60,
 +              },
 +              {
 +                      .desc           = "wps",
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
-+                      .threshold      = 3,
++                      .debounce_interval = 60,
 +              },
 +      },
  };
 +      struct gpio_led leds[14];
  
        /* Buttons */
-       struct gpio_button buttons[4];
+       struct gpio_keys_button buttons[4];