From: Mark Brown Date: Mon, 1 Apr 2013 18:07:28 +0000 (+0100) Subject: extcon: arizona: Tune up HPDET debounce X-Git-Tag: firefly_0821_release~3680^2~676^2~36^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2643fd641af28603ccd42244011a5ebc66016f8f;hp=e2c0f476ec90dbb020b1da7e399072e062ad6c9e;p=firefly-linux-kernel-4.4.55.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;