Hi Jiri, Today's linux-next merge of the hid tree got a conflict in drivers/hid/hid-multitouch.c between commit 4c43755506ec ("HID: multitouch: fix touchpad buttons") from Linus' tree and commit 5b62efd8250d ("HID: multitouch: remove useless last_field_index field") from the hid tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/hid/hid-multitouch.c index 82e9211,aceaf6c..0000000 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c @@@ -680,11 -723,7 +727,7 @@@ static void mt_process_mt_event(struct if (usage->usage_index + 1 == field->report_count) { /* we only take into account the last report. */ if (usage->hid == td->last_slot_field) - mt_complete_slot(td, field->hidinput->input); + mt_complete_slot(td, input); - - if (field->index == td->last_field_index - && td->num_received >= td->num_expected) - mt_sync_frame(td, field->hidinput->input); } }
Attachment:
pgpbqcjEaWWy3.pgp
Description: PGP signature