From: Nicolas B. <nbo...@us...> - 2006-06-19 17:56:12
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32517 Modified Files: PHLC011.xml Added Files: SAM00A3.xml Log Message: Add support for Samsung Syncmaster 173s (Thanks to Artur Flinta) Index: PHLC011.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/PHLC011.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PHLC011.xml 19 Jun 2006 17:43:15 -0000 1.1 +++ PHLC011.xml 19 Jun 2006 17:56:05 -0000 1.2 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <monitor name="Philips 170C6" init="standard"> - <!--- CAPS: prot(monitor)type(lcd)model(PHILIPS 170S6)cmds(01 02 03 07 0C 4E F3 E3)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E)SmartManage(1.0) --> + <!--- CAPS: prot(monitor)type(lcd)model(PHILIPS 170S6)cmds(01 02 03 07 0C 4E F3 E3)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E)SmartManage(1.0) (INVALID, no surrounding parenthesis) --> + <caps add="(type(lcd)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E))"/> <!--- Control 0x14: +/5/11 [???] Color Preset : unknown values --> <include file="VESA"/> </monitor> --- NEW FILE: SAM00A3.xml --- <?xml version="1.0"?> <!--- Samsung SyncMaster 173s has some partial DDC/CI support (no caps) --> <monitor name="Samsung Syncmaster 173s" init="standard"> <caps add="(vcp(10 12 16 18 1a 20 30 62 d0 d2))"> <control id="fine" address="0xd0"/> <control id="coarse" address="0xd2"/> <!--- Control 0xdc: +/116/255 [???] --> <!--- Control 0xdd: +/116/255 [???] --> <!--- Control 0xde: +/115/255 [???] --> <!--- Control 0xe4: +/145/255 [???] --> <!--- Control 0xe6: +/140/255 [???] --> <!--- Control 0xe8: +/131/255 [???] --> <!--- Control 0xea: +/0/0 [???] --> <include file="VESA"/> </monitor> |