Re: [PATCH weston 2/3] input: Provide microsecond timestamps in motion events

2015-09-02 Thread Jonas Ådahl
On Wed, Sep 02, 2015 at 01:20:34PM -0500, Derek Foreman wrote: > On 29/07/15 01:39 AM, Jonas Ådahl wrote: > > Provide timestamps with microsecond granularity if the backend can > > provide it. Backends that can't should set it to 0. > > > > Signed-off-by: Jonas Ådahl > > --- > > > > This require

Re: [PATCH weston 2/3] input: Provide microsecond timestamps in motion events

2015-09-02 Thread Derek Foreman
On 29/07/15 01:39 AM, Jonas Ådahl wrote: > Provide timestamps with microsecond granularity if the backend can > provide it. Backends that can't should set it to 0. > > Signed-off-by: Jonas Ådahl > --- > > This requires libinput master branch. I didn't add any dependency > checking since libinput

[PATCH weston 2/3] input: Provide microsecond timestamps in motion events

2015-07-28 Thread Jonas Ådahl
Provide timestamps with microsecond granularity if the backend can provide it. Backends that can't should set it to 0. Signed-off-by: Jonas Ådahl --- This requires libinput master branch. I didn't add any dependency checking since libinput hasn't been released with the new _get_time_usec functio