The files included in this distribution:
	ftdi_sio.c.diff		Required patch file for ftdi_sio.c
	ftdi_sio.h.diff		Required patch file for ftdi_sio.h
	usb-serial.h		From /usr/src/linux/drivers/usb/serial - included by ftdi_sio.c
	ftdi_sio.c		Actual patched source .c file
	ftdi_sio.h		Actual patched source .h file

To install IEE pole display driver:

You must have the kernel sources for your system installed.  If you have never built a kernel before, you may wish to visit http://www.kernel.org/ for documentation for your kernel.  Kernel sources are available from kernel.org, as well as from providers such as RedHat and SuSE.  This driver is based upon version 2.4.31 of the kernel, but should work for most, if not all, 2.4.X kernels.

cd to the directory where you extracted ftdi_sio.c.diff and ftdi_sio.h.diff.

Enter the following commands:

patch -1 <ftdi_sio.c.diff
patch -1 <ftdi_sio.h.diff

If there are no errors, the kernel may now be rebuilt.


