From 81e2c1e8e0486fbc9f25493fbf38799a0f045a7b Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 2 Feb 2011 22:29:56 +0100 Subject: update README and set version for next release --- README | 9 +++++++++ dynamite.c | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index 0b228ec..f684617 100644 --- a/README +++ b/README @@ -128,6 +128,15 @@ SDGT seconds and all devices that will be attached. alternate command: SetDefaultGetTSTimeout +"dynamite-AddUdevMonitor-v0.1" +ADUM subsystem begin-of-devnode + Adds a filter to the udev-monitor. + If an event occurs whose devnode starts with the supplied parameter + this devnode will be queued for attaching, e.g. + AddUdevMonitor video4linux /dev/video + (this is what pvrinput uses) + alternate command: AddUdevMonitor + Don't forget to prefix them with "plug dynamite"... Parameters in setup.conf diff --git a/dynamite.c b/dynamite.c index 52b924a..0b3f847 100644 --- a/dynamite.c +++ b/dynamite.c @@ -8,7 +8,7 @@ #include "dynamicdevice.h" #include "monitor.h" -static const char *VERSION = "0.0.5d-rc1"; +static const char *VERSION = "0.0.5d"; static const char *DESCRIPTION = "attach/detach devices on the fly"; static const char *MAINMENUENTRY = NULL; @@ -275,7 +275,9 @@ const char **cPluginDynamite::SVDRPHelpPages(void) "ADUM subsystem begin-of-devnode\n" " Adds a filter to the udev-monitor.\n" " If an event occurs whose devnode starts with the supplied parameter\n" - " this devnode will be queued for attaching.\n" + " this devnode will be queued for attaching, e.g.\n" + " AddUdevMonitor video4linux /dev/video\n" + " (this is what pvrinput uses)\n" " alternate command: AddUdevMonitor", NULL }; -- cgit v1.2.3