Re: [PATCH 6/6] Input: elantech - add v3 hardware support
From: JJ Ding <hidden>
Date: 2011-08-18 05:24:07
Also in:
linux-input
From: JJ Ding <hidden>
Date: 2011-08-18 05:24:07
Also in:
linux-input
Hi Wanlong Gao, On Thu, 18 Aug 2011 11:01:52 +0800, Wanlong Gao [off-list ref] wrote:
On 08/18/2011 09:57 AM, JJ Ding wrote:quoted
v3 hardware's packet format is almost identical to v2 (one/three finger touch), except when sensing two finger touch, the hardware sends 12 bytes of data. Signed-off-by: JJ Ding<redacted> --- Documentation/input/elantech.txt | 104 ++++++++++++++++-- drivers/input/mouse/elantech.c | 218 ++++++++++++++++++++++++++++++++++--- drivers/input/mouse/elantech.h | 11 ++ 3 files changed, 303 insertions(+), 30 deletions(-) +static int determine_packet_v3(struct psmouse *psmouse)elantech_check_parity_v1 packet_simple_check_v2 determine_packet_v3 Why not consistent them?
OK, how do these names sound to you? elantech_check_parity_v1 elantech_packet_check_v2 elantech_packet_check_v3 Thanks, jj
-- Thanks Wanlong Gao -- 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