Re: [PATCH xserver 16/20] hw/xfree86: Use NotifyFd for device and other input fd wakeups

2015-11-17 Thread Adam Jackson
On Wed, 2015-11-11 at 22:02 -0800, Keith Packard wrote: > Remove code in xf86Wakeup for dealing with device and other input and > switch to using the new NotifyFd interface. I'm happy to address this up later, but I note that IHRec and the notify_fd struct are now basically identical, there's

[PATCH xserver 16/20] hw/xfree86: Use NotifyFd for device and other input fd wakeups

2015-11-11 Thread Keith Packard
Remove code in xf86Wakeup for dealing with device and other input and switch to using the new NotifyFd interface. Signed-off-by: Keith Packard --- hw/xfree86/common/xf86Events.c | 67 -- 1 file changed, 26 insertions(+), 41 deletions(-)