X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.3%2F506-board_gw6200_gw6000.patch;fp=target%2Flinux%2Fbrcm63xx%2Fpatches-3.3%2F506-board_gw6200_gw6000.patch;h=a82f2b0556c05a7b772563917d6ad78898557178;hp=05c2d5eb2e1e5cdbc873347c2f1393b5da444516;hb=32597ec95786f824311a819c71b472e597d7e53c;hpb=9bba115d874a53ca6fb79af134cfad034316670e diff --git a/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch b/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch index 05c2d5eb2e..a82f2b0556 100644 --- a/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch +++ b/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch @@ -61,7 +61,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + }, +}; @@ -103,7 +103,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + }, +};