📄 mo_amdm2.inf
字号:
;*****************************************************************************
;
; Name: mo_amdm2.inf
;
; Function:
; Install the Motorola 1xEV-DO Handset (WDM) on Win2000
;
; Copyright (c) 1997-2003 MCCI
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
; NOTICE: This software is licensed, not sold. Any modification of this
; inf file to change the reference to an operating system or to change the
; reference to a device is not permitted unless authorized in writing by
; Moore Computer Consultants, Inc.
;
;*****************************************************************************
[Version]
signature="$WINDOWS NT$"
Class=Modem
ClassGuid={4d36e96d-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
DriverVer=12/11/2003, 4.18.0.2700
;CatalogFile=mo_amdm.cat
[ControlFlags]
ExcludeFromSelect = *
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"mo_amdm.sys",,
[SourceDisksFiles]
; filename = diskid[,[ subdir][, size]]
mo_amdm.sys = 1
mo_acmnt.sys = 1
mo_amdfl.sys = 1
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; system32\drivers
;-----------------------------------------------------------------------------
; Table of Contents
;-----------------------------------------------------------------------------
[Manufacturer]
%Motorola%=Motorola
;-----------------------------------------------------------------------------
; Device-by-device entries
;-----------------------------------------------------------------------------
[Motorola]
%Motorola.Modem.Desc% = Motorola.Install, USB\VID_22B8&PID_6631&MI_00&OS_NT
%Motorola.Modem.Desc% = Motorola.Install, USB\VID_22B8&PID_2842&MI_00&OS_NT
;-----------------------------------------------------------------------------
; Installation instructions
;-----------------------------------------------------------------------------
[Motorola.Install.nt]
AddReg = Motorola.NT.AddReg, GenericAddReg, Prop56, USB
CopyFiles = CopyFiles, CopyFiles.Win2K
;-----------------------------------------------------------------------------
; Registry
;-----------------------------------------------------------------------------
; common registry entries
[Motorola.AddReg]
HKR,,NTMPDriver,,mo_amdm.sys
; only for NT...
[Motorola.NT.AddReg]
;-----------------------------------------------------------------------------
; Copy lists
;-----------------------------------------------------------------------------
[CopyFiles]
[CopyFiles.Win2K]
mo_amdm.sys
mo_acm.sys,mo_acmnt.sys
mo_acmnt.sys
mo_amdfl.sys
;-----------------------------------------------------------------------------
; NT Services installation
;-----------------------------------------------------------------------------
[Motorola.Install.NT.HW]
AddReg = LowerFilterAddReg
AddReg = UpperFilterAddReg
[Motorola.Install.NT.Services]
AddService = mo_amdm, 0x00000000, Motorola.Install.AddService
AddService = mo_amdfl,, Motorola.Install.AddFilter
[UpperFilterAddReg]
HKR,,"UpperFilters",0x00010000,"mo_amdfl"
[Motorola.Install.AddService]
DisplayName = %Motorola.Service.Name%
Description = %Motorola.Service.Desc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\mo_amdm.sys
[Motorola.Install.AddFilter]
DisplayName = %Motorola.Filter.Name%
Description = %Motorola.Filter.Desc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\mo_amdfl.sys
[LowerFilterAddReg]
HKR,,"LowerFilters",0x00010000,"mo_amdm"
[GenericAddReg]
HKR,, FriendlyDriver,,unimodem.vxd
HKR,, PortSubClass,1, 02
HKR,, ConfigDialog,, modemui.dll
HKR,, EnumPropPages,, "modemui.dll,EnumPropPages"
HKR,, FClass, 1, c3,00,00,00
HKR, Fax, CL1FCS,, "2"
HKR, Init, 1,, "AT<cr>"
HKR, Init, 2,, "ATE0V1<cr>"
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Answer, 1,, "ATA<cr>"
HKR, Hangup, 1,, "ATHE1<cr>"
HKR,, Reset,, "AT&F<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, InactivityTimeOut,,""
; DTE/DCE speeds will not be exact for generic modems because we will
; treat CONNECT ### as a DCE speed when some modems will report it as DTE.
HKR, Responses, "0<cr>", 1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK - Command executed
HKR, Responses, "1<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT - Connection
HKR, Responses, "2<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING - Ring signal indicated
HKR, Responses, "3<cr>", 1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -