Re: [PATCH 2/2] Add driver for mouse logitech M560
From: Goffredo Baroncelli <hidden>
Date: 2015-06-02 12:07:54
From: Goffredo Baroncelli <hidden>
Date: 2015-06-02 12:07:54
Hi Jiri, On 2015-06-01 14:39, Jiri Kosina wrote:
[ ... snip ... ]quoted
+ v = hid_snto32(hidpp_field_extract(hdev, data+3, 0, 12), 12); + input_report_rel(mydata->input, REL_X, v); + + v = hid_snto32(hidpp_field_extract(hdev, data+3, 12, 12), 12); + input_report_rel(mydata->input, REL_Y, v);There is no hidpp_field_extract() any more in this version of the patchset. I've fixed that up and queued in for-4.2/logitech.
I am embarrassed, you are right, I forgot to add these "last minute" changes in the git... Anyway, thanks for the inclusion BR -- gpg @keyserver.linux.it: Goffredo Baroncelli <kreijackATinwind.it> Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5