P215X.INF Driver File Contents (2150driver.exe)

;---------------------------------------------------------------------------
; P215X.INF -- Polaroid Camera Model Number PolaroidPDC2150 installation
; Copyright (c) 2001 WWL All rights reserved.
;---------------------------------------------------------------------------

[Version]
;CatalogFile = P215XVID.cat
LayoutFile  = Layout.inf, Layout1.inf, Layout2.inf
signature   = "$CHICAGO$"
Class       = Image
ClassGUID   = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider    = %VQ%
DriverVer   = 06/12/2002,1.0.0.0

[ControlFlags]
; All PnP devices should be excluded from manual AddDevice Applet list
ExcludeFromSelect=*

[Manufacturer]
%P215XMfg%=P215X

[DestinationDirs]
DefaultDestDir         = 11               ; LDID_SYS
P215X.USBDCam.DelDrivers  = 10,system
P215X.USBDCam.CopyDrivers = 10,system32\drivers
P215X.USBDCam.CopyCODEC   = 11
PPCamINF = 17
PPCamAX  = 11
CopyVFW  = 11
CopyDS   = 11
VQSETUP  = 10

[P215X]
%USB\VID_04C8&PID_0720.DeviceDesc%=P215X.USBDCam,USB\VID_0733&PID_2109&MI_00

[P215X.USBDCam]
Include       = ks.inf,kscaptur.inf,Ksfilte2.inf
Needs         = KS.Registration,KSCAPTUR.Registration
AddReg        = P215X.USBDCam.AddReg
UpdateInis    = P215X.USBDCam.UpdateIni
DelFiles      = P215X.USBDCam.DelDrivers
CopyFiles     = P215X.USBDCam.CopyDrivers,P215X.USBDCam.CopyCODEC,PPCamINF,PPCamAX,CopyVFW,CopyDS,VQSETUP
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 0x1
Capabilities  = 1
ICMProfiles   = "sRGB Color Space Profile.icm"

[P215X.USBDCam.NT]
Include       = ks.inf,kscaptur.inf
Needs         = KS.Registration,KSCAPTUR.Registration.NT
AddReg        = P215X.USBDCam.AddReg
UpdateInis    = P215X.USBDCam.UpdateIni
DelFiles      = P215X.USBDCam.DelDrivers
CopyFiles     = P215X.USBDCam.CopyDrivers,P215X.USBDCam.CopyCODEC,PPCamINF,PPCamAX,CopyVFW,CopyDS,VQSETUP
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 0x1
Capabilities  = 1
ICMProfiles   = "sRGB Color Space Profile.icm"

[P215X.USBDCam.AddReg]
;HKR,,HardwareConfig,1,1
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,P215Xvid.sys
;HKR,,PageOutWhenUnopened,3,01
;HKR,,PowerDownWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

HKLM,%UninstallINF%%ProductName%
HKLM,%UninstallINF%%ProductName%,"DisplayName",,"%ProductName2%"
HKLM,%UninstallINF%%ProductName%,"UninstallString",,"%11%\unP215X.exe"

; Copy localize files
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"P215XLOC.EXE",,"rundll32.exe %10%\vqsetup.dll,QVRunOnceInstall %11%\P215XLOC.EXE"

[P215X.USBDCam.DelDrivers]
ks.sys,,,1
stream.sys,,,1
P215Xvid.sys,,,1
P215Xcmd.sys,,,1
imagecls.sys,,,1

[PPCamAX]
P215XIF.DLL

[CopyVFW]
P215Xvex.dll
P215Xvex.pro
P215Xloc.exe

[P215X.USBDCam.CopyDrivers]
stream.sys
P215Xvid.sys
P215Xcmd.sys

[P215X.USBDCam.CopyCODEC]
P215Xdec.dll
unP215X.exe

[VQSETUP]
vqsetup.dll	  ; from Polaroid

[SourceDisksNames]
1000 = "P215X Setup Disk","",,

[SourceDisksFiles]
P215XIF.DLL=1000
P215Xvex.dll=1000
P215Xvex.pro=1000
P215Xvid.sys=1000
P215Xcmd.sys=1000
P215Xdec.dll=1000
unP215X.exe=1000
vqsetup.dll=1000
P215Xloc.exe=1000

[P215X.USBDCam.UpdateIni]
system.ini,drivers32,,"VIDC.I420=msh263.drv"
system.ini,drivers32,,"VIDC.VQW2=P215Xdec.dll"

[P215X.USBDCam.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,P215X.USBDCam.Interface

[P215X.USBDCam.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,P215X.USBDCam.Interface

[P215X.USBDCam.Interface]
AddReg=P215X.USBDCam.Intf.AddReg

[P215X.USBDCam.Intf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%USB\VID_04C8&PID_0720.DeviceDesc%
HKR,,ExtensionDLL,,%P215X.ExtensionDLL%

[P215X.USBDCam.NT.Services]
AddService = %SVCNAME%,0x00000002,P215X.USBDCam.ServiceInstall

[P215X.USBDCam.ServiceInstall]
DisplayName   = %SVCDISNAME%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\P215Xvid.sys

[Strings]

;----------------
; Non-Localizable
;----------------
; note: only register value is case sensitive, key is not.
ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
SERVICE_KERNEL_DRIVER=1
; PnP should use demand start
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
P215X.ExtensionDLL="P215XVex.dll"

;----------------
; Localizable
;----------------
VQ="WWL"
P215XMfg="WWL"
USB\VID_04C8&PID_0720.DeviceDesc="PolaroidPDC2150"

ProductName ="P215X"
ProductName2="PolaroidPDC2150"
UninstallINF="Software\Microsoft\Windows\CurrentVersion\Uninstall\"

SVCNAME="PDC215XVID"
SVCDISNAME="PDC215X Video Driver"
Download Driver Pack

How To Update Drivers Manually

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.

server: web3, load: 3.59