summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r--dynamicdevice.c1
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);