***************************************************************************

    (C)Copyright 2009-2011, 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.4.6.0 : Sept 2, 2011
    
***************************************************************************

===========================================================================
Table of Contents
===========================================================================
1. Release Files
2. WHQL Information
3. Supported Multi-Languages
4. Command Line Options
5. History

===========================================================================
1. Release Files
===========================================================================
---------------------------------------------------------------------------
Driver for ODM Vendor which places files unpacked next to exe file per 
customer request. 
---------------------------------------------------------------------------

ODM\1028
    1029
    1031
    1036
    1041
    1042
    1049
    1055
    2052
    2057
    FLUSB3.0-3.4.6.0.msi
    FLUSB3.0-3.4.6.0.mst
    FLUSB3.0.x64-3.4.6.0.msi
    FLUSB3.0.x64-3.4.6.0.mst
    removedriver.vbs
    Setup.exe
    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_hub\FLxHCIh.inf
    amd64_hub\FLxHCIh.sys
    amd64_hub\Fresco.cat
    amd64_hub_vista\FLxHCIh.inf
    amd64_hub_vista\FLxHCIh.sys
    amd64_hub_vista\fresco.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_hub\FLxHCIh.inf
    i386_hub\FLxHCIh.sys
    i386_hub\Fresco.cat
    i386_hub_vista\FLxHCIh.inf
    i386_hub_vista\FLxHCIh.sys
    i386_hub_vista\Fresco.cat

---------------------------------------------------------------------------
Driver for General customers which supports archive installation with smaller
package size, and primitive inf drivers.
---------------------------------------------------------------------------
    
Official\FLUSB3.0-3.4.6.0.exe
         amd64\FLxHCIc.cat
         amd64\FLxHCIc.inf
         amd64\FLxHCIc.sys
         amd64\FLxHCIh.inf
         amd64\FLxHCIh.sys
         amd64\FLxHCIm.exe
         amd64\FLxHCIu.exe
         amd64\Fresco.cat
         amd64\WdfCoInstaller01009.dll
         i386\FLxHCIc.cat
         i386\FLxHCIc.inf
         i386\FLxHCIc.sys
         i386\FLxHCIh.inf
         i386\FLxHCIh.sys
         i386\FLxHCIm.exe
         i386\FLxHCIu.exe
         i386\Fresco.cat
         i386\WdfCoInstaller01009.dll

===========================================================================
2. WHQL Information
===========================================================================
1. xHCI (USB3.0) Host Controller
    WLK Version: 1.6
    Logo Type: "Device"
    Device Subcategory: "USB Controller"
    - Windows Logo Information
      Submission ID: 1468076 
      Product Name: xHCI (USB3.0) Host Controller
      Category: Device
      Subcategory: Bus Controllers and Ports > USB Controller
      Qualification Level: 
    Signature Only - Microsoft Windows XP family, x86 - Unclassified
    Signature Only - Microsoft Windows XP family, x64 - Unclassified
    Logo - Microsoft Windows Vista family, x86 Basic - Basic
    Logo - Microsoft Windows Vista family, x64 Basic - Basic
    Logo - Device - Compatible with Windows 7
    Logo - Device - Compatible with Windows 7 x64
 
2. xHCI (USB3.0) Hub
    WLK Version: 1.6
    Logo Type: "Device"
    Device Subcategory: "USB Hub"
    - Windows Logo Information
      Submission ID: 1468077
      Product Name: xHCI (USB3.0) Hub
      Category: Device
      Subcategory: Bus Controllers and Ports > USB Hub
      Qualification Level: 
    Signature Only - Microsoft Windows XP family, x86 - Unclassified
    Signature Only - Microsoft Windows XP family, x64 - Unclassified
    Logo - Microsoft Windows Vista family, x86 Basic - Basic
    Logo - Microsoft Windows Vista family, x64 Basic - Basic
    Logo - Device - Compatible with Windows 7
    Logo - Device - Compatible with Windows 7 x64

===========================================================================
3. 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

===========================================================================
4. 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.4.6.0.exe { /quiet | /qn }
        msiexec.exe [/i][/x] <path_to_package> { /quiet | /qn }
	Example: 
        FLUSB3.0-3.4.6.0.exe /quiet
        FLUSB3.0-3.4.6.0.exe /qn
        msiexec.exe /i "FLUSB3.0-3.4.6.0.msi" /quiet
        msiexec.exe /i "FLUSB3.0-3.4.6.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.4.6.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.4.6.0.exe /log "C:\flusb3.0.log"
        FLUSB3.0-3.4.6.0.exe /L*V "C:\flusb3.0.log"
        msiexec.exe /i "FLUSB3.0-3.4.6.0.msi" /log "C:\flusb3.0.log"
        msiexec.exe /i "FLUSB3.0-3.4.6.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.4.6.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.4.6.0.exe { /help | /? }
	Example:
	    FLUSB3.0-3.4.6.0.exe /help
        FLUSB3.0-3.4.6.0.exe /?
        
===========================================================================
5. Change Notes
===========================================================================
---------------------------------------------------------------------------
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 Lenevo 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.
