; mtdv2km1.inf
; INF file for Windows 2000
; USB Mass Storage driver (for Panasonic DVC)
; Copyright(c) 2002, Matsushita Electric Industrial Co., Ltd.
[Version]
Signature = "$CHICAGO$" ; Target OS is All
Class = USB ; USB class
ClassGUID = {36FC9E60-C465-11CF-8056-444553540000} ; USB's GUID is {36FC9E60-C465-11CF-8056-444553540000}
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"
[Manufacturer]
%PANASONIC%=Panasonic ; set section name (Panasonic)
[Panasonic]
%USB\VID_04DA&PID_2312.DeviceDesc% = MTSTOR.Dev, USB\VID_04DA&PID_2312
; 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
[DestinationDirs] ;
DefaultDestDir = 10,system32\drivers ; if default copy to windows\system32\drivers
MTSTOR_COPYFILES = 10,system32\drivers ; if Windows 2k copy windows\system32\drivers
[MTSTOR.Dev.NT]
CopyFiles = MTSTOR_COPYFILES ; [MTSTOR.NT.CopyList]
[MTSTOR.Dev.NT.HW]
AddReg = MTSTOR.Dev.NT.HW.AddReg ; [MTSTOR.NT.AddReg]
[MTSTOR.Dev.NT.HW.AddReg]
HKR,,DriverFlags,0x00010001,0x00000001 ; [DriverFlags](DWORD) set 1(Bulk)
[MTSTOR.Dev.NT.Services]
Addservice = MTSTOR, 0x00000002, MTSTOR.AddService ; [MTSTOR.NT.AddService]
[MTSTOR.AddService] ;
DisplayName = %MTSTOR.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\mtdv2km1.sys ; 12: %windir%\system32\drivers (Win 2K)
LoadOrderGroup = Extended Base
[MTSTOR_COPYFILES] ; Windows 2000's file list
mtdv2km1.sys,,,\drivers\2k\drv ; mtdv2km1.sys
[Strings] ; string define
PANASONIC = "Matsushita" ; display device manager
USB\VID_04DA&PID_2312.DeviceDesc = "Panasonic DVC USB Driver"
; Device name (USB)
MTSTOR.SvcDesc = "Panasonic DVC Mass Storage Driver"
; Service name for Windows 2000
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.