From 5ac5fdf0bef95b12d90dfca7de23332211beb706 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 23 Feb 2011 20:43:42 +0100 Subject: move reading of udev properties from the monitor to the attacher Now they are recognized on devices present at startup. --- monitor.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index f911698..e603c30 100644 --- a/monitor.c +++ b/monitor.c @@ -216,12 +216,6 @@ void cUdevDvbFilter::Process(cUdevDevice &Device) if (!devname || cDynamicDevice::IsAttached(devname)) return; cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcAttach, devname); - const char *timeout = Device.GetPropertyValue("dynamite_timeout"); - if (timeout) - cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcService, *cString::sprintf("dynamite-SetGetTSTimeout-v0.1 %s %s", devname, timeout)); - const char *timeoutHandlerArg = Device.GetPropertyValue("dynamite_timeout_handler_arg"); - if (timeoutHandlerArg) - cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcService, *cString::sprintf("dynamite-SetGetTSTimeoutHandlerArg-v0.1 %s %s", devname, timeoutHandlerArg)); } } -- cgit v1.2.3