added more possible internal connector names
authorConstantin <commit.suicide.enormator@xoxy.net>
Sat, 6 Oct 2012 10:38:57 +0000 (12:38 +0200)
committerConstantin <commit.suicide.enormator@xoxy.net>
Sat, 6 Oct 2012 10:38:57 +0000 (12:38 +0200)
dsl.py

diff --git a/dsl.py b/dsl.py
index d46f620aa7a6f749e918a48045f375326c5f6d1d..396468d5bfca273ac8058b3cd980ea307c92e944 100755 (executable)
--- a/dsl.py
+++ b/dsl.py
@@ -22,7 +22,7 @@ from selector_window import PositionSelection
 app = QtGui.QApplication(sys.argv)
 
 # for auto-config: common names of internal connectors
-commonInternalConnectorNames = ['LVDS', 'LVDS1', 'LVDS-0']
+commonInternalConnectorNames = ['LVDS', 'LVDS0', 'LVDS1', 'LVDS-0', 'LVDS-1']
 
 # Load a section-less config file: maps parameter names to space-separated lists of strings (with shell quotation)
 def loadConfigFile(file):