linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.
@ 2015-09-04  3:26 james.chen
  2015-09-04  5:19 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: james.chen @ 2015-09-04  3:26 UTC (permalink / raw)
  To: Dmitry Torokhov, Herman Lin, linux-kernel, linux-input
  Cc: Charlie Mooney, james.chen

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second.
  2015-09-04  3:26 [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second james.chen
@ 2015-09-04  5:19 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-09-04  5:19 UTC (permalink / raw)
  To: james.chen; +Cc: Herman Lin, linux-kernel, linux-input, Charlie Mooney

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-04  5:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04  3:26 [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second james.chen
2015-09-04  5:19 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).