Re: [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

2012-11-13 Thread Henrik Rydberg
> To conclude, we obviously have devices with a rather short wrap-around > time. However, since the normal inter-frame time is in the millisecond > range, it should not be overly restrictive to change the definition of > the minimum wraparound time from hours to seconds. Sorry, Benjamin, you are r

Re: [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

2012-11-13 Thread Henrik Rydberg
> >> @@ -98,6 +99,9 @@ struct mt_device { > >> bool serial_maybe; /* need to check for serial protocol */ > >> bool curvalid; /* is the current contact valid? */ > >> unsigned mt_flags; /* flags to pass to input-mt */ > >> + __s32 dev_time; /* the sc

Re: [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

2012-11-13 Thread Benjamin Tissoires
Hi Henrik, On Tue, Nov 13, 2012 at 6:27 PM, Henrik Rydberg wrote: > Hi Benjamin, > >> From: Benjamin Tissoires >> Date: Tue, 13 Nov 2012 15:12:17 +0100 >> Subject: [PATCH v4] HID: hid-multitouch: forwards MSC_TIMESTAMP >> >> Computes the device timestamp according to the specification. >> It als

Re: [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

2012-11-13 Thread Henrik Rydberg
Hi Benjamin, > From: Benjamin Tissoires > Date: Tue, 13 Nov 2012 15:12:17 +0100 > Subject: [PATCH v4] HID: hid-multitouch: forwards MSC_TIMESTAMP > > Computes the device timestamp according to the specification. > It also ensures that if the time between two events is greater > than MAX_TIMESTAM

Re: [PATCH v3 13/13] HID: hid-multitouch: forwards ABS_SCAN_TIME

2012-11-13 Thread Benjamin Tissoires
On 11/07/2012 05:37 PM, Benjamin Tissoires wrote: > Computes the scan time according to the specification. > It also ensures that if the time between two events is greater > than MAX_SCAN_INTERVAL, the scan time will be reset. > > Signed-off-by: Benjamin Tissoires > --- > drivers/hid/hid-mult