From: Nicolas B. <nbo...@us...> - 2007-06-21 12:29:48
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3628/db/monitor Modified Files: SAM027D.xml Added Files: SAM0259.xml Log Message: Add support for Samsung SyncMaster 931c, thanks to Tomasz MoÅ. Index: SAM027D.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/SAM027D.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- SAM027D.xml 21 Jun 2007 11:42:58 -0000 1.3 +++ SAM027D.xml 21 Jun 2007 12:29:17 -0000 1.4 @@ -3,16 +3,6 @@ <!-- (type(LCD)vcp(04 05 08 10 12 16 18 1A 60(1 3) 87 B0(1 2) B6 C6 C8 C9 D6(1 4) DC(1 2 3 4 5 6 F0) DF F0(0 1 2 3 9) F2 E0(0 1 2 3))) --> <monitor name="Samsung SyncMaster 206BW (Digital)"> - <controls> - <control id="magicbright" type="list" address="0xdc"> - <value id="text" value="1"/> - <value id="internet" value="2"/> - <value id="game" value="3"/> - <value id="sport" value="4"/> - <value id="entertain" value="5"/> - <value id="custom" value="6"/> - <value id="dynamic" value="240"/> - </control> - </controls> + <include file="SAMmb6"/> <include file="SAMlcd"/> </monitor> --- NEW FILE: SAM0259.xml --- <?xml version="1.0"?> <monitor name="Samsung SyncMaster 931c" init="standard"> <!--- (type(LCD)vcp(04 05 08 10 12 16 18 1A 60(1 3) B0(1 2) B6 C6 C8 C9 D6(1 4) DC(1 2 3 4 5 6 F0) DF F2 F0(0 1 2 8 9) 87 )) --> <caps add="(vcp( CA CC E2 F5))"/> <include file="SAMmb6"/> <include file="SAMlcd"/> </monitor> |