X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/088b1e7b6af5b2b39d1d43da02379ba67e437393..c21a2deca24d58fbef00bbc2fca205e83191d5d7:/index.html?ds=inline
diff --git a/index.html b/index.html
index c7261c9..8fceeea 100644
--- a/index.html
+++ b/index.html
@@ -23,49 +23,57 @@
 		The USB cable is supported at full speed.
 		
 		
+		Experimental support for FTDI 2232 based devices has been added. They are seen by Impact as a Parallel
+		Cable III. These devices are currently significantly slower than every other supported cable.
+		
+		
 		The library is called libusb-driver as it was developed to support the USB cable, but later
 		extended to also support parallel cables.
 		
 		Supported Cables
 		The following cables are reported to work with this driver:
 		
 		These cables should work but have not yet been tested:
 		
-			- XILINX Platform Cable USB DLC9 and DLC9G
 
+			- XILINX Platform Cable USB DLC9
 
 			- Integrated Platform Cable USB on other development boards
 
 			- other Parallel Cable III clones
 
+			- other FTDI2232 based devices which use the chips standard JTAG pinout (experimental)
 
 		
 		Supported Software
 		The following software is reported to work with this driver:
 		
 		Download
 		
-			- Download usb-driver.tar.gz (to build it, you need to have the libusb development package installed. It is called libusb-dev on Debian.)
 
-			- Read the README
 
-			- Browse the CVS repository
 
+			- Download usb-driver-HEAD.tar.gz (to build it, you need to have the libusb development package installed. It is called libusb-dev on Debian.)
 
+			- Read the README
 
+			- Browse the Git repository (Summary)
 
 			- Precompiled libusb-driver.so for Debian Etch, but better build your own
 
+			- Clone the Git repository with: git clone git://git.zerfleddert.de/usb-driver
 
 		
 		Links
 		
 		
-		Michael Gernoth, $Id: index.html,v 1.12 2007-04-22 11:41:58 michael Exp $
+		Michael Gernoth