Re: [PATCH] HID: wacom: Simplify check for presence of single-finger touch

2015-04-23 Thread Jiri Kosina
On Wed, 15 Apr 2015, Jason Gerecke wrote: > To determine if a touch is present in the single-touch case, we can > simply check if the BTN_TOUCH key is active or not. This will work for > both HID_GENERIC and other device types. > > Signed-off-by: Jason Gerecke Applied to for-4.2/wacom. --

Re: [PATCH] HID: wacom: Simplify check for presence of single-finger touch

2015-04-23 Thread Jiri Kosina
On Wed, 15 Apr 2015, Jason Gerecke wrote: To determine if a touch is present in the single-touch case, we can simply check if the BTN_TOUCH key is active or not. This will work for both HID_GENERIC and other device types. Signed-off-by: Jason Gerecke jason.gere...@wacom.com Applied to

[PATCH] HID: wacom: Simplify check for presence of single-finger touch

2015-04-15 Thread Jason Gerecke
To determine if a touch is present in the single-touch case, we can simply check if the BTN_TOUCH key is active or not. This will work for both HID_GENERIC and other device types. Signed-off-by: Jason Gerecke --- drivers/hid/wacom_wac.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[PATCH] HID: wacom: Simplify check for presence of single-finger touch

2015-04-15 Thread Jason Gerecke
To determine if a touch is present in the single-touch case, we can simply check if the BTN_TOUCH key is active or not. This will work for both HID_GENERIC and other device types. Signed-off-by: Jason Gerecke jason.gere...@wacom.com --- drivers/hid/wacom_wac.c | 5 ++--- 1 file changed, 2