From a493e814663ddcb6353673e366bf61285b1695b5 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 11 Apr 2010 15:24:28 +0200 Subject: Additional device information Add information about the device name and device identifier from the EVIO protocol. Signed-off-by: Henrik Rydberg --- src/capabilities.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/capabilities.h') diff --git a/src/capabilities.h b/src/capabilities.h index 591eed6..68835c6 100644 --- a/src/capabilities.h +++ b/src/capabilities.h @@ -25,6 +25,8 @@ #include "common.h" struct Capabilities { + struct input_id devid; + char devname[32]; int has_left, has_middle; int has_right, has_mtdata; int has_touch_major, has_touch_minor; -- cgit v1.2.3