aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/wacom_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/wacom_sys.c b/drivers/hid/wacom_sys.c
index b4de3256aa90..abb7fdf05d92 100644
--- a/drivers/hid/wacom_sys.c
+++ b/drivers/hid/wacom_sys.c
@@ -422,7 +422,7 @@ static int wacom_query_tablet_data(struct hid_device *hdev,
422 /* MT Tablet PC touch */ 422 /* MT Tablet PC touch */
423 return wacom_set_device_mode(hdev, 3, 4, 4); 423 return wacom_set_device_mode(hdev, 3, 4, 4);
424 } 424 }
425 else if (features->type == WACOM_24HDT || features->type == CINTIQ_HYBRID || features->type == CINTIQ_COMPANION_2) { 425 else if (features->type == WACOM_24HDT) {
426 return wacom_set_device_mode(hdev, 18, 3, 2); 426 return wacom_set_device_mode(hdev, 18, 3, 2);
427 } 427 }
428 else if (features->type == WACOM_27QHDT) { 428 else if (features->type == WACOM_27QHDT) {