***************************************************************************
(C)Copyright 2009-2012, Fresco Logic, Incorporated.
The contents of this file are property of Fresco Logic, Incorporated
and are strictly protected by Non Disclosure Agreements. Distribution
in any form to unauthorized parties is strictly prohibited.
Driver Version :3.5.73.0 : July 23, 2012
***************************************************************************
===========================================================================
Table of Contents
===========================================================================
1. Release Files
2. WHQL Information
3. Supported Hardware
4. Supported Multi-Languages
5. Command Line Options
6. History
===========================================================================
1. Release Files
===========================================================================
---------------------------------------------------------------------------
Driver for ODM Vendor which places files unpacked next to exe file per
customer request.
---------------------------------------------------------------------------
ODM\1025
1028
1029
1030
1031
1032
1035
1036
1038
1040
1041
1042
1043
1044
1045
1046
1049
1051
1053
1055
1060
2052
2057
2070
3082
FLUSB3.0-3.5.73.0.msi
FLUSB3.0-3.5.73.0.mst
FLUSB3.0.x64-3.5.73.0.msi
FLUSB3.0.x64-3.5.73.0.mst
removedriver.vbs
Setup.exe
mup.xml
amd64_host\FLxHCIc.cat
amd64_host\FLxHCIc.inf
amd64_host\FLxHCIc.sys
amd64_host\FLxHCIm.exe
amd64_host\FLxHCIu.exe
amd64_host\WdfCoInstaller01009.dll
amd64_host\MSVCR100.dll
amd64_hub\FLxHCIh.inf
amd64_hub\FLxHCIh.sys
amd64_hub\FLxHCIh.cat
amd64_hub_vista\FLxHCIh.inf
amd64_hub_vista\FLxHCIh.sys
amd64_hub_vista\FLxHCIh.cat
i386_host\FLxHCIc.cat
i386_host\FLxHCIc.inf
i386_host\FLxHCIc.sys
i386_host\FLxHCIm.exe
i386_host\FLxHCIu.exe
i386_host\WdfCoInstaller01009.dll
i386_host\MSVCR100.dll
i386_hub\FLxHCIh.inf
i386_hub\FLxHCIh.sys
i386_hub\FLxHCIh.cat
i386_hub_vista\FLxHCIh.inf
i386_hub_vista\FLxHCIh.sys
i386_hub_vista\FLxHCIh.cat
---------------------------------------------------------------------------
Driver for General customers which supports archive installation with smaller
package size, and primitive inf drivers.
---------------------------------------------------------------------------
Official\FLUSB3.0-3.5.73.0.exe
amd64\FLxHCIc.cat
amd64\FLxHCIc.inf
amd64\FLxHCIc.sys
amd64\FLxHCIh.inf
amd64\FLxHCIh.sys
amd64\FLxHCIm.exe
amd64\FLxHCIu.exe
amd64\FLxHCIh.cat
amd64\WdfCoInstaller01009.dll
amd64\MSVCR100.dll
i386\FLxHCIc.cat
i386\FLxHCIc.inf
i386\FLxHCIc.sys
i386\FLxHCIh.inf
i386\FLxHCIh.sys
i386\FLxHCIm.exe
i386\FLxHCIu.exe
i386\FLxHCIh.cat
i386\WdfCoInstaller01009.dll
i386\MSVCR100.dll
===========================================================================
2. WHQL Information
===========================================================================
1. xHCI (USB3.0) Host Controller
WHCK Version: 2.0
Logo Type: "Device"
Device Subcategory: "USB Controller"
- Windows Logo Information
Submission ID: 1508221
Product Name: xHCI (USB3.0) Host Controller
Category: Device
Product Type: USB Controller
Qualification Level:
Signature Only - Microsoft Windows XP family, x86
Signature Only - Microsoft Windows XP family, x64
Logo - Device - Compatible with Windows 7
Logo - Device - Compatible with Windows 7 x64
2. xHCI (USB3.0) Hub
WHCK Version: 2.0
Logo Type: "Device"
Device Subcategory: "Unclassified"
- Windows Logo Information
Submission ID: : 1508319
Product Name: xHCI (USB3.0) Hub
Category: Device
Product Type: Other Device
Qualification Level:
Signature Only - Microsoft Windows XP family, x86
Signature Only - Microsoft Windows XP family, x64
Signature Only ¡V Device - Compatible with Windows 7
Signature Only - Device - Compatible with Windows 7 x64
===========================================================================
3. Supported Hardware
===========================================================================
The following hosts are supported:
- FL1000
- FL1009
- FL1100
===========================================================================
4. Supported Multi-Languages
===========================================================================
Installer Wizard Messages support the following languages:
0401 : Arabic
0404 : Traditional Chinese
0405 : Czech
0406 : Danish
0407 : German
0408 : Greek
0409 : English
040A : Spanish (Traditional)
040B : Finnish
040C : French
040E : Hungarian
0410 : Italian
0411 : Japanese
0412 : Korean
0413 : Dutch
0414 : Norwegian (Bokmal)
0415 : Polish
0416 : Portuguese (Brazilian)
0419 : Russian
041B : Slovak
041D : Swedish
041F : Turkish
0424 : Slovenian
0804 : Simplified Chinese
0816 : Portuguese(Standard)
0C04 : Chinese (Hong Kong)
0C0A : Spanish (Modern)
2C0A : Spanish (Latin America)
FLxHCIm.exe pop up messages support the following languages:
0404 : Traditional Chinese
0409 : English
0411 : Japanese
0412 : Korean
0804 : Simplified Chinese
===========================================================================
5. Command Line Options
===========================================================================
1) Silent install
Quiet mode (there is no user interaction), this will set the UI level to no UI.
Usage:
FLUSB3.0-3.5.73.0.exe { /quiet | /qn }
msiexec.exe [/i][/x] <path_to_package> { /quiet | /qn }
Example:
FLUSB3.0-3.5.73.0.exe /quiet
FLUSB3.0-3.5.73.0.exe /qn
msiexec.exe /i "FLUSB3.0-3.5.73.0.msi" /quiet
msiexec.exe /i "FLUSB3.0-3.5.73.0.msi" /qn
2) Create a log
Specifies an alternate location and name of the log file, the file name must be specified.
Usage:
FLUSB3.0-3.5.73.0.exe { /log | /L*V } [<path_to_log>]
msiexec.exe [/i][/x] <path_to_package> { /log | /L*V } <path_to_log>
Example:
FLUSB3.0-3.5.73.0.exe /log "C:\flusb3.0.log"
FLUSB3.0-3.5.73.0.exe /L*V "C:\flusb3.0.log"
msiexec.exe /i "FLUSB3.0-3.5.73.0.msi" /log "C:\flusb3.0.log"
msiexec.exe /i "FLUSB3.0-3.5.73.0.msi" /L*V "C:\flusb3.0.log"
3) Administrative installation
Installs on the network. Administrators can run an administrative installation from the command line by using this command line option.
Usage:
msiexec.exe [/a] <path_to_package>
Example:
msiexec.exe /a "FLUSB3.0-3.5.73.0.msi"
4) Help information
Displaying the command line help. Use the syntax to display the usage for the available command line options.
Usage:
FLUSB3.0-3.5.73.0.exe { /help | /? }
Example:
FLUSB3.0-3.5.73.0.exe /help
FLUSB3.0-3.5.73.0.exe /?
===========================================================================
6. Change Notes
===========================================================================
---------------------------------------------------------------------------
3.5.73.0 2012/7/23 WHCK2.0 support (WHQL certified for Windows Xp-Windows 7)
This version is not WHQL Certified for Windows 8.
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix Lenovo with only one port connected WHCK issue.
2. Fix WHCK Usb Controller Power State System Test issue.
3. Fix GET_STATUS, FUNCTION_SUSPEND requests issue.
---------------------------------------------------------------------------
3.5.66.0 2012/7/4 WHCK2.0 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix HP dock VGA suspend/resume issue.
2. Support FL1009D.
3. Change hardware LPM remoteWake default setting.
4. Fix LifeCam bandwidth issue.
5. Fix system get stuck at booting screen issue.
6. Fix AXIS device WakeOnLan issue.
7. Fix Asus controller check and low power mode issue.
8. Fix to support WD device file access issue.
9. Fix FL1100/FL1009D device enumeration issue.
10. Fix GT HS tree enumeration issue.
11. Fix Prolific CDROM SET_SEL stall issue.
12. Fix to get BOS descriptor for UsbBcd 201+.
---------------------------------------------------------------------------
3.5.46.0 2012/4/23 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix S3/S4 aging test with low power mode issue.
2. Fix WD device behind hub issue.
3. Fix WinPE mouse stuck issue.
4. Fix Usb Modem BSOD issue.
5. Fix Usb2 hub device debounce delay issue.
6. Fix HP dock device enumeration issue.
7. Fix host suprise remove issue.
---------------------------------------------------------------------------
3.5.36.0 2012/3/8 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix xHci extended capability parsing BSOD issue.
2. Fix customer usb3 device large size write handling issue.
3. Fix fast plug/unplug device not enumerated issue.
4. Fix samsung device with u1u2 setFeature stall issue.
5. Fix to add special platform to disable low power option.
---------------------------------------------------------------------------
3.5.30.0 2012/1/18 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix UASP device hub unplug issue.
2. Fix Samgsung USB3 device issue.
3. Fix portpowercycle ioctl issue.
4. Fix FL1009 Kingston pendrive issue.
5. Fix BIOS handoff issue.
6. Fix VLI usb2 hub issue.
7. Fix system get stuck at boot screen issue.
8. Fix disable/enable non-Fresco host system pop up window to ask reboot issue.
---------------------------------------------------------------------------
3.5.24.0 2011/12/16 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix to support Lemel ethernet dongle.
2. Support UsbdQueryControllerType interface.
3. Workaround AMD platform webcam issue.
4. Fix composite kb remotewake issue.
---------------------------------------------------------------------------
3.5.12.0 2011/11/7 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix host issue during stress test.
2. Fix mouse remotewake due to regression bug.
3. Fix Microsoft Natural Keyboard enumeration issue.
4. Fix to workaround Buffalo FW V1.09 bug.
5. Fix ENYO USB3 device issue.
6. Fix Lacie Neil Pollution device issue.
7. Fix WLAN dongle issue.
8. Fix IcyDock usb3 device issue.
---------------------------------------------------------------------------
3.5.4.0 2011/10/19 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix low power mode issue.
2. Fix platform autowake issue.
3. Fix Sharkoon device with FL1100 suspend/resume issue.
4. Fix Kingston device issue.
5. Fix FL1000 remotewake setting issue.
6. Fix amcap2 preview issue.
---------------------------------------------------------------------------
3.5.2.0 2011/10/04 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix iPad, 2 mice detection issue at low power mode.
2. Fix AverMedia TV dongle issue.
3. Fix AMD Platform usbfilter driver BSOD issue.
4. IO performance enhancement.
5. Fix to support U2850, Kworkd UB390 TV dongles.
6. Fix ZTE 3.5G dongle lost after suspend/resume issue.
7. Fix Sharkoon docking device's drive format issue.
---------------------------------------------------------------------------
3.4.6.0 2011/09/05 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix AverMedia TV dongle BSOD issue.
2. Fix Lenovo USB3 port device detection issue.
3. Fix D-Link 3.5G dongle fail to connect issue.
---------------------------------------------------------------------------
3.3.44.0 2011/08/15 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Disable wakeup on connect support.
2. Fix Gigabyte BT dongle BSOD issue.
3. Support Windows Update on specific platforms.
4. Fix swap 2 mice during suspend state issue.
---------------------------------------------------------------------------
3.3.35.0 2011/07/06 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix remote wakeup issue on specific models.
2. Support Kingston USB3 device on CedarTrail platform.
3. Fix MSFT mouse lost after S3 issue.
---------------------------------------------------------------------------
3.3.22.0 2011/06/15 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix boot from WinPE, Adata drive not enumerated issue.
2. Modify host detection fail message per customer request.
3. Support Windows update on specific models.
4. Support Huawei E1750 3.5G dongle device.
5. Support Vantec NST USB3 device.
---------------------------------------------------------------------------
3.3.14.0 2011/05/25 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Change driver release number for installer update check.
2. Support to detect host exists before installing driver.
3. Fix "composite mouse does not wake system".
4. Support more multi-languages for installer package.
---------------------------------------------------------------------------
3.3.0.9 2011/04/25 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix issue where Idle/Wake settings are lost during suspend/resume.
2. Fixed Product GUID in MSI package.
3. Add support for Idle Powerdown and "wake" checkbox.
4. Fix remote wake with mouse issue.
---------------------------------------------------------------------------
3.3.0.3 2011/04/22 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Change driver release number for internal management.
2. Fix to support Kingston Pen drive.
---------------------------------------------------------------------------
3.0.116.3 2011/03/02 WLK1.6 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix the device lost issue after reboot with some systems.
2. Enhance the performance.
3. Fix to support CHT8000 smart phone.
4. Fix to support iPhone.
---------------------------------------------------------------------------
3.0.114.13 2011/01/26 WLK1.5 support (WHQL certified)
---------------------------------------------------------------------------
- The following issues are fixed:
1. Fix to support Asus Audio device.
2. Enable low power feature.
3. Fix TV Tuner support.
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.