summaryrefslogtreecommitdiff
path: root/dynamite.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-23 20:43:42 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-23 20:54:05 +0100
commit5ac5fdf0bef95b12d90dfca7de23332211beb706 (patch)
tree59925890d82e0c5810f0c5e4416f88e4326e3914 /dynamite.c
parente919a8339c29cd190fc4cd5a832317eb9f4451c6 (diff)
downloadvdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.gz
vdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.bz2
move reading of udev properties from the monitor to the attacher
Now they are recognized on devices present at startup.
Diffstat (limited to 'dynamite.c')
-rw-r--r--dynamite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamite.c b/dynamite.c
index 504987f..01d79f3 100644
--- a/dynamite.c
+++ b/dynamite.c
@@ -8,7 +8,7 @@
#include "dynamicdevice.h"
#include "monitor.h"
-static const char *VERSION = "0.0.5i";
+static const char *VERSION = "0.0.5j";
static const char *DESCRIPTION = "attach/detach devices on the fly";
static const char *MAINMENUENTRY = NULL;