DDC Library
Release 1.1.1
OS - Can be used in all OS's.
Feb 28, 2003
Developer -  Sarma Kolluru

-----------------------------------------------------------------------------
PRODUCT INFORMATION
-----------------------------------------------------------------------------
DDC library is set of functions enabling the driver to give DDC support.
The DDC library is supported on Centaurus and Dorado.
The DDC library can detect the resolutions supported by the monitor 
connected to the VGA connector. 
 
   \readme.txt        This file 

-----------------------------------------------------------------------------
BUILD INSTRUCTIONS					
----------------------------------------------------------------------------- 
The DDC subdirectory needs to be copied in the driver directory. 
-  Run "/root/crlf/crlf -a" in Linux OS.
-----------------------------------------------------------------------------
INSTALLATION INSTRUCTIONS	
----------------------------------------------------------------------------- 
There is no instalation and to be treaded as a driver source code extension.
-----------------------------------------------------------------------------
UNIT TEST
DDC library when compiled is a part of the driver and cannot be unit tested.
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
REVISION HISTORY
-----------------------------------------------------------------------------
Version changes	v1.1.1  02/28/03    
-----------------------------------------------------------------------------
Dependencies:
	- crlf v1.0.1

-----------------------------------------------------------------------------
FUNCTIONAL CHANGES
-----------------------------------------------------------------------------
Added National Copyright header which replaced the GPL and BSD..
-----------------------------------------------------------------------------
DEFECTS CORRECTED
-----------------------------------------------------------------------------
- None listed
-----------------------------------------------------------------------------
FILE CHANGES
	ddc_init.c
	ddc_defs.h
	ddc_x200.c
	ddc_x200.h
	ddc_5530.c
	ddc_5530.h
	ddc.c
	ddc.h
-----------------------------------------------------------------------------
Version changes	v1.1.0  01/23/03    
-----------------------------------------------------------------------------
Dependencies:
	- crlf v1.0.1

-----------------------------------------------------------------------------
FUNCTIONAL CHANGES
-----------------------------------------------------------------------------
On SCx200 based platforms the DDC support is provided through 9211. 
If we can't find 9211 support then we have to return with error. 
This can be seen on Krill platform.
-----------------------------------------------------------------------------
DEFECTS CORRECTED
-----------------------------------------------------------------------------
- None listed
-----------------------------------------------------------------------------
FILE CHANGES
	ddc_init.c
	ddc_x200.c
-----------------------------------------------------------------------------
Version changes	v1.0.3  06/06/01    
-----------------------------------------------------------------------------
Dependencies:
	- crlf v1.0.1
	- Durango 2.31.00

-----------------------------------------------------------------------------
FUNCTIONAL CHANGES
-----------------------------------------------------------------------------
Function's w/o parameters should have void.
-----------------------------------------------------------------------------
DEFECTS CORRECTED
-----------------------------------------------------------------------------
- None listed
-----------------------------------------------------------------------------
FILE CHANGES
	ddc_init.c
	ddc_defs.h
	ddc_x200.c
	ddc_x200.h
	ddc_5530.h
	ddc.h
-----------------------------------------------------------------------------
Version changes	v1.0.2  04/26/01    
-----------------------------------------------------------------------------
Dependencies:
	- Durango 2.29.00

-----------------------------------------------------------------------------
FUNCTIONAL CHANGES
-----------------------------------------------------------------------------
Got rid of WINNT defines and NT code. The code is made generalised and 
ifdef only for WINCE.

-----------------------------------------------------------------------------
DEFECTS CORRECTED
-----------------------------------------------------------------------------
- None listed
-----------------------------------------------------------------------------
FILE CHANGES
	ddc_5530.c
	ddc_x200.c
	ddc_init.c
-----------------------------------------------------------------------------
