projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kirkwood] Fix mv_cesa module dependencies and .ko file location
[openwrt.git]
/
package
/
broadcom-diag
/
src
/
diag.c
diff --git
a/package/broadcom-diag/src/diag.c
b/package/broadcom-diag/src/diag.c
index
766a906
..
501b835
100644
(file)
--- a/
package/broadcom-diag/src/diag.c
+++ b/
package/broadcom-diag/src/diag.c
@@
-782,8
+782,7
@@
static struct platform_t __initdata platforms[] = {
[STI_NAS] = {
.name = "SimpleTech SimpleShare NAS",
.buttons = {
[STI_NAS] = {
.name = "SimpleTech SimpleShare NAS",
.buttons = {
- { .name = "reset", .gpio = 1 << 7 }, // on back, hardwired, always resets device regardless OS state
- { .name = "power", .gpio = 1 << 0 }, // on back
+ { .name = "reset", .gpio = 1 << 0 }, // Power button on back, named reset to enable failsafe.
},
.leds = {
{ .name = "diag", .gpio = 1 << 1, .polarity = REVERSE }, // actual name ready
},
.leds = {
{ .name = "diag", .gpio = 1 << 1, .polarity = REVERSE }, // actual name ready
This page took
0.020586 seconds
and
4
git commands to generate.