[PATCH 3/3] HID: wacom: Report input events immediately upon receipt

2014-11-24 Thread Jason Gerecke
Multitouch tablets cannot work properly if wacom_wac_finger_event simply stores the event details, since details about former fingers will be overwritten by later ones (causing wacom_wac_finger_report to effectively only report the state of the *last* finger in the packet). This patch modifies the

Re: [PATCH 3/3] HID: wacom: Report input events immediately upon receipt

2014-11-25 Thread Benjamin Tissoires
Hi Jason, On Mon, Nov 24, 2014 at 6:32 PM, Jason Gerecke wrote: > Multitouch tablets cannot work properly if wacom_wac_finger_event simply > stores the event details, since details about former fingers will be > overwritten by later ones (causing wacom_wac_finger_report to effectively > only repo