Browse Source

extcon: arizona: Tune up HPDET debounce

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 12 years ago
parent
commit
2643fd641a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/extcon/extcon-arizona.c

+ 1 - 1
drivers/extcon/extcon-arizona.c

@@ -39,7 +39,7 @@
 #define ARIZONA_ACCDET_MODE_HPL 1
 #define ARIZONA_ACCDET_MODE_HPR 2
 
-#define HPDET_DEBOUNCE 250
+#define HPDET_DEBOUNCE 500
 
 struct arizona_extcon_info {
 	struct device *dev;