|
@@ -421,11 +421,11 @@ static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi,
|
|
* contact max are global to the report */
|
|
* contact max are global to the report */
|
|
td->last_field_index = field->index;
|
|
td->last_field_index = field->index;
|
|
return -1;
|
|
return -1;
|
|
- }
|
|
|
|
case HID_DG_TOUCH:
|
|
case HID_DG_TOUCH:
|
|
/* Legacy devices use TIPSWITCH and not TOUCH.
|
|
/* Legacy devices use TIPSWITCH and not TOUCH.
|
|
* Let's just ignore this field. */
|
|
* Let's just ignore this field. */
|
|
return -1;
|
|
return -1;
|
|
|
|
+ }
|
|
/* let hid-input decide for the others */
|
|
/* let hid-input decide for the others */
|
|
return 0;
|
|
return 0;
|
|
|
|
|