MbmDeviceFilter.inf Driver File Contents (3gdrv-20121105154719.zip)

; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
;  MBM CCGP Filter Driver - Copyright (C) 2012 Ericsson AB
;
;  2011-07-12 - emikknu
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


[Version]
signature   = "$Windows NT$"
Class       = USB
ClassGUID   = {36FC9E60-C465-11CF-8056-444553540000}
Provider    = %COMPANY%
CatalogFile = MbmDeviceFilter.cat
PnpLockDown = 1
DriverVer=06/08/2012,8.0.501.0

[ControlFlags]
ExcludeFromSelect=*

[Manufacturer]
EricssonAB = EricssonAB, NTx86, NTamd64 ;, NTARM

[EricssonAB.NTx86]
"F5321 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_1917&REV_0000
"H5321 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_1919&REV_0000
"H5321 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_191D&REV_0000
"C5621 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_191F&REV_0000
"C5621 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_1921&REV_0000
"F5321 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_191B&REV_0000
"Ericsson F5321 w for TOSHIBA Mobile Broadband Device"   = CCGPDriverInstall,   USB\Vid_0930&Pid_131F&REV_0000
"Ericsson F5321 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_131B&REV_0000
"Ericsson H5321 w for TOSHIBA Mobile Broadband Device"   = CCGPDriverInstall,   USB\Vid_0930&Pid_131D&REV_0000
"Ericsson H5321 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_1319&REV_0000
"Ericsson C5621 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_1321&REV_0000

[EricssonAB.NTamd64]
"F5321 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_1917&REV_0000
"H5321 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_1919&REV_0000
"H5321 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_191D&REV_0000
"C5621 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_191F&REV_0000
"C5621 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_1921&REV_0000
"F5321 w Mobile Broadband Device"                        = CCGPDriverInstall,   USB\Vid_0BDB&Pid_191B&REV_0000
"Ericsson F5321 w for TOSHIBA Mobile Broadband Device"   = CCGPDriverInstall,   USB\Vid_0930&Pid_131F&REV_0000
"Ericsson F5321 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_131B&REV_0000
"Ericsson H5321 w for TOSHIBA Mobile Broadband Device"   = CCGPDriverInstall,   USB\Vid_0930&Pid_131D&REV_0000
"Ericsson H5321 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_1319&REV_0000
"Ericsson C5621 gw for TOSHIBA Mobile Broadband Device"  = CCGPDriverInstallG,  USB\Vid_0930&Pid_1321&REV_0000

[EricssonAB.NTARM]
"F5521 gw Mobile Broadband Device"                       = CCGPDriverInstallG,  USB\Vid_0BDB&Pid_190D ; Generic

; --------------------------------------------------------------------------------------------------

[CCGPDriverInstall.NT]
Include    = usb.inf
Needs      = Composite.Dev.NT
CopyFiles  = MkBusFilter.Files
Addreg     = FilterExtAddReg
Addreg     = FilterAddNoGPSReg

[CCGPDriverInstallG.NT]
Include    = usb.inf
Needs      = Composite.Dev.NT
CopyFiles  = MkBusFilter.Files
Addreg     = FilterExtAddReg

[CCGPDriverInstall55.NT]
Include    = usb.inf
Needs      = Composite.Dev.NT
CopyFiles  = MkBusFilter.Files
Addreg     = FilterExtAddReg
Addreg     = FilterExtGroupIntfs

[CCGPDriverInstall.NT.Services]
Include    = usb.inf
Needs      = Composite.Dev.NT.Services
AddService = MkBusFilter, 0, MkBusFilter.AddService

[CCGPDriverInstallG.NT.Services]
Include    = usb.inf
Needs      = Composite.Dev.NT.Services
AddService = MkBusFilter, 0, MkBusFilter.AddService

[CCGPDriverInstall55.NT.Services]
Include    = usb.inf
Needs      = Composite.Dev.NT.Services
AddService = MkBusFilter, 0, MkBusFilter.AddService

[CCGPDriverInstall.NT.HW]
Addreg = UpperFilterAddReg

[CCGPDriverInstallG.NT.HW]
Addreg = UpperFilterAddReg

[CCGPDriverInstall55.NT.HW]
Addreg = UpperFilterAddReg

[UpperFilterAddReg]
HKR,,"UpperFilters",,MkBusFilter

[FilterExtAddReg]
HKR,, EricssonAB,   0x1,     45,72,69,63,73,73,6F,6E,0
HKR,, SetFncNames,  0x10001, 0

[FilterAddNoGPSReg]
HKR,, ExcludeIf,    0x1,     3,4

[FilterExtGroupIntfs]
HKR,, GroupIfs,     0x1,     6,1,6,2

[MkBusFilter.AddService]
DisplayName    = %MkFilterSvc%
ServiceType    = 1            ; SERVICE_KERNEL_DRIVER
StartType      = 3            ; SERVICE_DEMAND_START
ErrorControl   = 1            ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\MbmDeviceFilter.sys

[MkBusFilter.Files]
MbmDeviceFilter.sys

[SourceDisksNames.x86]
1=%DiskString%,,,\x86

[SourceDisksNames.amd64]
1=%DiskString%,,,\x64

[SourceDisksNames.ARM]
1=%DiskString%,,,\arm

[SourceDisksFiles]
MbmDeviceFilter.sys = 1

[DestinationDirs]
CopyFiles = 12
DefaultDestDir = 12  ; system32\drivers


[Strings]
COMPANY = "ERICSSON AB"
MkFilterSvc = "MbmFilter Service"
DiskString = "mbm filter disk"

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: web4, load: 0.82