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.stricted.de/?a=commitdiff_plain;h=2643fd641af28603ccd42244011a5ebc66016f8f;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 4022fe20792..5344f435f68 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;