I am trying to install GPS driver for gmm-u1lp.I think which is just a virtual com port driver.
It just contains following INF file:
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MTK%
;LayoutFile=layout.inf
DriverVer=06/12/2007,1.0.0.1
[Manufacturer]
%MTK%=MTK
[MTK]
%MTK3329%=Reader,USB\Vid_0e8d&Pid_3329
[Reader_Install.NTx86]
;Windows2000
[DestinationDirs]
DefaultDestDir=12
Reader.NT.Copy=12
[Reader.NT]
Include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=Reader.NT.AddReg
[Reader.NT.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[Reader.NT.Services]
AddService = usbser, 0x00000002, Service_Inst
[Service_Inst]
DisplayName = %Serial.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\usbser.sys
LoadOrderGroup = Base
[Strings]
MTK = "Media Tek Inc."
MTK3329 = "GPS USB Serial Interface Driver"
Serial.SvcDesc = "GPS USB Serial Interface Driver"
After installing this Inf,device details shows:"device cannot start error code 10".
What is the exact problem?
Do I need to test this after connecting the Device?