diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-23 20:43:42 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-23 20:54:05 +0100 |
commit | 5ac5fdf0bef95b12d90dfca7de23332211beb706 (patch) | |
tree | 59925890d82e0c5810f0c5e4416f88e4326e3914 /dynamite.c | |
parent | e919a8339c29cd190fc4cd5a832317eb9f4451c6 (diff) | |
download | vdr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |