X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Ffiles%2Farch%2Fmips%2Fath79%2Fmach-archer-c7.c;h=53c539f85a534df4414ceb82dc26d9190249cd65;hp=d86cc385f5c1973f8bdec3f923756889562f45f3;hb=25127f58b42d794bd47d56ea107f3dfc9cc4816c;hpb=93f2bcc35e371ec0c4ceb76c06f90b898c726ba5 diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c index d86cc385f5..53c539f85a 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c @@ -169,6 +169,17 @@ static struct gpio_keys_button archer_c7_v2_gpio_keys[] __initdata = { }, }; +static struct gpio_keys_button wdr4900_gpio_keys[] __initdata = { + { + .desc = "Reset button", + .type = EV_KEY, + .code = KEY_WPS_BUTTON, + .debounce_interval = ARCHER_C7_KEYS_DEBOUNCE_INTERVAL, + .gpio = ARCHER_C7_GPIO_BTN_RESET, + .active_low = 1, + }, +}; + static const struct ar8327_led_info archer_c7_leds_ar8327[] = { AR8327_LED_INFO(PHY0_0, HW, "tp-link:green:wan"), AR8327_LED_INFO(PHY1_0, HW, "tp-link:green:lan1"), @@ -326,8 +337,8 @@ MIPS_MACHINE(ATH79_MACH_ARCHER_C7_V2, "ARCHER-C7-V2", "TP-LINK Archer C7", static void __init tl_wdr4900_v2_setup(void) { ath79_register_gpio_keys_polled(-1, ARCHER_C7_KEYS_POLL_INTERVAL, - ARRAY_SIZE(archer_c7_gpio_keys), - archer_c7_gpio_keys); + ARRAY_SIZE(wdr4900_gpio_keys), + wdr4900_gpio_keys); ath79_register_leds_gpio(-1, ARRAY_SIZE(wdr4900_leds_gpio), wdr4900_leds_gpio); common_setup(false);