Re: [PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-20 Thread Dmitry Torokhov
On Mon, Apr 20, 2015 at 10:00:42AM -0700, Benson Leung wrote: > Hi Dudley. > > Just a minor commit message nit. Thanks! > > On Sun, Apr 19, 2015 at 10:43 PM, Dudley Du wrote: > > Fix update suspend scareate always set to max 1000 issue, the root cause is > s/scareate/scanrate > > the missed

Re: [PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-20 Thread Benson Leung
Hi Dudley. Just a minor commit message nit. Thanks! On Sun, Apr 19, 2015 at 10:43 PM, Dudley Du wrote: > Fix update suspend scareate always set to max 1000 issue, the root cause is s/scareate/scanrate > the missed using max_t as min_t. > TEST=test on Chromebook. > > Signed-off-by: Dudley Du

Re: [PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-20 Thread Benson Leung
Hi Dudley. Just a minor commit message nit. Thanks! On Sun, Apr 19, 2015 at 10:43 PM, Dudley Du d...@cypress.com wrote: Fix update suspend scareate always set to max 1000 issue, the root cause is s/scareate/scanrate the missed using max_t as min_t. TEST=test on Chromebook. Signed-off-by:

Re: [PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-20 Thread Dmitry Torokhov
On Mon, Apr 20, 2015 at 10:00:42AM -0700, Benson Leung wrote: Hi Dudley. Just a minor commit message nit. Thanks! On Sun, Apr 19, 2015 at 10:43 PM, Dudley Du d...@cypress.com wrote: Fix update suspend scareate always set to max 1000 issue, the root cause is s/scareate/scanrate the

[PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-19 Thread Dudley Du
Fix update suspend scareate always set to max 1000 issue, the root cause is the missed using max_t as min_t. TEST=test on Chromebook. Signed-off-by: Dudley Du --- drivers/input/mouse/cyapa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/mouse/cyapa.c

[PATCH] input: cyapa: fix update suspend scanrate set to max 1000 issue

2015-04-19 Thread Dudley Du
Fix update suspend scareate always set to max 1000 issue, the root cause is the missed using max_t as min_t. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git