csc008008
驱动牛犊
驱动牛犊
  • 注册日期2013-04-15
  • 最后登录2013-04-17
  • 粉丝0
  • 关注0
  • 积分2分
  • 威望11点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:2226回复:1

DriverStudio 3.2 例子usbfilt问题

楼主#
更多 发布于:2013-04-15 13:45
用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"
gw_net
驱动牛犊
驱动牛犊
  • 注册日期2006-06-29
  • 最后登录2013-05-07
  • 粉丝0
  • 关注0
  • 积分6分
  • 威望51点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2013-04-21 08:38


AMD现在招几十名linux/android内核开发人员
有意者发邮件到gw_net@163.com
gw_net@163.com
游客

返回顶部