Re: [PATCH 0/5] Migrations to hid-multitouch, round 3
From: Henrik Rydberg <hidden>
Date: 2011-03-21 18:18:55
Also in:
lkml
From: Henrik Rydberg <hidden>
Date: 2011-03-21 18:18:55
Also in:
lkml
Hi, On Mon, Mar 21, 2011 at 05:09:14PM +0100, Jiri Kosina wrote:
On Fri, 18 Mar 2011, Benjamin Tissoires wrote:quoted
This is the third version for this patch series. Since last time, I mainly modified the patch #1 to adapt Henrik's comments. I also added #4 as the code path was confusing.Thanks a lot to everyone for working on this. I have applied all the patches except for 5/5, where Henrik has reported problems with testing against 1968 model. The problem hasn't been
s/1968/2256/
understood/debugged yet.
The reason is that the 2256 model sends extra data in each packet, data that is not intercepted by the mt_event() function. The last_field_index is therefore never seen, and no data is emitted. I will reply to the original patch with a fix. Thanks, Henrik