Re: [PATCH v2 1/1] elantech: Add support for trackpoint found on some v3 models

2014-06-12 Thread ulrik . debie-os
Hi Greg, Without this patch the elantech.c driver will still bind to the touchpad, and then get out of sync each time the user touches the trackpoint or the 3 mouse buttons associated with the trackpoint. This out of sync will result in a few dmesg lines and a few lost touchpad input events. The

Re: [PATCH] elantech: Fix detection of touchpads where the revision matches a known rate

2015-05-28 Thread ulrik . debie-os
Hi Hans, On Thu, May 28, 2015 at 11:09:31AM +0200, Hans de Goede wrote: > > Make the check to skip the rate check more lax, so that it applies > to all hw_version 4 models. > > This fixes the touchpad not being detected properly on Asus PU551LA > laptops. > > Cc: stable@vger.kernel.org > Reporte

Re: [PATCH v2] elantech: Fix detection of touchpads where the revision matches a known rate

2015-06-02 Thread ulrik . debie-os
On Tue, Jun 02, 2015 at 11:33:37AM +0200, Hans de Goede wrote: > > Make the check to skip the rate check more lax, so that it applies > to all hw_version 4 models. > > This fixes the touchpad not being detected properly on Asus PU551LA > laptops. > > Cc: stable@vger.kernel.org > Reported-and-tes