Remove legacy EEPROM fields from FT4232H.
[libftdi] / README.mingw
index c8857cf..5b9e65c 100644 (file)
@@ -1,6 +1,6 @@
 * How to cross compile libftdi-1.x for Windows? *
    1 - Prepare a pkg-config wrapper according to
-       https://www.flameeyes.eu/autotools-mythbuster/pkgconfig/cross-compiling.html ,
+       https://autotools.io/pkgconfig/cross-compiling.html ,
        additionally export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS and
        PKG_CONFIG_ALLOW_SYSTEM_LIBS.
    2 - Write a CMake toolchain file according to
    6 - run
        make install DESTDIR=$HOME/i686-w64-mingw32-root/
 
-* How to run libftdi-1.x under Windows *
+* How to run libftdi 1.x under Windows *
 
-libusbx (or libusb-1.0) Windows backend will rely on a proper driver to run.
-Please refer to the following wiki page on the instruction of
-installation of the proper driver.
-https://github.com/libusbx/libusbx/wiki/Windows-Backend#wiki-How_to_use_libusbx_on_Windows
+On 26-Jan-2014, libusbx and libusb project were merged with the release
+of libusb-1.0.18 and now the project is called libusb.
 
-As of Jan 09 2013, libusb-1.0 Windows backend only supports WinUSB
-and libusbx's support of libusb0.sys and libusbk.sys are considered less
-mature than WinUSB. Therefore, WinUSB driver installation using Zadig
+libusb Windows backend will need to rely on a proper driver to run.
+Please refer to the following wiki page for proper driver installation.
+https://github.com/libusb/libusb/wiki/Windows#wiki-How_to_use_libusb_on_Windows
+
+As of 26-Jan-2014, libusb Windows backend supports WinUSB,
+libusb0.sys and libusbk.sys driver. However, libusb's support of
+libusb0.sys and libusbk.sys is considered to be less mature than
+WinUSB. Therefore, WinUSB driver installation using Zadig
 is recommended.
 
 Take note once you replace the original FTDI driver with WinUSB driver,