diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 14:07:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 06:53:58 -0400 |
commit | 2643fd641af28603ccd42244011a5ebc66016f8f (patch) | |
tree | d43eb84b5eeceefa90d5b05bb54a494cf14a627f /drivers/extcon | |
parent | e2c0f476ec90dbb020b1da7e399072e062ad6c9e (diff) |
extcon: arizona: Tune up HPDET debounce
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 4022fe207926..5344f435f689 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #define ARIZONA_ACCDET_MODE_HPL 1 | 39 | #define ARIZONA_ACCDET_MODE_HPL 1 |
40 | #define ARIZONA_ACCDET_MODE_HPR 2 | 40 | #define ARIZONA_ACCDET_MODE_HPR 2 |
41 | 41 | ||
42 | #define HPDET_DEBOUNCE 250 | 42 | #define HPDET_DEBOUNCE 500 |
43 | 43 | ||
44 | struct arizona_extcon_info { | 44 | struct arizona_extcon_info { |
45 | struct device *dev; | 45 | struct device *dev; |