Release note:
Project: Linux driver for TW68xx
Version: 1.10.128

How to build the source code:
        a) Create the directory what you want. Ex: "\home\stchen\project\driver\".
        b) Type "make clean" in the directory. 
        c) Type "make" to make the driver.
        d) Type "make install" to install the driver.
	e) Please check the Makefile for other parameters.

How to install/uninstall the driver:
	a) Type "modprobe tw680x" to load the realtime driver.
	b) Type "modprobe tw680x switching=1" to load the switching mode driver.
	c) Type "modprobe -r tw680x" to unload the driver.

Updates:
	a) Support kernel version: 2.6.28
	b) Support realtime and switching mode.
	c) Support the loading parameter to switch the driver mode.
	d) Move the source code out form the "bt8xx" directory.
	e) Rename the driver's name from "bttv" to "tw680x". 
	f) Add some parameter for builder below:
		* make clean
		* make 
		* make install / make uninstall
		* make load / make reload
		* make tar
