diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-18 01:18:06 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:06 +0200 |
commit | f574d42c776f0687cce5c15406ea870211058b39 (patch) | |
tree | a9ac2c5fa547997581b353587a8d01ad6f1d0fcb /eventcomm.h | |
parent | 7bd534c0e315a2b9bb3f549df0a30f113d21ee93 (diff) |
Moved autodev handling to the protocol specific files.
Diffstat (limited to 'eventcomm.h')
-rw-r--r-- | eventcomm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eventcomm.h b/eventcomm.h index 96127f2..8a78c38 100644 --- a/eventcomm.h +++ b/eventcomm.h @@ -21,6 +21,8 @@ #include "linux_input.h" - +/* for auto-dev: */ +#define DEV_INPUT_EVENT "/dev/input" +#define EVENT_DEV_NAME "event" #endif /* _EVENTCOMM_H_ */ |