Merge branch 'vuplus_experimental' of code.vuplus.com:/opt/repository/dvbapp into...
authoroskwon <oskwon@dev3>
Sun, 18 May 2014 04:27:28 +0000 (13:27 +0900)
committeroskwon <oskwon@dev3>
Sun, 18 May 2014 04:27:28 +0000 (13:27 +0900)
lib/python/Plugins/Extensions/DLNAServer/dlnaserver [changed mode: 0644->0755]
lib/python/Plugins/Extensions/HbbTV/bookmark.py
lib/python/Plugins/SystemPlugins/3GModemManager/3gcommand [changed mode: 0644->0755]
lib/python/Plugins/SystemPlugins/FirmwareUpgrade/plugin.py

old mode 100644 (file)
new mode 100755 (executable)
index db13d83..05a13a0
Binary files a/lib/python/Plugins/Extensions/DLNAServer/dlnaserver and b/lib/python/Plugins/Extensions/DLNAServer/dlnaserver differ
index 844c6a9..6e5dd7b 100644 (file)
@@ -124,7 +124,7 @@ class BookmarkManager(SimpleConfigParser):
                        f = file('/proc/stb/info/vumodel')
                        model = f.read().strip()
                        f.close()
-                       manualmode = (model == "solo2" or model == "duo2")
+                       manualmode = (model == "solo2" or model == "duo2" or model == "solose")
 
                        os.system('echo "[__SYS__]" > %s'%(_dbFileName))
                        os.system('echo "category_current_idx = 1" >> %s'%(_dbFileName))
old mode 100644 (file)
new mode 100755 (executable)
index 7e4f33b..88d58d3
Binary files a/lib/python/Plugins/SystemPlugins/3GModemManager/3gcommand and b/lib/python/Plugins/SystemPlugins/3GModemManager/3gcommand differ
index 9bf3cbb..0eb1d35 100644 (file)
@@ -62,6 +62,15 @@ if os.path.exists("/proc/stb/info/vumodel"):
                        ,"fp"   : ["http://archive.vuplus.com/download/fp", "fp.files", "/dev/bcm_mu;"]
                        ,"vfd"  : ["http://archive.vuplus.com/download/vfd", "vfd.files", "/dev/bcm_vfd_ctrl;"]
                        }
+       elif info == "solose":
+               fwlist= [
+                        ("fpga", _("FPGA"))
+                       ,("fp", _("Front Processor"))
+                       ]
+               fwdata= { 
+                        "fpga" : ["http://archive.vuplus.com/download/fpga", "fpga.files", "/dev/fpga_dp;/dev/misc/dp;"]
+                       ,"fp"   : ["http://archive.vuplus.com/download/fp", "fp.files", "/dev/bcm_mu;"]
+                       }
 
 import os, fcntl, thread
 STATUS_READY           = 0