summaryrefslogtreecommitdiff
path: root/rcm-server-main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-20 22:33:46 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-20 22:33:46 +0200
commitf685878d4eb057d29c2b8087a1c55eb027bb7dda (patch)
tree9fedb3a66619e41f0185fefd412cce67f746a111 /rcm-server-main.h
parentdc6bb0926504150b010b9313ef66216fa4cb9e3a (diff)
server: determine the evdev that corresponds to a given rcdev
Diffstat (limited to 'rcm-server-main.h')
-rw-r--r--rcm-server-main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 188ffab..60b2968 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -6,6 +6,7 @@ struct device {
char *path;
char *driver_name;
char *keymap_name;
+ char *devnode;
struct list_head list;
struct list_head keymaps;
};