Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

-U3\ (BartPE-USB3-Wdf-Plugins_untested.7z) for Fresco Logic & VIA USB 3.0
        - thanks to cdob and Damnation for pioneering this procedure
           see http://forum.driverpacks.net/viewtopic. … 826#p49826
            and  http://www.911cd.net/forums//index.php? … p;p=172598

   including VIA USB 3.0 Controller/Hub, VIA USB Attached SCSI (UAS/UASP) Mass Storage Device and Fresco Logic USB 3.0 .

Fresco FL1000/FL1009/FL1100/FL1400 Controller/Hub updated to {DriverVer=07/03/2013,3.5.100.0}

Updated Intel Chipset drivers, FTDI VCP/D2xx USB-Serial drivers & Prolific PL2303 USB to Serial drivers.
   Also added some Red Hat Inc. Virtual drivers.

Included AMD PowerNow! Technology for Win2k and utility.

See first post.     smile

Last edited by TechDud (2013-08-29 00:33:30)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

There is a maybe a bug in intel chipset driver:
Few days trying to install with the latest DP and got that Intel's "Intel(R) ICH9 Family USB Universal Host Controller" does not installed properly on XP, manual installation didn't work so...
So I've investigated the inf's and found intresting place in ich9usb.inf:
[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_2934.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2934
%PCI\VEN_8086&DEV_2935.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2935
%PCI\VEN_8086&DEV_2936.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2936
%PCI\VEN_8086&DEV_2937.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2937
%PCI\VEN_8086&DEV_2938.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2938
%PCI\VEN_8086&DEV_2939.DeviceDesc%=Intel_OHCI.Dev.NT.Services,PCI\VEN_8086&DEV_2939
%PCI\VEN_8086&DEV_293A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293A
%PCI\VEN_8086&DEV_293C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293C

It's a bug or a mistake, or maybe just a mistype, but it's confirmed not just by me. Just look here:
https://communities.intel.com/message/202181

And this bug for several inf files, all of them you can find in posts of the above link

It's strange that Intel didn't fix that till now v9.4 of Chipset Installation Utility

I think it's important, and guys from NT6 branch of DriverPacks.net should be awared to, because posts of the above link says that not only XP drivers are affected, but Win 7 too.

Just tell me if you not contact with NT6 branch buy from this forum, i'll post for them manually

By the way, thank you for your GREAT work TechDud

Last edited by zawakened (2013-09-22 17:30:09)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Thank you for confirmation of this bug!
I look forward to crediting you in the changelog.     smile

"It's strange that Intel didn't fix that till now v9.4 of Chipset Installation Utility"

Not from what i've seen.  The bugs are still present, although rearranged somewhat.
I downloaded v9.4.4.1006 and there is no change from previous versions.

Intel even notes in their changelog that they have "fixed" this.  Sad, eh?

Intel wrote:

"Issues Resolved in 9.4.4.1006

ID    Description
1    Updated sections names; Fixed errors in USB INF files; Various string fixes."

It would seem that the usb files need be rolled back to those which were originally in DP_Chipset_wnt5_x86-32_1209.  Had to include those older files, or Win2k USB 2.0 wouldn't work!

Even the WHQL certification for Win2k of the newest files are bogus for non-updated media, at least.  All those newer files are seen as non-WHQL.


Sadly, i cannot find an OEM link for v9.4.4.1006.  It is only available on Station-drivers, and that is a "no-go" for inclusion of drivers for newer hardware.  C'est la vie!  Maybe they will finally get it right with v9.5.0.1069!

Tried an unsafe search of Intel, and that didn't help.
  Ref:  https://encrypted.google.com/search?q=s … p;filter=0

Last edited by TechDud (2013-09-23 09:22:13)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

TechDud wrote:

I look forward to crediting you in the changelog.

It's not necessary, really! I'm just glad to help you guys, because your work saves me so much time...
Finally I tried to deal with those inf's in your pack manually, and finally it works. Tested with ICH9 and ICH10 usb controllers, all installed succesfully. I've changed those files in your pack, so you can track the changes if you want:
ESB2usb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ESB2usb.inf                                            **
; **           Abstract: Windows* 2k & XP only INF File for                     **
; **                     Intel(R) USB devices                                   **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ESB2usb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_2688.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2688
%PCI\VEN_8086&DEV_2689.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2689
%PCI\VEN_8086&DEV_268A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_268A
%PCI\VEN_8086&DEV_268B.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_268B
%PCI\VEN_8086&DEV_268C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_268C


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_2688.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2688
%PCI\VEN_8086&DEV_2689.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2689
%PCI\VEN_8086&DEV_268A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_268A
%PCI\VEN_8086&DEV_268B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_268B
%PCI\VEN_8086&DEV_268C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_268C


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_2688.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2688
%PCI\VEN_8086&DEV_2689.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2689
%PCI\VEN_8086&DEV_268A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_268A
%PCI\VEN_8086&DEV_268B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_268B
%PCI\VEN_8086&DEV_268C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_268C


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_2688.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 2688"
PCI\VEN_8086&DEV_2689.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 2689"
PCI\VEN_8086&DEV_268A.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 268A"
PCI\VEN_8086&DEV_268B.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 268B"
PCI\VEN_8086&DEV_268C.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB2 Enhanced Host Controller - 268C"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

ibexusb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ibexusb.inf                                            **
; **           Abstract: Windows* INF                                           **
; **                     File for Intel(R) 82801 USB devices                    **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ibexusb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NTx86.6.1,NTamd64,NTamd64.6.1

[INTEL]
%PCI\VEN_8086&DEV_3B34.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B34
%PCI\VEN_8086&DEV_3B36.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B36
%PCI\VEN_8086&DEV_3B37.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B37
%PCI\VEN_8086&DEV_3B38.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B38
%PCI\VEN_8086&DEV_3B39.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B39
%PCI\VEN_8086&DEV_3B3A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B3A
%PCI\VEN_8086&DEV_3B3B.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B3B
%PCI\VEN_8086&DEV_3B3C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B3C
%PCI\VEN_8086&DEV_3B3E.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B3E
%PCI\VEN_8086&DEV_3B3F.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B3F
%PCI\VEN_8086&DEV_3B40.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3B40


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_3B34.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B34
%PCI\VEN_8086&DEV_3B36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B36
%PCI\VEN_8086&DEV_3B37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B37
%PCI\VEN_8086&DEV_3B38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B38
%PCI\VEN_8086&DEV_3B39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B39
%PCI\VEN_8086&DEV_3B3A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3A
%PCI\VEN_8086&DEV_3B3B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3B
%PCI\VEN_8086&DEV_3B3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B3C
%PCI\VEN_8086&DEV_3B3E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3E
%PCI\VEN_8086&DEV_3B3F.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3F
%PCI\VEN_8086&DEV_3B40.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B40


[INTEL.NTx86.6.1]
%PCI\VEN_8086&DEV_3B34.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B34
%PCI\VEN_8086&DEV_3B36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B36
%PCI\VEN_8086&DEV_3B37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B37
%PCI\VEN_8086&DEV_3B38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B38
%PCI\VEN_8086&DEV_3B39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B39
%PCI\VEN_8086&DEV_3B3A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3A
%PCI\VEN_8086&DEV_3B3B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3B
%PCI\VEN_8086&DEV_3B3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B3C
%PCI\VEN_8086&DEV_3B3E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3E
%PCI\VEN_8086&DEV_3B3F.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3F
%PCI\VEN_8086&DEV_3B40.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B40


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_3B34.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B34
%PCI\VEN_8086&DEV_3B36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B36
%PCI\VEN_8086&DEV_3B37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B37
%PCI\VEN_8086&DEV_3B38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B38
%PCI\VEN_8086&DEV_3B39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B39
%PCI\VEN_8086&DEV_3B3A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3A
%PCI\VEN_8086&DEV_3B3B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3B
%PCI\VEN_8086&DEV_3B3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B3C
%PCI\VEN_8086&DEV_3B3E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3E
%PCI\VEN_8086&DEV_3B3F.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3F
%PCI\VEN_8086&DEV_3B40.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B40


[INTEL.NTamd64.6.1]
%PCI\VEN_8086&DEV_3B34.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B34
%PCI\VEN_8086&DEV_3B36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B36
%PCI\VEN_8086&DEV_3B37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B37
%PCI\VEN_8086&DEV_3B38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B38
%PCI\VEN_8086&DEV_3B39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B39
%PCI\VEN_8086&DEV_3B3A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3A
%PCI\VEN_8086&DEV_3B3B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3B
%PCI\VEN_8086&DEV_3B3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3B3C
%PCI\VEN_8086&DEV_3B3E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3E
%PCI\VEN_8086&DEV_3B3F.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B3F
%PCI\VEN_8086&DEV_3B40.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3B40


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_3B34.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34"
PCI\VEN_8086&DEV_3B36.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B36"
PCI\VEN_8086&DEV_3B37.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B37"
PCI\VEN_8086&DEV_3B38.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B38"
PCI\VEN_8086&DEV_3B39.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B39"
PCI\VEN_8086&DEV_3B3A.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B3A"
PCI\VEN_8086&DEV_3B3B.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B3B"
PCI\VEN_8086&DEV_3B3C.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C"
PCI\VEN_8086&DEV_3B3E.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B3E"
PCI\VEN_8086&DEV_3B3F.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B3F"
PCI\VEN_8086&DEV_3B40.DeviceDesc="Intel(R) 5 Series/3400 Series Chipset Family USB Universal Host Controller - 3B40"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

tcrkusb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: tcrkusb.inf                                            **
; **           Abstract: Intel(R) Platform Controller Hub EG20T                 **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=tcrkusb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_8804.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_8804
%PCI\VEN_8086&DEV_8805.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_8805
%PCI\VEN_8086&DEV_8806.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_8806
%PCI\VEN_8086&DEV_880C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_880C
%PCI\VEN_8086&DEV_880D.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_880D
%PCI\VEN_8086&DEV_880E.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_880E
%PCI\VEN_8086&DEV_8807.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_8807
%PCI\VEN_8086&DEV_880F.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_880F


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_8804.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8804
%PCI\VEN_8086&DEV_8805.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8805
%PCI\VEN_8086&DEV_8806.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8806
%PCI\VEN_8086&DEV_880C.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880C
%PCI\VEN_8086&DEV_880D.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880D
%PCI\VEN_8086&DEV_880E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880E
%PCI\VEN_8086&DEV_8807.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_8807
%PCI\VEN_8086&DEV_880F.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_880F


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_8804.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8804
%PCI\VEN_8086&DEV_8805.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8805
%PCI\VEN_8086&DEV_8806.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_8806
%PCI\VEN_8086&DEV_880C.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880C
%PCI\VEN_8086&DEV_880D.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880D
%PCI\VEN_8086&DEV_880E.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_880E
%PCI\VEN_8086&DEV_8807.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_8807
%PCI\VEN_8086&DEV_880F.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_880F


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_8804.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #4 - 8804"
PCI\VEN_8086&DEV_8805.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #5 - 8805"
PCI\VEN_8086&DEV_8806.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #6 - 8806"
PCI\VEN_8086&DEV_880C.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #1 - 880c - 880C"
PCI\VEN_8086&DEV_880D.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #2 - 880d - 880D"
PCI\VEN_8086&DEV_880E.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB OHCI Controller #3 - 880e - 880E"
PCI\VEN_8086&DEV_8807.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB2 EHCI Controller #2 - 8807"
PCI\VEN_8086&DEV_880F.DeviceDesc="Intel(R) Platform Controller Hub EG20T USB2 EHCI Controller #1 - 880f - 880F"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners

ich5usb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ich5usb.inf                                            **
; **           Abstract: Windows* 2000 and XP INF Update File for               **
; **                     Intel(R) 82801 USB devices                             **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ich5usb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NT.5.2,NT.6.0,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_24D2.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_24D2
%PCI\VEN_8086&DEV_24D4.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_24D4
%PCI\VEN_8086&DEV_24D7.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_24D7
%PCI\VEN_8086&DEV_24DE.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_24DE
%PCI\VEN_8086&DEV_24DD.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_24DD
%PCI\VEN_8086&DEV_25A9.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_25A9
%PCI\VEN_8086&DEV_25AA.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_25AA
%PCI\VEN_8086&DEV_25AD.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_25AD


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_24D2.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D2
%PCI\VEN_8086&DEV_24D4.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D4
%PCI\VEN_8086&DEV_24D7.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D7
%PCI\VEN_8086&DEV_24DE.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24DE
%PCI\VEN_8086&DEV_24DD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_24DD
%PCI\VEN_8086&DEV_25A9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25A9
%PCI\VEN_8086&DEV_25AA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25AA
%PCI\VEN_8086&DEV_25AD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_25AD


[INTEL.NT.5.2]
%PCI\VEN_8086&DEV_24D2.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D2
%PCI\VEN_8086&DEV_24D4.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D4
%PCI\VEN_8086&DEV_24D7.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D7
%PCI\VEN_8086&DEV_24DE.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24DE
%PCI\VEN_8086&DEV_25A9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25A9
%PCI\VEN_8086&DEV_25AA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25AA
%PCI\VEN_8086&DEV_24DD.DeviceDesc%=Intel_USB2_2K3.NT,PCI\VEN_8086&DEV_24DD
%PCI\VEN_8086&DEV_25AD.DeviceDesc%=Intel_USB2_2K3.NT,PCI\VEN_8086&DEV_25AD


[INTEL.NT.6.0]
%PCI\VEN_8086&DEV_24D2.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D2
%PCI\VEN_8086&DEV_24D4.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D4
%PCI\VEN_8086&DEV_24D7.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D7
%PCI\VEN_8086&DEV_24DE.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24DE
%PCI\VEN_8086&DEV_24DD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_24DD
%PCI\VEN_8086&DEV_25A9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25A9
%PCI\VEN_8086&DEV_25AA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25AA
%PCI\VEN_8086&DEV_25AD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_25AD


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_24D2.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D2
%PCI\VEN_8086&DEV_24D4.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D4
%PCI\VEN_8086&DEV_24D7.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24D7
%PCI\VEN_8086&DEV_24DE.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_24DE
%PCI\VEN_8086&DEV_24DD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_24DD
%PCI\VEN_8086&DEV_25A9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25A9
%PCI\VEN_8086&DEV_25AA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_25AA
%PCI\VEN_8086&DEV_25AD.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_25AD


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Intel_USB2_2K3.NT]
Include=usbport.inf
AddReg=EHCI.AddReg.NT
CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
DelFiles=USB.DelFiles.NT ; HCCOIN.Delfiles.NT
Needs=EHCI.Dev.NT

