Re: [PATCH libinput 11/26] tablet: use libwacom to identify tablets for left-handedness

2015-03-01 Thread Peter Hutterer
On Thu, Feb 26, 2015 at 11:54:10AM +0100, sardemff7+wayl...@sardemff7.net wrote: > On 2015-02-24 07:21, Peter Hutterer wrote: > >A tablet hotplug event is rare and not a time-critical event, so we load the > >database on tablet init and throw it away again. > > > >Signed-off-by: Peter Hutterer > >

Re: [PATCH libinput 11/26] tablet: use libwacom to identify tablets for left-handedness

2015-02-26 Thread sardemff7+wayland
On 2015-02-24 07:21, Peter Hutterer wrote: A tablet hotplug event is rare and not a time-critical event, so we load the database on tablet init and throw it away again. Signed-off-by: Peter Hutterer --- configure.ac | 14 ++ src/Makefile.am| 2 ++ src/

Re: [PATCH libinput 11/26] tablet: use libwacom to identify tablets for left-handedness

2015-02-24 Thread Peter Hutterer
On Tue, Feb 24, 2015 at 11:53:55AM -0500, Benjamin Tissoires wrote: > On Tue, Feb 24, 2015 at 1:21 AM, Peter Hutterer > wrote: > > A tablet hotplug event is rare and not a time-critical event, so we load the > > database on tablet init and throw it away again. > > > > Signed-off-by: Peter Hutterer

Re: [PATCH libinput 11/26] tablet: use libwacom to identify tablets for left-handedness

2015-02-24 Thread Benjamin Tissoires
On Tue, Feb 24, 2015 at 1:21 AM, Peter Hutterer wrote: > A tablet hotplug event is rare and not a time-critical event, so we load the > database on tablet init and throw it away again. > > Signed-off-by: Peter Hutterer > --- > configure.ac | 14 ++ > src/Makefile.am