; Windows USB Serial Port Setup File ; ; Copyright (c) 2000 Microsoft Corporation ; Copyright (c) 2010 Plantronics, Inc. ; [Version] Signature="$Windows NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%COMPANY% CatalogFile=Calisto.cat DriverVer=04/21/2009,5.1 [Manufacturer] %COMPANY%=DeviceList, nt, ntamd64 [DestinationDirs] DefaultDestDir=12 [SourceDisksNames] [SourceDisksFiles] [Strings] COMPANY="Plantronics, Inc." HARDWARE="CALISTO DFU" ;---------------------------------------------------------- ; Windows 2000/XP/Vista/7 32-bit Sections ;---------------------------------------------------------- [DriverInstall.nt] include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection AddReg=DriverInstall.nt.AddReg [DriverInstall.nt.Services] AddService=usbser.nt, 0x00000002, DriverInstall.nt.AddService ; SPSVCINST_ASSOCSERVICE [DriverInstall.nt.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [DriverInstall.nt.AddService] DisplayName=%HARDWARE% ServiceType=1 ; SERVICE_KERNEL_DRIVER StartType=3 ; SERVICE_DEMAND_START ErrorControl=1 ; SERVICE_ERROR_NORMAL ServiceBinary=%12%\usbser.sys [DeviceList.nt] %HARDWARE%=DriverInstall, USB\VID_047F&PID_AE00&MI_01 %HARDWARE%=DriverInstall, USB\VID_047F&PID_AE00&MI_04 ;---------------------------------------------------------- ; Windows XP/Vista/7 64-bit Sections ;---------------------------------------------------------- [DriverInstall.ntamd64] include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection AddReg=DriverInstall.ntamd64.AddReg [DriverInstall.ntamd64.Services] AddService=usbser.ntamd64, 0x00000002, DriverInstall.ntamd64.AddService ; SPSVCINST_ASSOCSERVICE [DriverInstall.ntamd64.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [DriverInstall.ntamd64.AddService] DisplayName=%HARDWARE% ServiceType=1 ; SERVICE_KERNEL_DRIVER StartType=3 ; SERVICE_DEMAND_START ErrorControl=1 ; SERVICE_ERROR_NORMAL ServiceBinary=%12%\usbser.sys [DeviceList.ntamd64] %HARDWARE%=DriverInstall, USB\VID_047F&PID_AE00&MI_01 %HARDWARE%=DriverInstall, USB\VID_047F&PID_AE00&MI_04