;Copyright (c) 1990-2009 ESI Corporation All rights Reserved
;
; Prodigy HD2 for Windows VISTA, 7
;==============================================================
;==============================================================
[Version]
Signature="$WINDOWS NT$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
CatalogFile.NTx86 = x86.cat
CatalogFile.NTAMD64 = amd64.cat
DriverVer=10/29/2009,1.0.8
;==============================================================
[SourceDisksNames]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.x86]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.amd64]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\X64
[SourceDisksFiles.x86]
Egosys.ico = 111
Pdhd2.sys = 222
Pdhd2wdm.sys = 222
Pdhd2Pan.exe = 222
Pdhd2Asio.dll = 222
[SourceDisksFiles.amd64]
Egosys.ico = 111
Pdhd2.sys = 222
Pdhd2Wdm.sys = 222
Pdhd2Pan.exe = 222
Pdhd2Asio.dll = 222
Pdhd2Asio32.dll = 222
;==============================================================
[WDM.CopyList]
Pdhd2Wdm.sys
[EWDM.CopyList]
Pdhd2.sys
[EWDM.App.CopyList]
Pdhd2Pan.exe
Pdhd2Asio.dll
Egosys.ico
[EWDM.Wow.CopyList]
Pdhd2Asio32.dll
[DestinationDirs]
WDM.CopyList=10,system32\drivers
EWDM.CopyList=10,system32\drivers
EWDM.App.CopyList=10,system32
EWDM.Wow.CopyList=10,SysWow64
;[DriverUp]
;CopyFiles=WDM.CopyList,EWDM.CopyList,EWDM.App.CopyList
;==============================================================
;[Manufacturer]
;==============================================================
[Manufacturer]
"EGOSYS"=DEVICES,NTx86,NTamd64
[DEVICES]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%
[DEVICES.NTx86]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%
[DEVICES.NTamd64]
%DESC_DEVICE_AA%=DEVICE_BB, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%
;==============================================================
; DEVICE_AA (32bit platform)
;==============================================================
[DEVICE_AA]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList
AddReg=DEVICE_AA.ASIO.AddReg, PinNameRegistration;,DEVICE_AA.AddReg
[DEVICE_AA.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%
[DEVICE_AA.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%
[DEVICE_AA.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst
[DEVICE_AA_Service_Inst]
DisplayName = %DEVICE_AA.SvcDesc%
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\%FILE.EWDM%
;==============================================================
; DEVICE_BB (amd64 platform)
;==============================================================
[DEVICE_BB]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList,EWDM.Wow.CopyList
AddReg=DEVICE_BB.ASIO.AddReg, PinNameRegistration;,DEVICE_BB.AddReg
[DEVICE_BB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%
[DEVICE_BB.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%
; Wow64 ASIO
HKLM,SOFTWARE\Wow6432Node\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.WOW.ASIO%"
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
[DEVICE_BB.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst
;==============================================================
; DEVICE_01
;==============================================================
[DEVICE_01]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=WDM.CopyList
AddReg=WDM.AddReg,RunOncePanel
[DEVICE_01.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo1%,WDM.Interface.Topo1
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave1%,WDM.Interface.Wave1
[WDM.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,%FILE.WDM%
HKR,,NTMPDriver,,%FILE.WDM%
HKR,Drivers,SubClasses,,"wave,mixer"
HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,,SetupPreferredAudioDevices,3,01,00,00,00
HKR,Branding,icon,,"%11%\Egosys.ico"
HKR,Branding,url,,"http://www.esi-audio.com/"
[WDM.Interface.Topo1]
AddReg=WDM.Interface.Topo1.AddReg
[WDM.Interface.Topo1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Topo1.szPname%
[WDM.Interface.Wave1]
AddReg=WDM.Interface.Wave1.AddReg
[WDM.Interface.Wave1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Wave1.szPname%
[DEVICE_01.Services]
AddService = %FILE.WDM%, 0x00000002, DEVICE_01_Service_Inst
[DEVICE_01_Service_Inst]
DisplayName = %DEVICE_01.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\%FILE.WDM%
;==============================================================
[PinNameRegistration]
HKLM,%MediaCategories%\%GUID.Pdhd2_1234%,Name,,%WDM.Wave1.szPname%
HKLM,%MediaCategories%\%GUID.Pdhd2_1234%,Display,1,00,00,00,00
[RunOncePanel]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,%FILE.PANEL%,,"%FILE.PANEL% Install"
;====================== Strings ===============================
[Strings]
MediaCategories ="SYSTEM\CurrentControlSet\Control\MediaCategories"
GUID.Pdhd2_1234 ="{5F58D228-587A-4135-9900-328CF15DC4E9}"
Proxy.CLSID ="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO ="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER ="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE ="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Topo1 ="ESI_Mixer1"
KSNAME_Wave1 ="ESI_Wave1"
Provider ="Egosys Products"
DiskDescription ="Prodigy HD2 Windows Driver for X86, X64"
DESC_DEVICE_AA ="Prodigy HD2 Controller"
DESC_DEVICE_01 ="Prodigy HD2 Audio"
PNPID_DEVICE_AA ="PCI\VEN_1412&DEV_1724&SUBSYS_41543137"
PNPID_DEVICE_01 ="ESI\PDHD2_01"
DEVICE_AA.SvcDesc ="Service for Prodigy HD2 EWDM"
DEVICE_01.SvcDesc ="Service for Prodigy HD2 WDM"
MME.DriverDesc ="Prodigy HD2 MME Driver"
WDM.Topo1.szPname ="Prodigy HD2 Mixer"
WDM.Wave1.szPname ="Prodigy HD2 Audio"
ASIO_DriverGUID ="{33496747-E97E-4ba9-9075-5A26218D8339}"
ASIO_DriverNAME ="ASIO 2.0 - ProDigy HD2"
FILE.EWDM ="Pdhd2.sys"
FILE.WDM ="Pdhd2Wdm.sys"
FILE.ASIO ="Pdhd2Asio.dll"
FILE.WOW.ASIO ="Pdhd2Asio32.dll"
FILE.PANEL ="Pdhd2Pan.exe"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.