[Intel_USB2_2K3.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_USB2_2K3.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_24D2.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D2"
PCI\VEN_8086&DEV_24D4.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D4"
PCI\VEN_8086&DEV_24D7.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D7"
PCI\VEN_8086&DEV_24DE.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24DE"
PCI\VEN_8086&DEV_24DD.DeviceDesc="Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD"
PCI\VEN_8086&DEV_25A9.DeviceDesc="Intel(R) 6300ESB USB Universal Host Controller - 25A9"
PCI\VEN_8086&DEV_25AA.DeviceDesc="Intel(R) 6300ESB USB Universal Host Controller - 25AA"
PCI\VEN_8086&DEV_25AD.DeviceDesc="Intel(R) 6300ESB USB2 Enhanced Host Controller - 25AD"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

ich6usb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ich6usb.inf                                            **
; **           Abstract: Windows* 2000 and XP INF Update File for               **
; **                     Intel(R) 82801 USB devices                             **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ich6usb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NT.5.2,NT.6.0,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_2658.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2658
%PCI\VEN_8086&DEV_2659.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2659
%PCI\VEN_8086&DEV_265A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_265A
%PCI\VEN_8086&DEV_265B.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_265B
%PCI\VEN_8086&DEV_265C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_265C


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_2658.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2658
%PCI\VEN_8086&DEV_2659.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2659
%PCI\VEN_8086&DEV_265A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265A
%PCI\VEN_8086&DEV_265B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265B
%PCI\VEN_8086&DEV_265C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_265C


[INTEL.NT.5.2]
%PCI\VEN_8086&DEV_2658.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2658
%PCI\VEN_8086&DEV_2659.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2659
%PCI\VEN_8086&DEV_265A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265A
%PCI\VEN_8086&DEV_265B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265B
%PCI\VEN_8086&DEV_265C.DeviceDesc%=Intel_USB2_2K3.NT,PCI\VEN_8086&DEV_265C


[INTEL.NT.6.0]
%PCI\VEN_8086&DEV_2658.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2658
%PCI\VEN_8086&DEV_2659.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2659
%PCI\VEN_8086&DEV_265A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265A
%PCI\VEN_8086&DEV_265B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265B
%PCI\VEN_8086&DEV_265C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_265C


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_2658.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2658
%PCI\VEN_8086&DEV_2659.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2659
%PCI\VEN_8086&DEV_265A.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265A
%PCI\VEN_8086&DEV_265B.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_265B
%PCI\VEN_8086&DEV_265C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_265C


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Intel_USB2_2K3.NT]
Include=usbport.inf
AddReg=EHCI.AddReg.NT
CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
DelFiles=USB.DelFiles.NT ; HCCOIN.Delfiles.NT
Needs=EHCI.Dev.NT

