Nimmanager.py : for internally connect tuner A to B
authorChang.H.S <jhs@dev3>
Thu, 20 Dec 2012 07:04:01 +0000 (16:04 +0900)
committerChang.H.S <jhs@dev3>
Thu, 20 Dec 2012 08:19:21 +0000 (17:19 +0900)
lib/python/Components/NimManager.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index bd1a363..65f56e7
@@ -118,8 +118,11 @@ class SecConfigure:
 
        def linkNIMs(self, sec, nim1, nim2):
                print "link tuner", nim1, "to tuner", nim2
 
        def linkNIMs(self, sec, nim1, nim2):
                print "link tuner", nim1, "to tuner", nim2
-               if nim2 == (nim1 - 1):
-                       self.linkInternally(nim1)
+#              if nim2 == (nim1 - 1):
+#                      self.linkInternally(nim1)
+#
+# for internally connect tuner A to B
+               self.linkInternally(nim1)
                sec.setTunerLinked(nim1, nim2)
                
        def getRoot(self, slotid, connto):
                sec.setTunerLinked(nim1, nim2)
                
        def getRoot(self, slotid, connto):