All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HID: wacom: Bamboo One Medium does not have touch
@ 2017-03-29 20:07 Aaron Armstrong Skomra
  2017-03-30  9:32 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Armstrong Skomra @ 2017-03-29 20:07 UTC (permalink / raw)
  To: linux-input, jkosina, pinglinux, killertofu
  Cc: Aaron Armstrong Skomra, Aaron Armstrong Skomra

Commit 3b164a00a9fc ("HID: wacom: Cleanup unsupported device_type
for BAMBOO_PT") cleaned up Bamboo devices which our driver falsely
claimed had touch. Bamboo One Medium also does not have touch.

Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
---
This bug does not change functionality, but made recent bugs
more difficult to track down. This should be fine for next/4.12.

 drivers/hid/wacom_wac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 4aa3de9f1163..ffd891c1ca64 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -4115,7 +4115,7 @@ static const struct wacom_features wacom_features_0x300 =
 	  BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
 static const struct wacom_features wacom_features_0x301 =
 	{ "Wacom Bamboo One M", 21648, 13530, 1023, 31,
-	  BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
+	  BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
 static const struct wacom_features wacom_features_0x302 =
 	{ "Wacom Intuos PT S", 15200, 9500, 1023, 31,
 	  INTUOSHT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 16,
-- 
2.7.4


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

end of thread, other threads:[~2017-03-30  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 20:07 [PATCH] HID: wacom: Bamboo One Medium does not have touch Aaron Armstrong Skomra
2017-03-30  9:32 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.