ssadbus.inf Driver File Contents (SGH-t959_Vibrant_USB_Drivers.zip)

;*****************************************************************************
;
; ssadbus.inf   -- Install the SAMSUNG Android USB Composite Device drivers
;
; Copyright (c) 1997-2010 by MCCI Corporation 
;
; MCCI is a registered trademark of MCCI Corporation.
;
; NOTICE: This software is licensed, not sold.  Any modification of this
; inf file to change the reference to an operating system or to change the
; reference to a device is not permitted unless authorized in writing by
; MCCI Corporation.
;
;*****************************************************************************

[version]
signature="$WINDOWS NT$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=01/29/2010,5.02.0.2
CatalogFile=ssadbus.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
SAMSUNGWdm.NT.CopyFiles        = 12                    ; system32\drivers
PropPages.CopyFiles             = 11                    ; system

;-----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames.x86]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"ssadbus.sys",,\i386


[SourceDisksNames.amd64]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"ssadbus.sys",,\amd64



[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
ssadbus.sys = 1
ssadwhnt.sys = 1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%SAMSUNG%=SAMSUNG, NTamd64

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[SAMSUNG]
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_681C
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6880
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install.2, USB\VID_04E8&PID_6877

[SAMSUNG.NTamd64]
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_681C
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6880
%SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install.2, USB\VID_04E8&PID_6877

;-----------------------------------------------------------------------------
; How to install them:  
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[SAMSUNG.CopyFiles]

;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]


;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[SAMSUNGWdm.Install.NT]
CopyFiles       = SAMSUNGWdm.NT.CopyFiles
AddReg          = SAMSUNGWdm.AddReg, SAMSUNGWdm.NT.AddReg

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------


[SAMSUNGWdm.Install.NT.Services]
AddService      = ssadbus, 2, SAMSUNGWdm.AddService, SAMSUNGWdm.Install.EventLog

[SAMSUNGWdm.AddService]
DisplayName             = %SAMSUNG.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\ssadbus.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
;       Setup event logging, if driver supports it
;-----------------------------------------------------------------------------

[SAMSUNGWdm.Install.EventLog]
Addreg = SAMSUNGWdm.EventLog.AddReg

[SAMSUNGWdm.EventLog.AddReg]
HKR,,EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\ssadbus.sys"
HKR,,TypesSupported, 0x10001, 7


;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[SAMSUNGWdm.AddReg]



;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[SAMSUNGWdm.NT.AddReg]


;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[SAMSUNGWdm.NT.CopyFiles]
ssadbus.sys
ssadwh.sys,ssadwhnt.sys
ssadwhnt.sys

;-----------------------------------------------------------------------------
; MTP on Interface #2 for Composite Device				      
;-----------------------------------------------------------------------------
[SAMSUNGWdm.Install.2.NT]
CopyFiles       = SAMSUNGWdm.NT.CopyFiles
AddReg          = SAMSUNGWdm.AddReg.2, SAMSUNGWdm.NT.AddReg

[SAMSUNGWdm.Install.2.NT.Services]
AddService      = ssadbus, 2, SAMSUNGWdm.AddService, SAMSUNGWdm.Install.EventLog

[SAMSUNGWdm.AddReg.2]
; set the second configuration
HKR,Scenarios,Scenario,0x10001, 01,00,00,00
HKR,Scenarios\Scenario_1\ifc_02\Description, default,, "MTP function"
HKR,Scenarios\Scenario_1\ifc_02,HardwareId,, "USB\Vid_$VID&Pid_$PID&Mi_$IFC$,"
HKR,Scenarios\Scenario_1\ifc_02,HardwareIdList,, "USB\MS_COMP_MTP$,USB\Vid_$VID&Pid_$PID&Class_$CLASS&SubClass_$SUBCLASS&Prot_$PROT&Os_$OS$,USB\Vid_$VID&Pid_$PID&Class_$CLASS&SubClass_$SUBCLASS&Prot_$PROT$,USB\Vid_$VID&Pid_$PID&Mi_$IFC&Os_$OS$,USB\Vid_$VID&Pid_$PID&MI_$IFC$,$,"
HKR,Scenarios\Scenario_1\ifc_02,CompatibleIdList,, "USB\MS_COMP_MTP$,USB\Vid_$VID&Pid_$PID&Mi_$IFC&Os_$OS$,USB\Vid_$VID&Pid_$PID&Mi_$IFC$,$,"

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


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "SAMSUNG Electronics Co., Ltd. "
SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
DiskString = "SAMSUNG Android USB Composite Device Installation Disk"

SAMSUNG.CdcBus.Desc = "SAMSUNG Android USB Composite Device"
SAMSUNG.Service.Desc = "SAMSUNG Android USB Composite Device driver (WDM)"

CustomerDataPath = "SAMSUNG Android USB Modem"
DriverSet = "SAMSUNG Android USB Modem Software"
UninstallFile = "SSADUninstall.exe"
McciOptions = "Uninstallable"


;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------

;*** end of file ***
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: web1, load: 1.28