Re: [PATCH weston 10/31] evdev: Add device capabilities

2012-05-30 Thread Peter Hutterer
On Wed, May 30, 2012 at 04:31:48PM +0100, Daniel Stone wrote: > Does what it says on the box: lists whether or not the device supports > key, absolute, relative or touch classes. > > Signed-off-by: Daniel Stone > --- > src/evdev-private.h |9 + > src/evdev.c | 26 ++

[PATCH weston 10/31] evdev: Add device capabilities

2012-05-30 Thread Daniel Stone
Does what it says on the box: lists whether or not the device supports key, absolute, relative or touch classes. Signed-off-by: Daniel Stone --- src/evdev-private.h |9 + src/evdev.c | 26 ++ 2 files changed, 35 insertions(+) diff --git a/src/evdev-