Re: [PATCH 3/3] input: cyapa: fix output unwanted warning issue

2015-07-30 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 01:05:59PM +0800, Dudley Du wrote: > Avoid the driver generate warning message when the cyapa driver working > with the old Gen5 trackpad device which does not support the proximity > function. > Those old Gen5 trackpad device all have the platform version less than 2. >

Re: [PATCH 3/3] input: cyapa: fix output unwanted warning issue

2015-07-30 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 01:05:59PM +0800, Dudley Du wrote: Avoid the driver generate warning message when the cyapa driver working with the old Gen5 trackpad device which does not support the proximity function. Those old Gen5 trackpad device all have the platform version less than 2.

[PATCH 3/3] input: cyapa: fix output unwanted warning issue

2015-07-23 Thread Dudley Du
Avoid the driver generate warning message when the cyapa driver working with the old Gen5 trackpad device which does not support the proximity function. Those old Gen5 trackpad device all have the platform version less than 2. Signed-off-by: Dudley Du --- drivers/input/mouse/cyapa_gen5.c | 11

[PATCH 3/3] input: cyapa: fix output unwanted warning issue

2015-07-23 Thread Dudley Du
Avoid the driver generate warning message when the cyapa driver working with the old Gen5 trackpad device which does not support the proximity function. Those old Gen5 trackpad device all have the platform version less than 2. Signed-off-by: Dudley Du d...@cypress.com ---