projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: remove the built-in MTD map of the Zcomax devices
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
ath79
/
mach-tl-wr741nd-v4.c
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c
b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c
index
b8ccdfd
..
214429c
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c
@@
-89,14
+89,14
@@
static struct gpio_keys_button tl_wr741ndv4_gpio_keys[] __initdata = {
.code = KEY_RESTART,
.debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR741NDV4_GPIO_BTN_RESET,
.code = KEY_RESTART,
.debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR741NDV4_GPIO_BTN_RESET,
- .active_low =
1
,
+ .active_low =
0
,
}, {
.desc = "WPS",
.type = EV_KEY,
.code = KEY_WPS_BUTTON,
.debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR741NDV4_GPIO_BTN_WPS,
}, {
.desc = "WPS",
.type = EV_KEY,
.code = KEY_WPS_BUTTON,
.debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR741NDV4_GPIO_BTN_WPS,
- .active_low =
1
,
+ .active_low =
0
,
}
};
}
};
This page took
0.022259 seconds
and
4
git commands to generate.