Re: [PATCH libinput 11/17] evdev: hook up a generic enable/disable interface for devices

2014-09-14 Thread Hans de Goede
Hi, On 09/03/2014 04:03 AM, Peter Hutterer wrote: > The evdev fallback dispatch supports enabling and disabling devices. That's > fairly easy to support since we don't (yet) have extra event generation within > the fallback backend. Thus, we can simply close the fd and re-open it again > later. >

[PATCH libinput 11/17] evdev: hook up a generic enable/disable interface for devices

2014-09-02 Thread Peter Hutterer
The evdev fallback dispatch supports enabling and disabling devices. That's fairly easy to support since we don't (yet) have extra event generation within the fallback backend. Thus, we can simply close the fd and re-open it again later. Touchpads are currently excluded here, they generate extra e