Re: [PATCH libinput] Add a libinput_device_get_udev_devices() call for merged devices

2015-02-03 Thread Hans de Goede
Hi, On 30-01-15 06:48, Peter Hutterer wrote: Merged devices may comprise of multiple event nodes. To get those we need to return all udev devices we have. This patch still leaves the backend where it is (one evdev device per libinput device) and merely introduces the new API. Signed-off-by: Pe

Re: [PATCH libinput] Add a libinput_device_get_udev_devices() call for merged devices

2015-02-02 Thread Peter Hutterer
On Tue, Feb 03, 2015 at 09:36:14AM +0800, Jonas Ådahl wrote: > On Fri, Jan 30, 2015 at 03:48:15PM +1000, Peter Hutterer wrote: > > Merged devices may comprise of multiple event nodes. To get those we need to > > return all udev devices we have. > > > > This patch still leaves the backend where it

Re: [PATCH libinput] Add a libinput_device_get_udev_devices() call for merged devices

2015-02-02 Thread Jonas Ådahl
On Fri, Jan 30, 2015 at 03:48:15PM +1000, Peter Hutterer wrote: > Merged devices may comprise of multiple event nodes. To get those we need to > return all udev devices we have. > > This patch still leaves the backend where it is (one evdev device per libinput > device) and merely introduces the n

[PATCH libinput] Add a libinput_device_get_udev_devices() call for merged devices

2015-01-29 Thread Peter Hutterer
Merged devices may comprise of multiple event nodes. To get those we need to return all udev devices we have. This patch still leaves the backend where it is (one evdev device per libinput device) and merely introduces the new API. Signed-off-by: Peter Hutterer --- This is preparation work for t