aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/wacom_sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/tablet/wacom_sys.c')
-rw-r--r--drivers/input/tablet/wacom_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
index 79b69ea47f74..7e4cc2fd83e4 100644
--- a/drivers/input/tablet/wacom_sys.c
+++ b/drivers/input/tablet/wacom_sys.c
@@ -548,7 +548,7 @@ static int wacom_query_tablet_data(struct usb_interface *intf, struct wacom_feat
548 /* MT Tablet PC touch */ 548 /* MT Tablet PC touch */
549 return wacom_set_device_mode(intf, 3, 4, 4); 549 return wacom_set_device_mode(intf, 3, 4, 4);
550 } 550 }
551 else if (features->type == WACOM_24HDT) { 551 else if (features->type == WACOM_24HDT || features->type == CINTIQ_HYBRID) {
552 return wacom_set_device_mode(intf, 18, 3, 2); 552 return wacom_set_device_mode(intf, 18, 3, 2);
553 } 553 }
554 } else if (features->device_type == BTN_TOOL_PEN) { 554 } else if (features->device_type == BTN_TOOL_PEN) {