;***************************************************************************** ; ; Windows Virtual Serial Port Setup File ; Copyright (c) 2011 ZTE Incorporated ; Manufacturer: ZTE Incorporated ; ; This INF file installs ZTE USB Sound port on 32-bit and 64-bit Windows OS, such as Windows XP, Vista and Win7. ; ;***************************************************************************** [Version] signature = "$WINDOWS NT$" Class = Ports Provider = %ZTE% ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318} DriverVer = 09/13/2011,5.2066.1.11 CatalogFile = zghsvousb.cat [ControlFlags] ExcludeFromSelect = * [SourceDisksNames.x86] ; diskid = description[, [tagfile] [, , subdir]] 1 = %ZTESRCDISK%,,,\i386 [SourceDisksNames.amd64] ; diskid = description[, [tagfile] [, , subdir]] 1 = %ZTESRCDISK%,,,\amd64 [SourceDisksFiles] ; filename = diskid[,[ subdir][, size]] zghsvousb.sys = 1,, ;----------------------------------------------------------------------------- ; Specify target paths... ;----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 ZTEportInstallSound.NT.Copy=12 ;----------------------------------------------------------------------------- ; Table of Contents ;----------------------------------------------------------------------------- [Manufacturer] %ZTE% = ZTEcomSerialPort, NTia64, NTamd64 ;----------------------------------------------------------------------------- ; Device-by-device entries ;----------------------------------------------------------------------------- [ZTEcomSerialPort] ; ;-----------------TD Handset---------------------- ; ;TD U112 %ZTESound19D20074% = ZTEportInstallSound, USB\VID_19D2&PID_0074&MI_03 %ZTESound19D20023% = ZTEportInstallSound, USB\VID_19D2&PID_0023&MI_03 %ZTESound19D20041% = ZTEportInstallSound, USB\VID_19D2&PID_0041&MI_03 %ZTESound19D20085% = ZTEportInstallSound, USB\VID_19D2&PID_0085&MI_03 ;TD U215 %ZTESound19D20114% = ZTEportInstallSound, USB\VID_19D2&PID_0114&MI_03 ;TD U506 %ZTESound19D20236% = ZTEportInstallSound, USB\VID_19D2&PID_0236&MI_03 [ZTEcomSerialPort.NTia64] ; ;-----------------TD Handset---------------------- ; ;TD U112 %ZTESound19D20074% = ZTEportInstallSound, USB\VID_19D2&PID_0074&MI_03 %ZTESound19D20023% = ZTEportInstallSound, USB\VID_19D2&PID_0023&MI_03 %ZTESound19D20041% = ZTEportInstallSound, USB\VID_19D2&PID_0041&MI_03 %ZTESound19D20085% = ZTEportInstallSound, USB\VID_19D2&PID_0085&MI_03 ;TD U215 %ZTESound19D20114% = ZTEportInstallSound, USB\VID_19D2&PID_0114&MI_03 [ZTEcomSerialPort.NTamd64] ;TD U112 %ZTESound19D20074% = ZTEportInstallSound, USB\VID_19D2&PID_0074&MI_03 %ZTESound19D20023% = ZTEportInstallSound, USB\VID_19D2&PID_0023&MI_03 %ZTESound19D20041% = ZTEportInstallSound, USB\VID_19D2&PID_0041&MI_03 %ZTESound19D20085% = ZTEportInstallSound, USB\VID_19D2&PID_0085&MI_03 ;TD U215 %ZTESound19D20114% = ZTEportInstallSound, USB\VID_19D2&PID_0114&MI_03 ;TD U506 %ZTESound19D20236% = ZTEportInstallSound, USB\VID_19D2&PID_0236&MI_03 ;----------------------------------------------------------------------------- ; Installation instructions ;----------------------------------------------------------------------------- [ZTEportInstallSound.NT] CopyFiles=ZTEportInstallSound.NT.Copy AddReg = AllSound, AddReg.NT [ZTEportInstallSound.NT.Copy] zghsvousb.sys [ZTEportInstallSound.NT.Services] AddService = zghsvousb, 0x00000002, ZTEport_Service_InstSound [ZTEport_Service_InstSound] DisplayName = %ZTEcomSerialPortNameSound% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\zghsvousb.sys [AllSound] HKR,,NTMPDriver,,zghsvousb.sys [AddReg.NT] HKR,,PortSubClass,1,01 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [Strings] ZTE = "ZTE Corporation" ZTESRCDISK = "ZTE Multimedia USB COM Driver Disk" ;TD U112 ZTESound19D20074 = "ZTE TD Handset Sound Interface" ZTESound19D20023 = "ZTE TD Handset Sound Interface" ZTESound19D20041 = "ZTE TD Handset Sound Interface" ZTESound19D20085 = "ZTE TD Handset Sound Interface" ;TD U215 ZTESound19D20114 = "ZTE TD Handset Sound Interface" ZTESound19D20236 = "ZTE TD Handset Sound Interface" ZTEcomSerialPortNameSound = "ZTE General Handset Sound Interface"