Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices
From: Peter Hutterer <hidden>
Date: 2013-10-14 00:25:52
On Thu, Oct 10, 2013 at 02:17:46PM -0700, Ping Cheng wrote:
This series of models added a hardware switch to turn touch data on/off. To report the state of the switch, SW_TOUCH is added in include/uapi/linux/input.h. The driver is also updated to process wireless devices that do not support touch interface. Tested-by: Jason Gerecke <redacted> Signed-off-by: Ping Cheng <redacted> --- v2: Change SW_TOUCH_ENABLED to SW_TOUCH and clear BTN_TOUCH bit for button only interfaces as suggested by Peter Hutterer. --- drivers/input/tablet/wacom_sys.c | 16 +++++++- drivers/input/tablet/wacom_wac.c | 87 ++++++++++++++++++++++++++++++++-------- drivers/input/tablet/wacom_wac.h | 7 ++++ include/uapi/linux/input.h | 1 + 4 files changed, 93 insertions(+), 18 deletions(-)
[...]
quoted hunk ↗ jump to hunk
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index fd23a37..ba9e335 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h@@ -54,6 +54,8 @@ #define WACOM_REPORT_TPCST 16 #define WACOM_REPORT_TPC1FGE 18 #define WACOM_REPORT_24HDT 1 +#define WACOM_REPORT_WL_MODE 128 +#define WACOM_REPORT_USB_MODE 192 /* device quirks */ #define WACOM_QUIRK_MULTI_INPUT 0x0001@@ -81,6 +83,7 @@ enum { INTUOSPS, INTUOSPM, INTUOSPL, + INTUOS_HT,
nitpick: why the underscore? all other intuos enums are one word. Cheers, Peter
WACOM_21UX2, WACOM_22HD, DTK,