projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.3
/
552-board_96348gw-10_reset_button.patch
1
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3
@@ -661,6 +661,17 @@ static struct board_info __initdata boar
4
.active_low = 1,
5
},
6
},
7
+
8
+ .buttons = {
9
+ {
10
+ .desc = "reset",
11
+ .gpio = 6,
12
+ .active_low = 1,
13
+ .type = EV_KEY,
14
+ .code = KEY_RESTART,
15
+ .threshold = 3,
16
+ },
17
+ },
18
};
19
20
static struct board_info __initdata board_96348gw_11 = {
This page took
0.043328 seconds
and
5
git commands to generate.