Mercurial > audlegacy-plugins
comparison src/evdev-plug/ed_common.h @ 2323:a48a1a3e835a
- fixed /proc/bus/input/devices parser error when there are multiple lines between phys and handlers, thanks to Checkryzhev Vitaly for report and patch
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Wed, 16 Jan 2008 23:07:15 +0100 |
| parents | 0cc6b35fbeb4 |
| children |
comparison
equal
deleted
inserted
replaced
| 2322:4bb86ffd9ddf | 2323:a48a1a3e835a |
|---|---|
| 28 #define DEBUGMSG(...) | 28 #define DEBUGMSG(...) |
| 29 #endif /* DEBUG */ | 29 #endif /* DEBUG */ |
| 30 | 30 |
| 31 #include "../../config.h" | 31 #include "../../config.h" |
| 32 | 32 |
| 33 #define ED_VERSION_PLUGIN "0.2" | 33 #define ED_VERSION_PLUGIN "0.2p1" |
| 34 #define ED_VERSION_CONFIG "0" | 34 #define ED_VERSION_CONFIG "0" |
| 35 | 35 |
| 36 #define PLAYER_LOCALRC_FILE "evdev-plug.conf" | 36 #define PLAYER_LOCALRC_FILE "evdev-plug.conf" |
| 37 | 37 |
| 38 #endif /* !_I_ED_COMMON_H */ | 38 #endif /* !_I_ED_COMMON_H */ |
