diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-04-11 15:24:28 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-04-15 06:10:08 +0200 |
| commit | a493e814663ddcb6353673e366bf61285b1695b5 (patch) | |
| tree | f05664714fc55c9463145d128dc3109aed6ecdd8 /src/capabilities.h | |
| parent | 2e51d27cf6e1380e7bf4744215bf16243af2829d (diff) | |
Additional device information
Add information about the device name and device identifier from the
EVIO protocol.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/capabilities.h')
| -rw-r--r-- | src/capabilities.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 25 | #include "common.h" | 25 | #include "common.h" |
| 26 | 26 | ||
| 27 | struct Capabilities { | 27 | struct Capabilities { |
| 28 | struct input_id devid; | ||
| 29 | char devname[32]; | ||
| 28 | int has_left, has_middle; | 30 | int has_left, has_middle; |
| 29 | int has_right, has_mtdata; | 31 | int has_right, has_mtdata; |
| 30 | int has_touch_major, has_touch_minor; | 32 | int has_touch_major, has_touch_minor; |
