Re: [Linuxwacom-devel] [PATCH xf86-input-wacom 3/3] Add server managed fd handling

2014-03-15 Thread Hans de Goede
Hi, On 03/14/2014 10:52 PM, Jason Gerecke wrote: On Wed, Mar 12, 2014 at 8:12 AM, Hans de Goede hdego...@redhat.com wrote: This mostly consists of skipping common fd handling when server managed fds are in used, the rest is handled by xf86OpenSerial and our wcmClose xf86CloseSerial wrapper.

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom 3/3] Add server managed fd handling

2014-03-15 Thread Jason Gerecke
On Wed, Mar 12, 2014 at 8:12 AM, Hans de Goede hdego...@redhat.com wrote: This mostly consists of skipping common fd handling when server managed fds are in used, the rest is handled by xf86OpenSerial and our wcmClose xf86CloseSerial wrapper. Signed-off-by: Hans de Goede hdego...@redhat.com

[PATCH xf86-input-wacom 3/3] Add server managed fd handling

2014-03-12 Thread Hans de Goede
This mostly consists of skipping common fd handling when server managed fds are in used, the rest is handled by xf86OpenSerial and our wcmClose xf86CloseSerial wrapper. Signed-off-by: Hans de Goede hdego...@redhat.com --- src/wcmConfig.c | 5 - src/xf86Wacom.c | 9 + 2 files changed,