From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafi Rubin Subject: [PATCH 0/2] hid-ntrig.c tipswitch and cleanup Date: Mon, 3 May 2010 05:08:28 -0400 Message-ID: <1272877710-25431-1-git-send-email-rafi@seas.upenn.edu> Return-path: Received: from stag.seas.upenn.edu ([158.130.70.79]:36727 "EHLO stag.seas.upenn.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829Ab0ECJJi (ORCPT ); Mon, 3 May 2010 05:09:38 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org, jkosina@suse.cz, chatty@enac.fr Cc: dmitry.torokhov@gmail.com, micki@n-trig.com, linux-kernel@vger.kernel.org [PATCH 1/2] TipSwitch for single touch mode touch. This patch is a resubmit of a recent patch which might have been lost due to the discussion of a distasteful comment (which has been sanitized). Note this does not increase the use of TAP events in the driver, though it also does not remove them. [PATCH 2/2] Remove unused macro, TripleTap and QuadTap This patch marks the start of the removal of TAP events from hid-ntrig. I will remove DoubleTap when the wacom X driver is capable of interpreting MT events, which is currently a work in progress.