commit | a3e2078d6a14bc67e733f7dbd32d1bc4051c9d90 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 01 19:05:27 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Apr 02 11:53:56 2013 +0100 |
tree | 0a6bc938ed9080b82d0f2d66a7b0243b7fc6663a | |
parent | 82e2e0fd3fcf2aec9d5796e31d7f29c738331f6b [diff] |
extcon: arizona: Suppress duplicate JACKDET reports In cases where we see a brief (dis)connection of the jack detection signals we may see a noop jack insertion or removal where the jack has returned to the original state by the time the interrupt is serviced. Suppress these events in order to save work and avoid confusing the rest of the code. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>