diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
commit | 10d78a85a5e85170979b7695704203de86f17ad3 (patch) | |
tree | ddf86c5147cacbddfc64cfa8c5504512f39fc718 /dynamicdevice.c | |
parent | ac6f59f7f8ff37ffe9a97fe6127926d4b83703e7 (diff) | |
download | vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.gz vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.bz2 |
re-new the device bonding if a device is attachedv0.0.9e
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r-- | dynamicdevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c index 0453d9e..28e6236 100644 --- a/dynamicdevice.c +++ b/dynamicdevice.c @@ -310,6 +310,7 @@ attach: isyslog("dynamite: attached device %s to dynamic device slot %d", DevPath, freeIndex + 1); dynamicdevice[freeIndex]->ReadUdevProperties(); cPluginManager::CallAllServices("dynamite-event-DeviceAttached-v0.1", (void*)DevPath); + cDvbDevice::BondDevices(Setup.DeviceBondings); // "re-bond" if (enableOsdMessages) { cString osdMsg = cString::sprintf(tr("attached %s"), DevPath); Skins.QueueMessage(mtInfo, *osdMsg); |