Re: [PATCH] input: API for Setting a Timestamp from a Driver

2019-07-13 Thread Dmitry Torokhov
On Fri, Jul 12, 2019 at 09:46:19PM +1000, Peter Hutterer wrote: > On Fri, Jul 12, 2019 at 09:23:20AM +0200, Benjamin Tissoires wrote: > > On Fri, Jul 12, 2019 at 8:41 AM Dmitry Torokhov > > wrote: > > > > > > Hi Atif, > > > > > > On Wed, Jul 10, 2019 at 04:04:10PM -0700, Atif Niyaz wrote: > > > >

Re: [PATCH] input: API for Setting a Timestamp from a Driver

2019-07-12 Thread Peter Hutterer
On Fri, Jul 12, 2019 at 09:23:20AM +0200, Benjamin Tissoires wrote: > On Fri, Jul 12, 2019 at 8:41 AM Dmitry Torokhov > wrote: > > > > Hi Atif, > > > > On Wed, Jul 10, 2019 at 04:04:10PM -0700, Atif Niyaz wrote: > > > Currently, evdev stamps time with timestamps acquired in > > > evdev_events. How

Re: [PATCH] input: API for Setting a Timestamp from a Driver

2019-07-12 Thread Benjamin Tissoires
On Fri, Jul 12, 2019 at 8:41 AM Dmitry Torokhov wrote: > > Hi Atif, > > On Wed, Jul 10, 2019 at 04:04:10PM -0700, Atif Niyaz wrote: > > Currently, evdev stamps time with timestamps acquired in > > evdev_events. However, this timestamping may not be accurate in terms of > > measuring when the actua

Re: [PATCH] input: API for Setting a Timestamp from a Driver

2019-07-11 Thread Dmitry Torokhov
Hi Atif, On Wed, Jul 10, 2019 at 04:04:10PM -0700, Atif Niyaz wrote: > Currently, evdev stamps time with timestamps acquired in > evdev_events. However, this timestamping may not be accurate in terms of > measuring when the actual event happened. This API allows any 3rd party > driver to be able t