Re: [PATCH 8/9] evdev: add hotplug support

2011-10-24 Thread Kristian Høgsberg
On Mon, Oct 24, 2011 at 10:42 AM, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti Very nice, we just need to make sure we filter hotplugged devices for the seat number as we do in the initial device discovery. Kristian > --- >  compositor/evdev.c |  112 > +++

[PATCH 8/9] evdev: add hotplug support

2011-10-24 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- compositor/evdev.c | 112 +--- 1 files changed, 106 insertions(+), 6 deletions(-) diff --git a/compositor/evdev.c b/compositor/evdev.c index b81e513..18ebe04 100644 --- a/compositor/evdev.c +++ b/compositor/evdev.