projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[versatile] add target to be used with qemu
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-fonera20n.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
index
c87bdaf
..
9de07d3
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
@@
-91,7
+91,7
@@
static struct gpio_button fonera20n_gpio_buttons[] __initdata = {
{
.desc = "reset",
.type = EV_KEY,
- .code =
BTN_0
,
+ .code =
KEY_RESTART
,
.threshold = 3,
.gpio = FONERA20N_GPIO_BUTTON_RESET,
.active_low = 1,
This page took
0.030247 seconds
and
4
git commands to generate.