Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH 2/3] HID: wacom - Cleanup input_capabilities for Graphire 4 and Bamboo Fun
@ 2014-11-18 21:28 Ping Cheng
  0 siblings, 0 replies; only message in thread
From: Ping Cheng @ 2014-11-18 21:28 UTC (permalink / raw)
  To: jkosina; +Cc: linux-input, benjamin.tissoires, Ping Cheng

Graphire 4 only has two tablet buttons; Bamboo Fun touch ring is only
for PAD.

Signed-off-by: Ping Cheng <pingc@wacom.com>
Reviewed-by:  Benjamin Tissoires <benjamin.tissoires@redhat.com>
---
 drivers/hid/wacom_wac.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 372d890..792569c 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -2047,9 +2047,6 @@ int wacom_setup_input_capabilities(struct input_dev *input_dev,
 
 	switch (features->type) {
 	case WACOM_MO:
-		input_set_abs_params(input_dev, ABS_WHEEL, 0, 71, 0, 0);
-		/* fall through */
-
 	case WACOM_G4:
 		/* fall through */
 
@@ -2303,9 +2300,7 @@ int wacom_setup_pad_input_capabilities(struct input_dev *input_dev,
 
 	case WACOM_G4:
 		__set_bit(BTN_BACK, input_dev->keybit);
-		__set_bit(BTN_LEFT, input_dev->keybit);
 		__set_bit(BTN_FORWARD, input_dev->keybit);
-		__set_bit(BTN_RIGHT, input_dev->keybit);
 		input_set_capability(input_dev, EV_REL, REL_WHEEL);
 		break;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-18 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 21:28 [PATCH 2/3] HID: wacom - Cleanup input_capabilities for Graphire 4 and Bamboo Fun Ping Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox