⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dm6430wdm.inf

📁 rt 6430采集卡windows驱动源代码
💻 INF
字号:
; Windows 2000 and XP Plug and Play INF for WDM DM6430
; Portions Copyright (c) 1993-2001, BSQUARE CORPORATION
; File Created on: 12/19/2001 at: 10:9
; This file installs devices from the device manager (F4 from the Console)
; Or from a Plug and Play add device wizard

[Version]
Signature="$Windows NT$"
Class=WinRTDevices
ClassGUID={D695ED6A-630D-4d83-8D8B-F1F0AC107AD0}
Provider=%DM6430.Provider%
DriverVer=09/12/2003,4.0.0.0

[Manufacturer]
%DM6430.Manufacturer%=DM6430,NT

[ClassInstall32]
AddReg=DM6430.AddClassReg

[DM6430.NT]
%DM6430.DeviceDesc%=DM6430.INSTALL, *DM6430

[SourceDisksNames]
1=%DM6430.DriverDiskName%,"",1

[SourceDisksFiles]
DM6430.sys=1

[DestinationDirs]
DM6430.CopyFiles = 10,system32\drivers ; WINDOWS\SYSTEM32\DRIVERS

[DM6430.INSTALL.NT.FactDef]
ConfigPriority=HARDRECONFIG
DMAConfig=W:5
IRQConfig=5
IOConfig=300-31F(3FF::)

[DM6430.LC1]
ConfigPriority=HARDRECONFIG
DMAConfig=W:5,6,7
IRQConfig=3,9,10,11,12,15,5
IOConfig=20@200-3FF%FFE0(3FF::)

[DM6430.INSTALL.NT]
LogConfig=DM6430.LC1
CopyFiles=DM6430.CopyFiles
AddReg=DM6430.AddRegLoader

[DM6430.INSTALL.NT.HW]
AddReg=DM6430.AddRegWinRT

[DM6430.AddClassReg]
HKR,,,,%DM6430.ClassName%

[DM6430.AddRegLoader]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DM6430.sys

[DM6430.AddRegWinRT]
HKR,,DMACommonBufferSize,0x00010001,16384
HKR,,DMATransferWidth,0x00010001,1
HKR,,DMAAutoinitialize,0x00010001,1
HKR,,DebugBitMask,0x00010001,3
HKR,,BusType,0x00010001,1
HKR,,SymbolicLinkName,0,"DM6430"

[DM6430.INSTALL.NT.Services]
AddService = DM6430,0x00000002,DM6430_Service_Inst

[DM6430_Service_Inst]
ServiceType     = 1
StartType       = 3  ; Start type is irrelevant on WDM
ErrorControl    = 1
ServiceBinary   = %12%\DM6430.sys
DisplayName     = %DM6430.DeviceDesc%

[DM6430.CopyFiles]
DM6430.sys

;---------------------------------------------------------------
; TODO: You can change Provider, Manufacturer, DeviceDesc
;       and DriverDiskName to match your hardware and
;       and software
;---------------------------------------------------------------

[Strings]
DM6430.Provider="RTD Embedded Technologies, Inc"
DM6430.Manufacturer="RTD Embedded Technologies, Inc"
DM6430.DeviceDesc="DM6430 WDM Device"
DM6430.ClassName="WinRT Devices"
DM6430.DriverDiskName="DM6430 WDM Installation Diskette"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -