projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add support for Sparklan WCR-150GN board
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-dir-300-revb.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index
dd2a5f4
..
d1c015f
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@
-91,14
+91,14
@@
static struct gpio_button dir_300b_gpio_buttons[] __initdata = {
{
.desc = "reset",
.type = EV_KEY,
{
.desc = "reset",
.type = EV_KEY,
- .code =
BTN_0
,
+ .code =
KEY_RESTART
,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_RESET,
.active_low = 1,
}, {
.desc = "wps",
.type = EV_KEY,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_RESET,
.active_low = 1,
}, {
.desc = "wps",
.type = EV_KEY,
- .code =
BTN_1
,
+ .code =
KEY_WPS_BUTTON
,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_WPS,
.active_low = 1,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_WPS,
.active_low = 1,
@@
-116,6
+116,7
@@
static void __init dir_300b_init(void)
ramips_register_gpio_buttons(-1, DIR_300B_BUTTONS_POLL_INTERVAL,
ARRAY_SIZE(dir_300b_gpio_buttons),
dir_300b_gpio_buttons);
ramips_register_gpio_buttons(-1, DIR_300B_BUTTONS_POLL_INTERVAL,
ARRAY_SIZE(dir_300b_gpio_buttons),
dir_300b_gpio_buttons);
+ rt305x_register_wifi();
}
MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
}
MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
This page took
0.023544 seconds
and
4
git commands to generate.