From: Nicolas B. <nbo...@us...> - 2006-10-14 06:07:15
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv29940/db Modified Files: options.xml options.xml.h options.xml.in Log Message: Improve support for Samsung SyncMaster 244T (Thanks to Oleg Artamonov) Index: options.xml.h =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- options.xml.h 14 Oct 2006 05:41:37 -0000 1.16 +++ options.xml.h 14 Oct 2006 06:07:12 -0000 1.17 @@ -26,11 +26,15 @@ printf(_("Gamma")); printf(_("-0.5")); printf(_("-0.3")); +printf(_("-0.2")); printf(_("-0.1")); printf(_("0")); printf(_("+0.1")); +printf(_("+0.2")); printf(_("+0.3")); +printf(_("+0.4")); printf(_("+0.5")); +printf(_("+0.6")); printf(_("+0.7")); printf(_("+0.9")); printf(_("1.8")); Index: options.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- options.xml 14 Oct 2006 05:41:37 -0000 1.36 +++ options.xml 14 Oct 2006 06:07:12 -0000 1.37 @@ -32,11 +32,15 @@ <control id="gamma" type="list" name="Gamma" address="0xF2" > <value id="-0.5" name="-0.5"/> <value id="-0.3" name="-0.3"/> + <value id="-0.2" name="-0.2"/> <value id="-0.1" name="-0.1"/> <value id="0" name="0"/> <value id="+0.1" name="+0.1"/> + <value id="+0.2" name="+0.2"/> <value id="+0.3" name="+0.3"/> + <value id="+0.4" name="+0.4"/> <value id="+0.5" name="+0.5"/> + <value id="+0.6" name="+0.6"/> <value id="+0.7" name="+0.7"/> <value id="+0.9" name="+0.9"/> <value id="1.8" name="1.8"/> Index: options.xml.in =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- options.xml.in 14 Oct 2006 05:41:37 -0000 1.19 +++ options.xml.in 14 Oct 2006 06:07:12 -0000 1.20 @@ -31,11 +31,15 @@ <control id="gamma" type="list" name="Gamma" address="0xF2" > <value id="-0.5" name="-0.5"/> <value id="-0.3" name="-0.3"/> + <value id="-0.2" name="-0.2"/> <value id="-0.1" name="-0.1"/> <value id="0" name="0"/> <value id="+0.1" name="+0.1"/> + <value id="+0.2" name="+0.2"/> <value id="+0.3" name="+0.3"/> + <value id="+0.4" name="+0.4"/> <value id="+0.5" name="+0.5"/> + <value id="+0.6" name="+0.6"/> <value id="+0.7" name="+0.7"/> <value id="+0.9" name="+0.9"/> <value id="1.8" name="1.8"/> |