Path: csiph.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Dmitry Torokhov Newsgroups: linux.kernel Subject: Re: [PATCH] MAINLINE: Input: elants_i2c: Extend the calibration timeout to 12 second. Date: Fri, 04 Sep 2015 07:20:01 +0200 Message-ID: References: X-Original-To: "james.chen" Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=FKjiiLlqp7fyeM/NiUAc66OvlRYWa7zQEyQw/paS70Y=; b=aY9IOClE8FZ2VfW1k+WtUjLPKiE18VPLZbFRivcZzdeFVZa7yqgieXW34xdPGWnXav eZgz8BXG4piPjzqZbAIvaZgmiWSRYVQxSUk5uvarcyOZ/qYp33ofr6WnMaWv2llUpR/z +ErhN5kROu4Hi0aEmcHHMcEzFSsnpGzRpPRU53lopwgCiNfBQ1PfUXtKFmwmJ5MSVNTJ /rWVlcq9msV+Arp8mj72TodKqvCcBwmS6zEM1V6HIVm1gFVBZ5mHXRgZmnm6XWRXnwCL +S/zqH/MtuXdM8EoWoTz1K+F0yBD4XFVAf6vLt/S8fqlDDKx5lk0h5SEoAOIIrVj+HXo Bwqg== X-Received: by 10.68.134.169 with SMTP id pl9mr4205887pbb.164.1441343956625; Thu, 03 Sep 2015 22:19:16 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 49 Organization: linux.* mail to news gateway X-Original-Cc: Herman Lin , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Charlie Mooney X-Original-Date: Thu, 3 Sep 2015 22:19:13 -0700 X-Original-Message-ID: <20150904051913.GA22340@dtor-ws> X-Original-References: <1441337217-1351-1-git-send-email-james.chen@emc.com.tw> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1218678 Hi James, On Fri, Sep 04, 2015 at 11:26:57AM +0800, james.chen wrote: > From: "james.chen" > > 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 > --- > 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/