swiwdmbus.inf Driver File Contents (MF181_MF190_Install.zip)

;/*++
;
;Copyright (c) 2010 Sierra Wireless Inc. All rights Reserved
;
;Module Name:
;
;    SWIBUS.INF
;
;Abstract:
;    INF file for installing SWI bus enumerator driver
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
Provider=%Manufacturer%
DriverVer=06/21/2010,1.0.0.3
CatalogFile=swiwdmbus.cat


[DestinationDirs]
DefaultDestDir = 12

[SourceDisksNames]
1 = %DiskId%,,,

[SourceDisksFiles]
swiwdmbus.sys  = 1,,
swiwdmbusx64.sys  = 1,,


;*****************************************
; Install Section
;*****************************************

[Manufacturer]
%StdMfg%=Standard,NTx86,NTAMD64

; For Win2K because it cannot parse decorated sections
[Standard]
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683B
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683C
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683D
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6840
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6859
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6880
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6882
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6890
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6891
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6893
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_0F3D&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_0FFF

; For XP and later
[Standard.NTx86]
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683B
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683C
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683D
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6840
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6859
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6880
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6882
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6890
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6891
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6893
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_0F3D&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_0FFF

; For XP and later
[Standard.NTAMD64]
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683B
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683C
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_683D
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6840
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6859
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6880
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6882
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6890
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6891
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_6893
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_0F3D&PID_68A3
%SWIBus.DeviceDesc%=SWIBus_Device, USB\VID_1199&PID_0FFF


[SWIBus_Device.NT]
CopyFiles=Drivers_Dir

[Drivers_Dir]
swiwdmbus.sys

;-------------- Service installation
[SWIBus_Device.NT.Services]
AddService = swiwdmbus,%SPSVCINST_ASSOCSERVICE%, swibus_Service_Inst

[SWIBus_Device.NTamd64]
CopyFiles=Drivers_Dir.NTamd64

[Drivers_Dir.NTamd64]
swiwdmbusx64.sys

[SWIBus_Device.NTamd64.Services]
AddService = swiwdmbus,%SPSVCINST_ASSOCSERVICE%, swibus_Service_Inst_64

[swibus_Service_Inst]
DisplayName    = %swibus.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START 
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\swiwdmbus.sys
LoadOrderGroup = Base

[swibus_Service_Inst_64]
DisplayName    = %swibus.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START 
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\swiwdmbusx64.sys
LoadOrderGroup = Base

[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
Manufacturer = "Sierra Wireless Inc."
StdMfg = "(Standard system devices)"
DiskId = "SWI Bus Installation Disk"
SWIBus.DeviceDesc = "Sierra Wireless HSPA Device"
swibus.SVCDESC = "Sierra Wireless USB Composite Bus"

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: 2.33