On Fri, 7 Oct 2016, Jason Gerecke wrote: > @@ -1711,7 +1736,7 @@ static int wacom_wac_finger_event(struct hid_device *hdev, > > > if (usage->usage_index + 1 == field->report_count) { > - if (usage->hid == wacom_wac->features.last_slot_field) > + if (equivalent_usage == wacom_wac->features.last_slot_field) What tree is this based on please? In all the codebase I have, last_slot_field is a member field of wacom_wac's hid_data, not a member of struct wacom_features. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html