projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore false button events generated by switch gpio use
[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
e17f255
..
b0def22
100644
(file)
--- a/
package/broadcom-diag/src/diag.c
+++ b/
package/broadcom-diag/src/diag.c
@@
-556,6
+556,8
@@
static irqreturn_t button_handler(int irq, void *dev_id, struct pt_regs *regs)
changed = platform.button_polarity ^ in;
platform.button_polarity = in;
+ changed &= ~gpio_outen(0, 0);
+
for (b = platform.buttons; b->name; b++) {
struct event_t *event;
This page took
0.023531 seconds
and
4
git commands to generate.