diff options
| -rw-r--r-- | drivers/input/tablet/wacom_sys.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index 23a933da75cd..b145841bdbe7 100644 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c | |||
| @@ -398,7 +398,9 @@ static int wacom_parse_hid(struct usb_interface *intf, | |||
| 398 | break; | 398 | break; |
| 399 | 399 | ||
| 400 | case HID_USAGE_CONTACTMAX: | 400 | case HID_USAGE_CONTACTMAX: |
| 401 | wacom_retrieve_report_data(intf, features); | 401 | /* leave touch_max as is if predefined */ |
| 402 | if (!features->touch_max) | ||
| 403 | wacom_retrieve_report_data(intf, features); | ||
| 402 | i++; | 404 | i++; |
| 403 | break; | 405 | break; |
| 404 | } | 406 | } |
