Re: [PATCH 05/12] xf86Events: add Enable/DisableInputDeviceForVTSwitch functions

2014-01-28 Thread Hans de Goede
Hi, On 01/28/2014 07:35 AM, Peter Hutterer wrote: On Wed, Jan 15, 2014 at 03:32:19PM +0100, Hans de Goede wrote: Factor this code out into functions so that it can be re-used for the systemd-logind device pause/resume paths. Signed-off-by: Hans de Goede hdego...@redhat.com I'd probably

Re: [PATCH 05/12] xf86Events: add Enable/DisableInputDeviceForVTSwitch functions

2014-01-27 Thread Peter Hutterer
On Wed, Jan 15, 2014 at 03:32:19PM +0100, Hans de Goede wrote: Factor this code out into functions so that it can be re-used for the systemd-logind device pause/resume paths. Signed-off-by: Hans de Goede hdego...@redhat.com I'd probably rename these to xf86VTDisableDevice to have a slightly

[PATCH 05/12] xf86Events: add Enable/DisableInputDeviceForVTSwitch functions

2014-01-15 Thread Hans de Goede
Factor this code out into functions so that it can be re-used for the systemd-logind device pause/resume paths. Signed-off-by: Hans de Goede hdego...@redhat.com --- hw/xfree86/common/xf86.h | 4 hw/xfree86/common/xf86Events.c | 52 +++--- 2 files