Re: [PATCH libinput 10/17] Add a config interface for enabling/disabling event generation from a device

2014-09-14 Thread Hans de Goede
Hi, First of all patches 1 - 9 look good and are: Reviewed-by: Hans de Goede hdego...@redhat.com On 09/03/2014 04:03 AM, Peter Hutterer wrote: Rather than adding a config interface to disable a device merely allow a caller to toggle the send events mode on the device. If off, the device

[PATCH libinput 10/17] Add a config interface for enabling/disabling event generation from a device

2014-09-02 Thread Peter Hutterer
Rather than adding a config interface to disable a device merely allow a caller to toggle the send events mode on the device. If off, the device won't send events (though further events may be received depending on the current state of the device). Default is enabled, i.e. the device sends events.