From: Nicolas B. <nbo...@us...> - 2006-10-14 06:17:25
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv1009/db Modified Files: options.xml options.xml.h options.xml.in Log Message: Add support for Samsung SyncMaster 971P (Thanks to Oleg Artamonov) Index: options.xml.h =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- options.xml.h 14 Oct 2006 06:07:12 -0000 1.17 +++ options.xml.h 14 Oct 2006 06:17:20 -0000 1.18 @@ -206,6 +206,13 @@ printf(_("Power control")); printf(_("Off")); printf(_("On")); +printf(_("Buttons and leds")); +printf(_("Custom key")); +printf(_("MagicBright")); +printf(_("MagicColor")); +printf(_("Automatic setup")); +printf(_("Input Source Select")); +printf(_("Color Tone")); printf(_("Power LED")); printf(_("Off")); printf(_("On")); Index: options.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- options.xml 14 Oct 2006 06:07:12 -0000 1.37 +++ options.xml 14 Oct 2006 06:17:20 -0000 1.38 @@ -258,6 +258,17 @@ <value id="off" name="Off"/> <value id="on" name="On"/> </control> + </subgroup> + <subgroup name="Buttons and leds"> + <!-- button on the left side of the monitor stand can be customised --> + <control id="customkey" type="list" name="Custom key" address="0xe8"> + <value id="magicbright" name="MagicBright"/> + <value id="magiccolor" name="MagicColor"/> + <value id="autosetup" name="Automatic setup"/> + <value id="inputsource" name="Input Source Select"/> + <value id="colortone" name="Color Tone"/> + </control> + <!-- a switch to enable/disable the power led only (no other functionality, it seems) --> <control id="powerled" type="list" name="Power LED" address="0xfd"> Index: options.xml.in =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- options.xml.in 14 Oct 2006 06:07:12 -0000 1.20 +++ options.xml.in 14 Oct 2006 06:17:20 -0000 1.21 @@ -257,6 +257,17 @@ <value id="off" name="Off"/> <value id="on" name="On"/> </control> + </subgroup> + <subgroup name="Buttons and leds"> + <!-- button on the left side of the monitor stand can be customised --> + <control id="customkey" type="list" name="Custom key" address="0xe8"> + <value id="magicbright" name="MagicBright"/> + <value id="magiccolor" name="MagicColor"/> + <value id="autosetup" name="Automatic setup"/> + <value id="inputsource" name="Input Source Select"/> + <value id="colortone" name="Color Tone"/> + </control> + <!-- a switch to enable/disable the power led only (no other functionality, it seems) --> <control id="powerled" type="list" name="Power LED" address="0xfd"> |