Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1218669 > unrolled thread

[PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.

Started by"james.chen" <james.chen@emc.com.tw>
First post2015-09-04 05:50 +0200
Last post2015-09-04 07:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second. "james.chen" <james.chen@emc.com.tw> - 2015-09-04 05:50 +0200
    Re: [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration  timeout to 12 second. Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-04 07:20 +0200

#1218669 — [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.

From"james.chen" <james.chen@emc.com.tw>
Date2015-09-04 05:50 +0200
Subject[PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.
Message-ID<q4QaJ-75R-9@gated-at.bofh.it>
From: "james.chen" <james.chen@emc.com.tw>

As the test result of chrome project buddy(23 inch),
the calibration time is about 9.2~10.5 second.
So, this patch extend the calibration timeout to 12 second.

BUG= none
TEST= Build and test on buddy project.

Signed-off-by: James Chen <james.chen@emc.com.tw>
---
 drivers/input/touchscreen/elants_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c
index ddac134..17cc20e 100644
--- a/drivers/input/touchscreen/elants_i2c.c
+++ b/drivers/input/touchscreen/elants_i2c.c
@@ -102,7 +102,7 @@
 #define ELAN_FW_PAGESIZE	132
 
 /* calibration timeout definition */
-#define ELAN_CALI_TIMEOUT_MSEC	10000
+#define ELAN_CALI_TIMEOUT_MSEC	12000
 
 #define ELAN_POWERON_DELAY_USEC	500
 #define ELAN_RESET_DELAY_MSEC	20
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1218678 — Re: [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2015-09-04 07:20 +0200
SubjectRe: [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.
Message-ID<q4RzP-Rm-5@gated-at.bofh.it>
In reply to#1218669
Hi James,

On Fri, Sep 04, 2015 at 11:26:57AM +0800, james.chen wrote:
> From: "james.chen" <james.chen@emc.com.tw>
> 
> As the test result of chrome project buddy(23 inch),
> the calibration time is about 9.2~10.5 second.
> So, this patch extend the calibration timeout to 12 second.
> 
> BUG= none
> TEST= Build and test on buddy project.

When submitting patches for mainline you do not need to follow ChromeOS
format (i.e have MAINLINE/CHROMIUM prefix and have BUG/TEST tags).

I dropped them from the commit description and applied the patch.

Thanks!

> 
> Signed-off-by: James Chen <james.chen@emc.com.tw>
> ---
>  drivers/input/touchscreen/elants_i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c
> index ddac134..17cc20e 100644
> --- a/drivers/input/touchscreen/elants_i2c.c
> +++ b/drivers/input/touchscreen/elants_i2c.c
> @@ -102,7 +102,7 @@
>  #define ELAN_FW_PAGESIZE	132
>  
>  /* calibration timeout definition */
> -#define ELAN_CALI_TIMEOUT_MSEC	10000
> +#define ELAN_CALI_TIMEOUT_MSEC	12000
>  
>  #define ELAN_POWERON_DELAY_USEC	500
>  #define ELAN_RESET_DELAY_MSEC	20
> -- 
> 1.8.3.2
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web