Re: [PATCH weston 11/20] evdev: log input devices

2012-08-03 Thread Kristian Høgsberg
On Fri, Aug 03, 2012 at 02:39:07PM +0300, Pekka Paalanen wrote: > Write information about found input devices into the log. Also fetch and > record the device name. Thats pretty useful. Kristian > Signed-off-by: Pekka Paalanen > --- > src/evdev.c | 27 +++ > src/evdev

[PATCH weston 11/20] evdev: log input devices

2012-08-03 Thread Pekka Paalanen
Write information about found input devices into the log. Also fetch and record the device name. Signed-off-by: Pekka Paalanen --- src/evdev.c | 27 +++ src/evdev.h |1 + 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index