阅读:2294回复:1
DriverStudio 3.2 例子usbfilt问题
用EzDriverInstaller 加载INF后没有响应。请大家帮我看肯呢
;; Usbfilt.inf ;; ********* PLEASE READ *********** ;; The wizard cannot create exact INF files for all buses and device types. ;; You may have to make changes to this file in order to get your device to ;; install. In particular, hardware IDs and logical configurations require ;; intervention. ;; ;; The Windows DDK documentation contains an excellent INF reference. ;; ;; TODO Review the .inf file to install the WDM filter driver. ;; ;; ;; TODO Use the Co Installer DLL to install the WDM Filter. ;; IMPORTANT: See UsbfiltDll.cpp for important Installation Notes. [Version] Signature="$Chicago$" Provider=%ProviderName% ;; TODO: Select a Device Class for the Filter Driver ;;Class=CompuwareUnknown ;;ClassGUID={312b5210-8a24-11d2-9448-00105a075f6b} Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} ;;ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} ;;Class=System DriverVer=1/01/2002,1.00.00.0000 ;--------- --------安装磁盘 ---------------------------------- [SourceDisksNames] 1 ="usbfilt",,, [SourceDisksFiles] Usbfilt.sys=1, [DestinationDirs] DefaultDestDir = 10,System32\Drivers ; ; Driver information ; [Manufacturer] %MfgName% = Mfg0 [Mfg0] %DeviceDesc% = Usbfilt_DDI, USB\VID_1221&PID_3234 ; ; General installation section ; [DefaultInstall] CopyFiles=Usbfilt.CopyFiles [Usbfilt_DDI.NT] CopyFiles=Usbfilt.CopyFiles [Usbfilt.CopyFiles] usbfilt.sys ; 9X style [Usbfilt_DDI] Addreg=YouMark_NT_AddReg ; NT style [Usbfilt_DDI.NT] Addreg=YouMark_NT_AddReg [Usbfilt_DDI.HW] AddReg=MyHWAddRegistrySection [Usbfilt_DDI.NT] AddReg=MyAddRegistrySection [MyHWAddRegistrySection] ; ; HKR,,"LowerFilters",0x00010000,"usbfilt.sys" ;HKR,,"UpperFilters",0x00010000,"usbfilt.sys" [MyHWAddRegistrySectionNT] HKR,,"LowerFilters",0x00010000,"usbfilt" ;HKR,,"UpperFilters",0x00010000,"usbfilt" ; ; Service Installation ; ;; TODO: Optionally install a WDM "function" driver [Usbfilt_DDI.NT.Services] AddService = %DeviceDesc%,0x00000002,FilterInst [FilterInst] DisplayName = %DeviceDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %10%\System32\Drivers\usbfilt.sys LoadOrderGroup = Extended Base [YouMark_NT_AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,"usbfilt.sys" HKLM, "System\CurrentControlSet\Services\Hx Usbfilt\Parameters",\ "BreakOnEntry", 0x00010001, 0 ; ; Localizable Strings ; [Strings] DeviceDesc = "Hx Usbfilt" ProviderName="Hx Usbfilt" MfgName="Hx Usbfilt" SvcDesc="Usbfilt" |
|
沙发#
发布于:2013-04-21 08:38
|
|