📄 mtusdv2k.inf
字号:
; Mtusdv2k.INF
; INF file for Windows 2000
; USB Mass Storage client driver (for Panasonic DVC)
; Copyright(c) 2001, Matsushita Electric Industrial Co., Ltd.
[Version]
Signature = "$CHICAGO$" ; Target OS is All
Class = USB ; USB class
provider = %PANASONIC% ; provider is "Matshita"
LayoutFile = layout.inf, layout1.inf, layout2.inf
DriverVer = 12/07/1999,5.00.2195.1 ; version is "12/07/1999,5.00.2195.1"
ClassGUID = {36FC9E60-C465-11CF-8056-444553540000} ; USB's GUID is {36FC9E60-C465-11CF-8056-444553540000}
[Manufacturer]
%PANASONIC%=Panasonic ; set section name (Panasonic)
[Panasonic]
%USB\VID_04DA&PID_2311.DeviceDesc% = USBSTOR_BULK,USB\VID_04DA&PID_2311
; Vendor ID (04DA)
: 04DA means Matshita (Panasonic)
; product ID(2311)
; 23 : Video plant
; 1x : Movie CAM
; x : n
[PreCopySection]
HKR,,NoSetupUI,,1 ; No setup Dialog
; Windows Millennium
[USBSTOR_BULK]
CopyFiles = USBSTOR.CopyList ; [USBSTOR.CopyList]
AddReg = USBSTOR.AddReg,USBSTOR_BULK.AddReg ; [USBSTOR.AddReg] and [USBSTOR_BULK.AddReg]
[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN ; [DevLoader] is *ntkern
HKR,,NTMPDriver,,USBSTOR.SYS ; [NTMPDriver] set usbstor.SYS
[USBSTOR_BULK.AddReg]
HKR,,DriverFlags,0x00010001,0x00000001 ; [DriverFlags](DWORD) set 1(Bulk) ; 0x00010001 means DWORD
; 0x00000001 means Bulk
; 0x00000002 means CBI
; 0x00000003 means CB
[USBSTOR_BULK.HW] ; Registory about Hardware
AddReg = USBSTOR.HW.AddReg ; [USBSTOR.HW.AddReg]
[USBSTOR.HW.AddReg]
HKR,,upperfilters,0,"USBNTMAP.SYS" ; [upperfilter] set REG_SZ type USBNTMAP.SYS
; 0 means REG_SZ
; Windows 2000
[USBSTOR_BULK.NT]
CopyFiles = USBSTOR.NT.CopyList ; [USBSTOR.NT.CopyList]
AddReg = USBSTOR_BULK.NT.AddReg ; [USBSTOR.NT.AddReg]
[USBSTOR_BULK.NT.AddReg]
HKR,,DriverFlags,0x00010001,0x00000001 ; [DriverFlags](DWORD) set 1(Bulk)
[USBSTOR_BULK.NT.Services]
Addservice = USBSTOR,0x00000002,USBSTOR.NT.AddService ; [USBSTOR.NT.AddService]
[USBSTOR.NT.AddService] ;
DisplayName = %USBSTOR.NT.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\USBSTOR.SYS ; 12: %windir%\system32\drivers (Win 2K)
; %windir%\system\IoSubsys (Win 9x)
[DestinationDirs] ;
USBSTOR.CopyList = 10,system32\drivers ; if Windows Me copy to windows\system32\drivers
USBSTOR.NT.CopyList = 10,system32\drivers ; if Windows 2k copy windows\system32\drivers
DefaultDestDir = 10,system32\drivers ; if default copy to windows\system32\drivers
[USBSTOR.CopyList] ; Windows Me 's file list
usbstor.sys ; usbstor.sys
usbntmap.sys ; usbntmap.sys
[USBSTOR.NT.CopyList] ; Windows 2000's file list
usbstor.sys ; usbstor.sys
[SourceDisksFiles]
[SourceDisksNames] ; [DestinationDirs]
1 = ,, ; serch disk name if no sys and wdm
[Strings] ; string define
PANASONIC = "Matsushita" ; display device manager
USB\VID_04DA&PID_2311.DeviceDesc = "Panasonic DVC USB Driver"
; Device name (USB)
USBSTOR.NT.SvcDesc = "Panasonic DVC USB Driver for NT Technology"
; Service name for Windows 2000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -