From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH v5 0/8] Input: elantech: add support for newer hardware Date: Fri, 9 Sep 2011 10:33:43 -0700 Message-ID: <20110909173342.GB13555@core.coreip.homeip.net> References: <1315189007-2179-1-git-send-email-jj_ding@emc.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:48593 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759407Ab1IIRdu (ORCPT ); Fri, 9 Sep 2011 13:33:50 -0400 Content-Disposition: inline In-Reply-To: <1315189007-2179-1-git-send-email-jj_ding@emc.com.tw> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: JJ Ding Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Seth Forshee , Aaron Huang , Tom Lin , =?iso-8859-1?Q?=C9ric?= Piel , Daniel Kurtz , Chase Douglas , Henrik Rydberg , Alessandro Rubini Hi JJ, On Mon, Sep 05, 2011 at 10:16:39AM +0800, JJ Ding wrote: > Hi Lists, >=20 > This is a series of patches to add support for newer generations of E= LAN > touchpad. >=20 > Patches #1~#6 are essentially fixes and cleanups that pave the way fo= r > patch #7 and patch #8, which really adds code for v3 and v4 hardware. >=20 > Any comments, suggestoins are welcome. >=20 > Please take a look at patch #8, which adds support for the latest tou= chpads from ELAN. > It is a true multi-touch capable touchpad that can track up to 5 fing= ers. > Support is implemented using MT-B protocol. I used synaptics and mult= itouch X > driver to test this driver, both worked fine. >=20 > Thank you very much. >=20 > Changes since v1: > - drop EC workaround patch. > - add patch #2, make ST and MT have the same range, as Dmitry suggest= ed. > - add patch #4, remove ETP_EDGE_FUZZ_V2, as =C9ric suggested. > - rename all packet checking functions so they are consistent. > - some code cleanup, and don't report ABS_[XY] when fingers =3D=3D 0,= as Seth suggested. > - add document for v3 debounce, and now check debounce in elantech_pa= cket_check_v3. >=20 > Changes since v2: > - fix v3 hardware packet checking (reported by Seth and fix by Dmitry= =2E) >=20 > Changes since v3: > - fix a tiny style problem (useless space on end-of-line, reported by= Seth) > - v3 hardware can track 2 fingers well, so do not set INPUT_PROP_SEMI= _MT on v3 > (As suggested earlier by =C9ric.) > - add patch #8, which adds support for v4 hardware. >=20 > Changes since v4: > - patch #8: fix a typo (pressure, spotted by =C9ric) > - patch #8: add _v4 suffix for functions introduced in this patch (su= ggested by =C9ric) > - patch #8: simplify set_range switch for case 3 and case 4 (suggeste= d by =C9ric) OK, I applied all 8 patches to my 3.2 queue (and will push out once kernel.org is restored) so any followups needs to be sent relative to these 8. Thanks. --=20 Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html