From: Nicolas B. <nbo...@us...> - 2007-06-21 11:57:06
|
Update of /cvsroot/ddccontrol/ddccontrol-db/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25431/scripts Modified Files: samsung Log Message: Add support for Samsung SyncMaster 940BW, thanks to David Chang. Index: samsung =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/scripts/samsung,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- samsung 21 Jun 2007 11:34:45 -0000 1.1 +++ samsung 21 Jun 2007 11:57:02 -0000 1.2 @@ -39,6 +39,7 @@ if [ $? = 0 ]; then COUNT=`grep "0xdc" tmp | sed -e "s:.*/[0-9]*/\([0-9]*\) .*$:\1:"` case $COUNT in + 6) echo "Will include SAMmb6."; SAMmb6=1 ;; 5) echo "Will include SAMmb6."; SAMmb6=1 ;; 4) SAMmb6=0 ;; *) echo "Unable to detect SAMmb6 ($COUNT)"; exit 0; ;; |