From: Constantin Date: Sat, 6 Oct 2012 10:38:57 +0000 (+0200) Subject: added more possible internal connector names X-Git-Url: https://git.ralfj.de/lilass.git/commitdiff_plain/fa823bb6e20373991482a7d07476742452487543 added more possible internal connector names --- diff --git a/dsl.py b/dsl.py index d46f620..396468d 100755 --- 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):