This bundle contains a modified CP210x driver for the 2.6.38 kernel (Ubuntu 11.04).

	NOTE: This driver is a modified version of the existing driver in the Linux 2.6.38 kernel, 
	which is maintained at kernel.org.
		(The line         { USB_DEVICE(0x106F, 0x0003) }, /* Crane CPI BCR */
		 is added to the static struct usb_device_id id_table )
    
    In the event of problem try downloading the latest source of cp210x.c and making a
    corrssponding modification.

Build instrutions:

	Ubuntu:
	1. make ( your cp210x driver )
	   This will cp cp210x.ko to /lib/modules/<kernel-version>/kernel/drivers/usb/serial


	RedHat:
	1. yum update kernel*  //need to update the kernel first otherwise your header won't match
	2. yum install kernel-devel kernel-headers  //get the devel and header packages.
	3. reboot  //your build link should be fixed after your system come back
	4. make ( your cp210x driver )  // should be able to build successfully at this point
	   This will cp cp210x.ko to /lib/modules/<kernel-version>/kernel/drivers/usb/serial
   
   
Using the module:
The module needs be installed after every boot. You can achieve this by running the insmod.sh
script enclosed.


