s816unic.inf Driver File Contents (k770i_usb_drivers.zip)

;*****************************************************************************
;
; s816unic.inf   -- Install the Sony Ericsson Device 816 USB Ethernet Emulation (WDM)
;
; Copyright (c) 1997-2007 MCCI
;
; 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=06/01/2007,4.40.2.0
CatalogFile=s816unic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
S816Wdm.W95.CopyFiles       = 11                    ; LDID_SYS
S816Wdm.W95.CopyFiles.sys   = 11                    ; LDID_SYS
S816Wdm.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%,"s816unic.sys",,\i386

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


[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
s816unic.sys = 1
s816cr95.sys = 1
s816crnt.sys = 1
s816vcr.vxd = 1
s816wh95.sys = 1
s816whnt.sys = 1

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

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[S816]
%S816.Ndis.Desc% = S816Wdm.Install, USB\VID_0FCE&PID_D0B7&Class_02&SubClass_06&Prot_00
%S816.Ndis.Desc% = S816Wdm.Install, USB\VID_0FCE&PID_D0B8&Class_02&SubClass_06&Prot_00


[S816.NTamd64]
%S816.Ndis.Desc% = S816Wdm.Install, USB\VID_0FCE&PID_D0B7&Class_02&SubClass_06&Prot_00
%S816.Ndis.Desc% = S816Wdm.Install, USB\VID_0FCE&PID_D0B8&Class_02&SubClass_06&Prot_00


;-----------------------------------------------------------------------------
; How to install them:  On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

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

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

;-----------------------------------------------------------------------------
;       How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[S816Wdm.Install]
DriverVer=06/01/2007,4.40.2.0
AddReg          = S816Wdm.AddReg, S816Wdm.W95.AddReg
CopyFiles       = S816Wdm.W95.CopyFiles, S816Wdm.W95.CopyFiles.sys, S816.CopyFiles, PropPages.CopyFiles

;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[S816Wdm.Install.NT]
DriverVer=06/01/2007,4.40.2.0
AddReg          = S816Wdm.AddReg, S816Wdm.NT.AddReg
CopyFiles       = S816Wdm.NT.CopyFiles

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[S816Wdm.Install.NT.Services]
AddService      = s816unic, 2, S816Wdm.AddService

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

;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[S816Wdm.AddReg]
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,CREnum,,s816CR
; configuration variables for CDC Ethernet Control Model.
; These have no effect for MDLM devices.
HKR,,UseTxCrc, 0x10001, 00,00,00,00
HKR,,CdcEthernetSetAddressMethod, 0x10001, 00,00,00,00
HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
HKR,,DataAltSetting,1,  01,00,00,00

;-----------------------------------------------------------------------------
;       WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[S816Wdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,s816unic.sys

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

;-----------------------------------------------------------------------------
;       The WDM copy list for Win95 -- different because things go in
;       different places.  Also, we probably need to rename drivers 
;       during the install.
;-----------------------------------------------------------------------------
[S816Wdm.W95.CopyFiles]
s816vcr.vxd

[S816Wdm.W95.CopyFiles.sys]
s816unic.sys
s816cr.sys,s816cr95.sys
s816wh.sys,s816wh95.sys

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[S816Wdm.NT.CopyFiles]
s816unic.sys
s816wh.sys,s816whnt.sys
s816cr.sys,s816crnt.sys

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

;BEGIN ENG - US English Strings
Provider = "Sony Ericsson"
S816 = "Sony Ericsson"
DiskString = "Sony Ericsson Device 816 USB Ethernet Emulation Installation Disk"

S816.Ndis.Desc = "Sony Ericsson Device 816 USB Ethernet Emulation (WDM)"
S816.Service.Desc = "Sony Ericsson Device 816 USB Ethernet Emulation SEMCMR7 (WDM)"

UpperDescription = "Sony Ericsson Device 816 USB Ethernet Emulation (for Networking Device)"

CustomerDataPath = "Sony Ericsson USB WMC"
DriverSet = "Sony Ericsson USB WMC Software"
UninstallFile = "S816Uninstall.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.14