[Intel_USB2_2K3.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_USB2_2K3.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_2658.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2658"
PCI\VEN_8086&DEV_2659.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2659"
PCI\VEN_8086&DEV_265A.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265A"
PCI\VEN_8086&DEV_265B.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265B"
PCI\VEN_8086&DEV_265C.DeviceDesc="Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

ich78usb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ich78usb.inf                                           **
; **           Abstract: Windows* INF Update File                               **
; **                     Intel(R) 82801 USB devices                             **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ich78usb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NT.6.0,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_27C8.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_27C8
%PCI\VEN_8086&DEV_27C9.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_27C9
%PCI\VEN_8086&DEV_27CA.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_27CA
%PCI\VEN_8086&DEV_27CB.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_27CB
%PCI\VEN_8086&DEV_27CC.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_27CC
%PCI\VEN_8086&DEV_2830.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2830
%PCI\VEN_8086&DEV_2831.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2831
%PCI\VEN_8086&DEV_2832.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2832
%PCI\VEN_8086&DEV_2834.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2834
%PCI\VEN_8086&DEV_2835.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2835
%PCI\VEN_8086&DEV_2836.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2836
%PCI\VEN_8086&DEV_283A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_283A


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_27C8.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C8
%PCI\VEN_8086&DEV_27C9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C9
%PCI\VEN_8086&DEV_27CA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CA
%PCI\VEN_8086&DEV_27CB.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CB
%PCI\VEN_8086&DEV_27CC.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_27CC
%PCI\VEN_8086&DEV_2830.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2830
%PCI\VEN_8086&DEV_2831.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2831
%PCI\VEN_8086&DEV_2832.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2832
%PCI\VEN_8086&DEV_2834.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2834
%PCI\VEN_8086&DEV_2835.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2835
%PCI\VEN_8086&DEV_2836.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_2836
%PCI\VEN_8086&DEV_283A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_283A


[INTEL.NT.6.0]
%PCI\VEN_8086&DEV_27C8.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C8
%PCI\VEN_8086&DEV_27C9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C9
%PCI\VEN_8086&DEV_27CA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CA
%PCI\VEN_8086&DEV_27CB.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CB
%PCI\VEN_8086&DEV_27CC.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_27CC
%PCI\VEN_8086&DEV_2830.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2830
%PCI\VEN_8086&DEV_2831.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2831
%PCI\VEN_8086&DEV_2832.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2832
%PCI\VEN_8086&DEV_2834.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2834
%PCI\VEN_8086&DEV_2835.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2835
%PCI\VEN_8086&DEV_2836.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_2836
%PCI\VEN_8086&DEV_283A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_283A


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_27C8.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C8
%PCI\VEN_8086&DEV_27C9.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27C9
%PCI\VEN_8086&DEV_27CA.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CA
%PCI\VEN_8086&DEV_27CB.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_27CB
%PCI\VEN_8086&DEV_27CC.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_27CC
%PCI\VEN_8086&DEV_2830.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2830
%PCI\VEN_8086&DEV_2831.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2831
%PCI\VEN_8086&DEV_2832.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2832
%PCI\VEN_8086&DEV_2834.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2834
%PCI\VEN_8086&DEV_2835.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2835
%PCI\VEN_8086&DEV_2836.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_2836
%PCI\VEN_8086&DEV_283A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_283A


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_27C8.DeviceDesc="Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8"
PCI\VEN_8086&DEV_27C9.DeviceDesc="Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9"
PCI\VEN_8086&DEV_27CA.DeviceDesc="Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA"
PCI\VEN_8086&DEV_27CB.DeviceDesc="Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB"
PCI\VEN_8086&DEV_27CC.DeviceDesc="Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC"
PCI\VEN_8086&DEV_2830.DeviceDesc="Intel(R) ICH8 Family USB Universal Host Controller - 2830"
PCI\VEN_8086&DEV_2831.DeviceDesc="Intel(R) ICH8 Family USB Universal Host Controller - 2831"
PCI\VEN_8086&DEV_2832.DeviceDesc="Intel(R) ICH8 Family USB Universal Host Controller - 2832"
PCI\VEN_8086&DEV_2834.DeviceDesc="Intel(R) ICH8 Family USB Universal Host Controller - 2834"
PCI\VEN_8086&DEV_2835.DeviceDesc="Intel(R) ICH8 Family USB Universal Host Controller - 2835"
PCI\VEN_8086&DEV_2836.DeviceDesc="Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836"
PCI\VEN_8086&DEV_283A.DeviceDesc="Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

ich9usb.inf

; ********************************************************************************
; ********************************************************************************
; **           FileName: ich9usb.inf                                            **
; **           Abstract: Windows* 2000 and XP, 2003 Server, 2008 server, and    **
; **                     Vista INF File for                                     **
; **                     Intel(R) 82801 USB devices                             **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ich9usb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_2934.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2934
%PCI\VEN_8086&DEV_2935.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2935
%PCI\VEN_8086&DEV_2936.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2936
%PCI\VEN_8086&DEV_2937.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2937
%PCI\VEN_8086&DEV_2938.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2938
%PCI\VEN_8086&DEV_2939.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_2939
%PCI\VEN_8086&DEV_293A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_293A
%PCI\VEN_8086&DEV_293C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_293C


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_2934.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2934
%PCI\VEN_8086&DEV_2935.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2935
%PCI\VEN_8086&DEV_2936.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2936
%PCI\VEN_8086&DEV_2937.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2937
%PCI\VEN_8086&DEV_2938.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2938
%PCI\VEN_8086&DEV_2939.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2939
%PCI\VEN_8086&DEV_293A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293A
%PCI\VEN_8086&DEV_293C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293C


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_2934.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2934
%PCI\VEN_8086&DEV_2935.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2935
%PCI\VEN_8086&DEV_2936.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2936
%PCI\VEN_8086&DEV_2937.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2937
%PCI\VEN_8086&DEV_2938.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2938
%PCI\VEN_8086&DEV_2939.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_2939
%PCI\VEN_8086&DEV_293A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293A
%PCI\VEN_8086&DEV_293C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_293C


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_2934.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2934"
PCI\VEN_8086&DEV_2935.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2935"
PCI\VEN_8086&DEV_2936.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2936"
PCI\VEN_8086&DEV_2937.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2937"
PCI\VEN_8086&DEV_2938.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2938"
PCI\VEN_8086&DEV_2939.DeviceDesc="Intel(R) ICH9 Family USB Universal Host Controller - 2939"
PCI\VEN_8086&DEV_293A.DeviceDesc="Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A"
PCI\VEN_8086&DEV_293C.DeviceDesc="Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

ichausb.inf

; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************
; **           FileName: ichausb.inf                                            **
; **           Abstract: Windows* 2000 and XP INF, 2003 Server INF, Vista Update File for**
; **                     Intel(R) 82801 USB devices                             **
; **        Last Update: July 31, 2013 (Version 9.1.9 Build 1006)               **
; ********************************************************************************
; ********************************************************************************


[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
CatalogFile=ichausb.cat
DriverVer=07/31/2013, 9.1.9.1006

[SourceDisksNames]

[SourceDisksFiles]

[ControlFlags]
ExcludeFromSelect=*

[PackageInfo]
Name=Chipset
Condition=Provider(Microsoft)||InstalledDriverName(Chipset)||Provider()

[Manufacturer]
%INTEL%=INTEL,NT.5.1,NTamd64

[INTEL]
%PCI\VEN_8086&DEV_3A64.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A64
%PCI\VEN_8086&DEV_3A65.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A65
%PCI\VEN_8086&DEV_3A66.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A66
%PCI\VEN_8086&DEV_3A67.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A67
%PCI\VEN_8086&DEV_3A68.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A68
%PCI\VEN_8086&DEV_3A69.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A69
%PCI\VEN_8086&DEV_3A6A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A6A
%PCI\VEN_8086&DEV_3A6C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A6C
%PCI\VEN_8086&DEV_3A34.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A34
%PCI\VEN_8086&DEV_3A35.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A35
%PCI\VEN_8086&DEV_3A36.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A36
%PCI\VEN_8086&DEV_3A37.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A37
%PCI\VEN_8086&DEV_3A38.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A38
%PCI\VEN_8086&DEV_3A39.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A39
%PCI\VEN_8086&DEV_3A3A.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A3A
%PCI\VEN_8086&DEV_3A3C.DeviceDesc%=Intel_UniversalHCD.Dev.NT,PCI\VEN_8086&DEV_3A3C


[INTEL.NT.5.1]
%PCI\VEN_8086&DEV_3A64.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A64
%PCI\VEN_8086&DEV_3A65.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A65
%PCI\VEN_8086&DEV_3A66.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A66
%PCI\VEN_8086&DEV_3A67.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A67
%PCI\VEN_8086&DEV_3A68.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A68
%PCI\VEN_8086&DEV_3A69.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A69
%PCI\VEN_8086&DEV_3A6A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A6A
%PCI\VEN_8086&DEV_3A6C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A6C
%PCI\VEN_8086&DEV_3A34.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A34
%PCI\VEN_8086&DEV_3A35.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A35
%PCI\VEN_8086&DEV_3A36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A36
%PCI\VEN_8086&DEV_3A37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A37
%PCI\VEN_8086&DEV_3A38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A38
%PCI\VEN_8086&DEV_3A39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A39
%PCI\VEN_8086&DEV_3A3A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A3A
%PCI\VEN_8086&DEV_3A3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A3C


[INTEL.NTamd64]
%PCI\VEN_8086&DEV_3A64.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A64
%PCI\VEN_8086&DEV_3A65.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A65
%PCI\VEN_8086&DEV_3A66.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A66
%PCI\VEN_8086&DEV_3A67.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A67
%PCI\VEN_8086&DEV_3A68.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A68
%PCI\VEN_8086&DEV_3A69.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A69
%PCI\VEN_8086&DEV_3A6A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A6A
%PCI\VEN_8086&DEV_3A6C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A6C
%PCI\VEN_8086&DEV_3A34.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A34
%PCI\VEN_8086&DEV_3A35.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A35
%PCI\VEN_8086&DEV_3A36.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A36
%PCI\VEN_8086&DEV_3A37.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A37
%PCI\VEN_8086&DEV_3A38.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A38
%PCI\VEN_8086&DEV_3A39.DeviceDesc%=Intel_UHCI.Dev.NT,PCI\VEN_8086&DEV_3A39
%PCI\VEN_8086&DEV_3A3A.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A3A
%PCI\VEN_8086&DEV_3A3C.DeviceDesc%=Intel_EHCI.Dev.NT,PCI\VEN_8086&DEV_3A3C


[Intel_UniversalHCD.Dev.NT]
Include=usb.inf
Needs=UniversalHCD.Dev.NT

[Intel_UniversalHCD.Dev.NT.Services]
Include=usb.inf
Needs=UniversalHCD.Dev.NT.Services

[Intel_UHCI.Dev.NT]
Include=usbport.inf
Needs=UHCI.Dev.NT

[Intel_UHCI.Dev.NT.Services]
Include=usbport.inf
Needs=UHCI.Dev.NT.Services

[Intel_UHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=UHCI.Dev.NT.CoInstallers

[Intel_EHCI.Dev.NT]
Include=usbport.inf
Needs=EHCI.Dev.NT

[Intel_EHCI.Dev.NT.Services]
Include=usbport.inf
Needs=EHCI.Dev.NT.Services

[Intel_EHCI.Dev.NT.CoInstallers]
Include=usbport.inf
Needs=EHCI.Dev.NT.CoInstallers

[Strings]
INTEL="Intel"
PCI\VEN_8086&DEV_3A64.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A64"
PCI\VEN_8086&DEV_3A65.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A65"
PCI\VEN_8086&DEV_3A66.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A66"
PCI\VEN_8086&DEV_3A67.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A67"
PCI\VEN_8086&DEV_3A68.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A68"
PCI\VEN_8086&DEV_3A69.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A69"
PCI\VEN_8086&DEV_3A6A.DeviceDesc="Intel(R) ICH10 Family USB Enhanced Host Controller - 3A6A"
PCI\VEN_8086&DEV_3A6C.DeviceDesc="Intel(R) ICH10 Family USB Enhanced Host Controller - 3A6C"
PCI\VEN_8086&DEV_3A34.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A34"
PCI\VEN_8086&DEV_3A35.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A35"
PCI\VEN_8086&DEV_3A36.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A36"
PCI\VEN_8086&DEV_3A37.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A37"
PCI\VEN_8086&DEV_3A38.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A38"
PCI\VEN_8086&DEV_3A39.DeviceDesc="Intel(R) ICH10 Family USB Universal Host Controller - 3A39"
PCI\VEN_8086&DEV_3A3A.DeviceDesc="Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A"
PCI\VEN_8086&DEV_3A3C.DeviceDesc="Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C"
REG_DWORD =0x00010001


; Copyright (c) 2003-2013 Intel Corporation
; 
; ********************************************************************************
; Intel is making no claims of usability, efficacy or warranty.
; ********************************************************************************
; Information in this document is provided in connection with Intel products. No
; license, express or implied, by estoppel or otherwise, to any intellectual
; property rights is granted by this document. Intel assumes no liability
; whatsoever, and Intel disclaims any express or implied warranty, relating to
; sale and/or use of Intel products including liability or warranties relating to
; fitness for a particular purpose, merchantability, or infringement of any
; patent, copyright or other intellectual property right. Intel products are not
; intended for use in medical, life saving, or life sustaining applications.
; ********************************************************************************
; Intel Corporation disclaims all warranties and liabilities for the use of this
; document and the information contained herein, and assumes no responsibility for
; any errors which may appear in this document, nor does Intel make a commitment
; to update the information contained herein. Intel reserves the right to make
; changes to this document at any time, without notice.
; ********************************************************************************
; ********************************************************************************
; 
; * Third-party brands and names are the property of their respective owners.

Last edited by zawakened (2013-09-23 13:39:36)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Editing the .Inf files is OK except for the fact that it will break WHQL/WHCK signing.
This could have the undesired effect of having the built-in OS drivers installed instead for at least older chipsets.
It is also possible that the drivers in the I\2k folder are installed instead where the HWID's match.

There is also the fact that some Intel USB drivers have registry entries that are not present in the newer driver revisions.

zawakened wrote:
TechDud wrote:

I look forward to crediting you in the changelog.

"It's not necessary, really!"

I appreciate contributions from others and would find it an err on my part to not at least ask if it is OK to give credit where credit is due.  If you do not want to be credited, that is OK too.

May i have your permission to credit you in the changelog?

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

TechDud wrote:

May i have your permission to credit you in the changelog?

Of course you may, but I don't really care of it... Please, could you answer my question in this forum thread

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Rolled-back Intel USB drivers to stamp out the bugs.

Newer drivers that have no precedent have been archived in ..I\1_Original_Erroneous_IntelUSB_drivers.7z to prevent installation on Win2k.  The generic Windows driver will be installed instead.

All unofficial Chipset packs have likely suffered from this, since after the Officially released DP_Chipset_wnt5_x86-32_1209 (including DP_Chipset_wnt5_x86-32_1211b5.7z).

Thanks again to zawakened for confirming this issue!     smile


DP_Chipset_wnt5_x86-32_1309231.7z - 9.09 MB   8b152ccadba386d2c70c97695541f28b590bf2fc

edit:  link removed - updated near topic end

Last edited by TechDud (2013-09-24 15:40:38)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

DP_Chipset_wnt5_x86-32_1310251.7z - 9.61 MB   31f6e60afbcc949706b462ae7cff13371d249ab8

I publicly apologize to zawakened for neglecting to thank him in the included changelog.

edit:  link removed - updated near topic end

Last edited by TechDud (2013-11-10 20:32:51)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

DP_Chipset_wnt5_x86-32_1311161.7z - 9.62MB   b04d798e60e45f108caeb7d4f57e228fa2a49864

updated VIA USB 3.0 drivers and PE plugin (somebody, please tell me if it does work).

edit:  link removed - updated near topic end

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Found an OEM link for Intel Chipset v9.4.4.1006!

Note that the Chipset pack does not install AMD's USBfilter, contrary to what is noted in the changelog.
  Avoid installation in Virtual Environments, as it causes known issues.

DP_Chipset_wnt5_x86-32_1401031.7z - 9.64 MB   2eb9e67274d6f9a10dd5e179982e90c68d26c2d6

edit:  link removed - updated near topic end

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

That included version of USBfilter may not be suitable for NT5!
   Avoid installation of that included USBFilter.inf period (exclaimation-mark), for now.
                                            It "borked" my USB ports!
                 The previous version worked fine. (2.0.10.266, IIRC)

                                              ...efforting to confirm...

Last edited by TechDud (2014-01-21 18:40:07)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Whoops!  That warning about AMD's USBFilter was a false alarm.
  It was my installation method that was flawed.
    "Active Install" caused the USB ports to not function.
  When installing using the correct method, it works fine.     smile

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Hello MR T.

thanks for the reassurance!!..

Welcom back^^
I was afraid you had disappeared into the ice age.
It was very cold Lately in your neighborhood!..if I understood it well on TV!

Today Install successfull on eMachines eM350 (very small notebook)!.
And inside HDD Samsung SSD 840 PRO (238 GB)..

Install happend with USB (WinSetupFromUSB).
http://www.msfn.org/board/topic/120444- … -with-gui/
http://www.winsetupfromusb.com/downloads/

=========== 
PCI Devices 
=========== 
PCI\VEN_168C&DEV_002B&SUBSYS_E016105B&REV_01\4&20975680&0&00E1: Qualcomm Atheros AR5B95 Wireless Network Adapter
PCI\VEN_1969&DEV_1062&SUBSYS_03491025&REV_C0\4&192AC53F&0&00E0: Qualcomm Atheros AR8132 PCI-E Fast Ethernet Controller
PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_E2\3&B1BFB68&0&F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&DEV_27BC&SUBSYS_00000000&REV_02\3&B1BFB68&0&F8 : Intel(R) NM10 Family LPC Interface Controller - 27BC
PCI\VEN_8086&DEV_27C1&SUBSYS_03491025&REV_02\3&B1BFB68&0&FA : Intel(R) ICH7R/DH SATA AHCI Controller
PCI\VEN_8086&DEV_27C8&SUBSYS_03491025&REV_02\3&B1BFB68&0&E8 : Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8
PCI\VEN_8086&DEV_27C9&SUBSYS_03491025&REV_02\3&B1BFB68&0&E9 : Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9
PCI\VEN_8086&DEV_27CA&SUBSYS_03491025&REV_02\3&B1BFB68&0&EA : Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA
PCI\VEN_8086&DEV_27CB&SUBSYS_03491025&REV_02\3&B1BFB68&0&EB : Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB
PCI\VEN_8086&DEV_27CC&SUBSYS_03491025&REV_02\3&B1BFB68&0&EF : Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC
PCI\VEN_8086&DEV_27D0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E0 : Intel(R) N10/ICH7 Family PCI Express Root Port - 27D0
PCI\VEN_8086&DEV_27D2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E1 : Intel(R) N10/ICH7 Family PCI Express Root Port - 27D2
PCI\VEN_8086&DEV_27D8&SUBSYS_03491025&REV_02\3&B1BFB68&0&D8 : Microsoft UAA-busstuurprogramma voor High Definition Audio
PCI\VEN_8086&DEV_27DA&SUBSYS_03491025&REV_02\3&B1BFB68&0&FB : Intel(R) N10/ICH7 Family SMBus Controller - 27DA
PCI\VEN_8086&DEV_A010&SUBSYS_00000000&REV_00\3&B1BFB68&0&00 : Intel(R) N10 Family DMI Bridge - A010
PCI\VEN_8086&DEV_A011&SUBSYS_03491025&REV_00\3&B1BFB68&0&10 : Intel(R) Graphics Media Accelerator 3150
PCI\VEN_8086&DEV_A012&SUBSYS_03491025&REV_00\3&B1BFB68&0&11 : Intel(R) Graphics Media Accelerator 3150
17 matching device(s) found.
 
=========== 
USB Devices 
=========== 
USB\ROOT_HUB\4&13727A0A&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&1E85153&0                                    : USB-hoofdhub
USB\ROOT_HUB\4&36994BA1&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&50C2D93&0                                    : USB-hoofdhub
USB\ROOT_HUB20\4&B9312BE&0                                  : USB-hoofdhub
USB\VID_0402&PID_7675\5&24F64713&0&4                        : WebCam
USB\VID_1BCF&PID_05CA\5&65769C5&0&1                         : Samengesteld USB-apparaat
USB\VID_1BCF&PID_05CA&MI_00\6&4D01F95&0&0000                : USB-HID
USB\VID_1BCF&PID_05CA&MI_01\6&4D01F95&0&0001                : USB-HID
9 matching device(s) found.
 
============= 
Input Devices 
============= 
HID\VID_1BCF&PID_05CA&MI_00\7&301AD8F2&0&0000               : HID-toetsenbordapparaat
HID\VID_1BCF&PID_05CA&MI_01&COL01\7&1CEABCB4&0&0000         : HID-compliant muis
HID\VID_1BCF&PID_05CA&MI_01&COL02\7&1CEABCB4&0&0001         : HID-compliant apparaat
HID\VID_1BCF&PID_05CA&MI_01&COL03\7&1CEABCB4&0&0002         : HID-compliant besturingsapparaat van gebruikers
HID\VID_1BCF&PID_05CA&MI_01&COL04\7&1CEABCB4&0&0003         : HID-compliant apparaat
HID\VID_1BCF&PID_05CA&MI_01&COL05\7&1CEABCB4&0&0004         : HID-compliant apparaat
6 matching device(s) found.
 
============ 
ACPI Devices 
============ 
ACPI\ACPI0003\4&95FC7E9&0                                   : Microsoft AC-adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI-vaste-functieknop
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_28\_0                : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_28\_1                : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
ACPI\INT0800\4&95FC7E9&0                                    : Intel(R) 82802 Firmware Hub Device
ACPI\PNP0000\4&95FC7E9&0                                    : Programmeerbare interruptcontroller
ACPI\PNP0100\4&95FC7E9&0                                    : Systeemtimer
ACPI\PNP0103\4&95FC7E9&0                                    : High Precision Event Timer
ACPI\PNP0200\4&95FC7E9&0                                    : Controller voor directe geheugentoegang
ACPI\PNP0303\4&95FC7E9&0                                    : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0A08\2&DABA3FF&0                                    : PCI-bus
ACPI\PNP0B00\4&95FC7E9&0                                    : Systeem-CMOS/Real-timeklok
ACPI\PNP0C02\4&95FC7E9&0                                    : Moederbordbronnen
ACPI\PNP0C04\4&95FC7E9&0                                    : Numerieke-gegevensprocessor
ACPI\PNP0C09\1                                              : Ingesloten controller die voldoet aan Microsoft ACPI
ACPI\PNP0C0A\1                                              : Accu die voldoet aan Microsoft ACPI-besturingsmethode
ACPI\PNP0C0B\0                                              : ACPI-ventilator
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI-aan/uit-knop
ACPI\PNP0C0D\2&DABA3FF&0                                    : ACPI-deksel
ACPI\PNP0C0E\2&DABA3FF&0                                    : ACPI-slaapstandknop
ACPI\PNP0C14\APGE                                           : Microsoft Windows Beheerinterface voor ACPI
ACPI\SYN1B1C\4&95FC7E9&0                                    : PS/2-compatibele muis
ACPI\THERMALZONE\THRM                                       : ACPI-thermale zone
ACPI_HAL\PNP0C08\0                                          : Systeem dat voldoet aan Microsoft ACPI
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor-pc
25 matching device(s) found.
 
============ 
 HDA Audio 
============ 
HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_10250349&REV_1000\4&1A829C4B&0&0001: Realtek High Definition Audio
1 matching device(s) found.
 
============ 
RAID Devices 
============ 
PCI\VEN_8086&DEV_27C1&SUBSYS_03491025&REV_02\3&B1BFB68&0&FA
    Name: Intel(R) ICH7R/DH SATA AHCI Controller
    Hardware ID's:
        PCI\VEN_8086&DEV_27C1&SUBSYS_03491025&REV_02
        PCI\VEN_8086&DEV_27C1&SUBSYS_03491025
        PCI\VEN_8086&DEV_27C1&CC_010601
        PCI\VEN_8086&DEV_27C1&CC_0106
    Compatible ID's:
        PCI\VEN_8086&DEV_27C1&REV_02
        PCI\VEN_8086&DEV_27C1
        PCI\VEN_8086&CC_010601
        PCI\VEN_8086&CC_0106
        PCI\VEN_8086
        PCI\CC_010601
        PCI\CC_0106
1 matching device(s) found.
 

SETUP:

2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Chipset 1401031!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Graphics A 1311181!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Graphics B 1311141!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Graphics C 1311141!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack LAN 1401031!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Mass Storage 1401041!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Sound A 1401021!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack Sound B 1401021!
2014-01-19 19:44:47 : <INIT> 	Detected DriverPack WLAN 1401031!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics ATi-Hydravision 1310281!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics ATi-Legacy 131!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics ATi-TV 1310291!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics ATi OpenCL-vc2k10 1310281!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics ATi Runtimes!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics Intel Runtimes 1310301!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics Languages 1310311!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics nVidia GFxp-upd-NET4 1311101!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics PhysX-Legacy 1310271!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Graphics PhysX 1310311!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack HID 1209!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack MassStorage intel-pciide 1401041!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack MassStorage intelide 1401041!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Misc 1401031!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack Modem 1401021!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack SmartCard 1401031!
2014-01-19 19:44:47 : <INIT> 	Detected 3rd Party DriverPack WebCam 1307131!

Grt

Last edited by Babyboy (2014-01-25 09:18:53)

http://d1syubgj0w3cyv.cloudfront.net/cdn/farfuture/Av2BDsDf_iiqO8a4dpI49DKicUs_0zEQtEPcTGyCqV4/perpetual:forever/userbar/tester-1.png

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Updated Chipset DriverPack with latest Fresco Logic USB3 driver
   and now automatic AMD SB7xx-SB9xx USBFilter installation - except in Virtual environments

DP_Chipset_wnt5_x86-32_1401261.7z - 24.76 MB   C4EF2415FF035636A703E3D613E9338DACA1C89F     big_smile

edit:  link removed - updated near topic end

Groeten Meneer Babyboy!  Hoe gaat het?

"It was very cold Lately in your neighborhood!"

No, not really.  Average temperature has been about 1 degree Celsius over the last few weeks.
East of the Rocky Mountains have been battered by the cold.

Last week, Yellowknife (Yukon Territory) was actually warmer than Tallahassee (Florida), as noted that day on TV!!!     yikes

Much has been made in the media about the "Polar Vortex", yet they completely avoided mention of the "North-Pacific Vortex" which had flung the jet stream in a elongated bow from Siberia south beyond Hawaii, then into Alaska then sharply downward along the Rocky Mountains.

That particular wind pattern has since changed, yet here is a great link which offers a global visualization (thanks to an enenews commenter) for future reference.
http://earth.nullschool.net/#current/wi … ,51.37,390

Here's hoping things warm up in OverFlow's neck of the woods though not too quickly, or flooding may become a new concern.

http://earth.nullschool.net/#current/wi … ,57.98,642
From the above link, it would appear that the North Atlantic is now seeing some turbulent wind patterns.
  Note the small stationary vortex north of Quebec.     hmm


PS:  The WebCam DriverPack has been updated for that model of netbook you reported successful installation upon, Babyboy (from the download page for that model).
http://forum.driverpacks.net/viewtopic. … 954#p56954

Last edited by TechDud (2014-01-29 19:37:27)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Those of us in Southern California are suffering in that our normal weather patterns have been disrupted such that winter rainfall has been missing. January is supposed to be the rainy season and, so far, nothing!!!  Governor has declared a drought emergency - wants everyone to reduce consumption by 20%.

The present winter "Polar Express" and/or "Polar Vortex" have brought snow to Atlanta, New Orleans, and other 'southern' cities.

SuperBowl, so far, is still scheduled for Sunday - that could be changed depending on the weather.

http://d1syubgj0w3cyv.cloudfront.net/cdn/farfuture/ajoHKH618C_cS2O6V00_aY3Cse0ggjzP4uxI8Hk5viw/perpetual:forever/userbar/donator-3.png

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Drought now, fires soon if not now, mudslides to follow in spring perhaps.
  Not boding well for food production too in SoCal.
    Other areas also feeling the pinch.

xdrfox wrote:

"The Neverending Deluge: Pacific Heat + Fixed Jet Stream Parks Anomalous January Cyclone Lingling Over Philippines For Two Weeks"
http://robertscribbler.wordpress.com/20 … two-weeks/
   quoted from:  http://optimalprediction.com/wp/cesium- … ment-21233

Will go through once more & roll-back intel chipset drivers where an older version exists.
  Those damn Security Catalog files have every single HWID from all .Inf's included.
     No wonder setup takes much longer since they were included in nightlies, long ago.     hmm

Last edited by TechDud (2014-01-30 17:26:42)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Updated.  incl.  Cleaned up Intel drivers & rolled-back most.

DP_Chipset_wnt5_x86-32_1403071.7z - 33.41 MB   4d8d201c71d200485ea4fbd401b8704e4552bba0

edit:  link removed - updated near topic end

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Updated Fresco Logic USB3:
DP_Chipset_wnt5_x86-32_1405191.7z - 33.28 MB   00C8660DC38DC00EFDEDD9EC8A69815FBE332BD7

edit:  link removed - updated near topic end

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

HI,
I like to do a smaller version of this Driver Pack without any USB drivers. What do i need to remove to accomplish that? only removing the "U", "U3" and "Ul" folders?

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

you can remove drivers easily, adding them is hard.

it makes sense that it would be the U... folders, i haven't worked on this pack myself yet.

Why do you want them out?

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

I want to remove the USB Drivers beacuase it will save a lot of space. And i need to do this so that i can fit the SATA LAN WLAN and Chipset Driver Packs on the same Windows XP CD.
But i'm not really sure what to remove to clean this Driver Pack from the USB drivers.

Last edited by Outbreaker (2014-09-11 23:31:02)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

the full explanation is here http://forum.driverpacks.net/viewtopic.php?id=2461

but basically you just

1) remove the folders and the associated entries in the packs INI file.

2) use 7zip to repack.

Optional:
  If you are really living large you can use this method to pack it. http://forum.driverpacks.net/viewtopic. … 538#p57538 That helps some of our sister sites to use our packs more efficiently with their tools and we release them officially this way as good will gesture.

test, update, retest, reupdate,... success, share

big_smile

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

Okay i now found out what's taking so much space, it's the Asus Utility and VIA Utility.
The question is now what do i have to remove if i don't what to included the files "ATKPI.CAB" and "ViaSetup.exe" and want only drivers and no Asus and VIA Utilities?

Last edited by Outbreaker (2014-09-12 22:12:11)

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

good question,

Best option is delete them. And nothing halts the driver install, and nothing is annoyed in Device Mangler, and no annoying missing file popups. A test will be required. Several would be better big_smile.

What is the result of said test? ... I can fix that... if needed.

changing files can and will invalidate a driver to windows setup.
(Break Driver Signing)

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [Nightlies] DP_Chipset_wnt5_x86-32_1304-1501 - Public

There has been some debate about two packs or one.

USB seems to be a chipset level driver... If something makes sense to you try it big_smile.

could split out the two fat cats into a 3rd party DriverPack making it an option... with or without utility.

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.