linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: wacom: add missed stylus_in_proximity line back
@ 2016-05-03  4:17 Ping Cheng
  2016-05-03 10:06 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Ping Cheng @ 2016-05-03  4:17 UTC (permalink / raw)
  To: jkosina, benjamin.tissoires; +Cc: linux-input, Ping Cheng

Patch 7e12978 removed stylus_in_proximity flag for Intuos series.

Signed-off-by: Ping Cheng <pingc@wacom.com>
---
 drivers/hid/wacom_wac.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index bd198bb..e3e4377 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -684,6 +684,7 @@ static int wacom_intuos_inout(struct wacom_wac *wacom)
 
 		wacom->tool[idx] = wacom_intuos_get_tool_type(wacom->id[idx]);
 
+		wacom->shared->stylus_in_proximity = true;
 		return 1;
 	}
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: wacom: add missed stylus_in_proximity line back
  2016-05-03  4:17 [PATCH] HID: wacom: add missed stylus_in_proximity line back Ping Cheng
@ 2016-05-03 10:06 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2016-05-03 10:06 UTC (permalink / raw)
  To: Ping Cheng; +Cc: benjamin.tissoires, linux-input, Ping Cheng

On Mon, 2 May 2016, Ping Cheng wrote:

> Patch 7e12978 removed stylus_in_proximity flag for Intuos series.
> 
> Signed-off-by: Ping Cheng <pingc@wacom.com>

The changelog and metadata deserved some more love. I've fixed that up and 
applied to for-4.6/upstream-fixes.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-03 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03  4:17 [PATCH] HID: wacom: add missed stylus_in_proximity line back Ping Cheng
2016-05-03 10:06 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).