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 > > I'd probably rename thes

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 I'd probably rename these to xf86VTDisableDevice to have a slightly less clunky name

[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 --- hw/xfree86/common/xf86.h | 4 hw/xfree86/common/xf86Events.c | 52 +++--- 2 files changed, 32 insertion