From: Mark Brown Date: Mon, 1 Apr 2013 18:07:28 +0000 (+0100) Subject: extcon: arizona: Tune up HPDET debounce X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2643fd641af28603ccd42244011a5ebc66016f8f;p=linux-beck.git extcon: arizona: Tune up HPDET debounce Signed-off-by: Mark Brown --- 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 @@ #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;