usbmgmt/usbmgr/device/inf-files/symusb_com.inf
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 ; Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 ; All rights reserved.
       
     3 ; This component and the accompanying materials are made available
       
     4 ; under the terms of "Eclipse Public License v1.0"
       
     5 ; which accompanies this distribution, and is available
       
     6 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 ;
       
     8 ; Initial Contributors:
       
     9 ; Nokia Corporation - initial contribution.
       
    10 ;
       
    11 ; Contributors:
       
    12 ;
       
    13 ; Description:
       
    14 ; Windows Device Setup File
       
    15 ;
       
    16 ; Allows Lubbock to be installed as a COM port, instead of a Modem.
       
    17 ; Tested with Windows 2000
       
    18 ;
       
    19 ; Instructions for use 
       
    20 ;----------------------
       
    21 ;
       
    22 ; - Unplug the USB cable from the Lubbock (switching off USB Manager should work, but best to safe).
       
    23 ; - From C:\WINNT\INF need to delete the *.inf and *.pnf files corresponding to the Lubbock drivers. 
       
    24 ; - The *.inf files can be found by searching the INF directory for files containing "lubbock". 
       
    25 ;   Each *.inf file should have a corresponding *.pnf file. (Note, it may be necessary to change 
       
    26 ;   the WINNT folder options so hidden files and folders are shown).
       
    27 ; - Run "regedt32" from Start | Run.
       
    28 ; - In the HKEY_LOCAL_MACHINE window, navigate to SYSTEM\CurrentControlSet\Enum\USB
       
    29 ; - Using the Permission menu option, add yourself to the permissions list for the USB folder.
       
    30 ; - Open the USB folder and delete Vid_0e22&Pid_000b (deletion should be possible from regedt32,
       
    31 ;   but it may be necessary to use regedit instead).
       
    32 ; - Now plug in the Lubbock USB cable (and start USB Manager if it is not running).
       
    33 ; - Windows should detect Lubbock as a completely new device. Point it at this file. 
       
    34 ; - COM port should install
       
    35 ;
       
    36 
       
    37 
       
    38 
       
    39 [Version] 
       
    40 Signature="$Windows NT$" 
       
    41 Class=Ports 
       
    42 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 
       
    43 
       
    44 Provider=%SYM% 
       
    45 LayoutFile=layout.inf 
       
    46 DriverVer=10/15/1999,5.0.2153.1 
       
    47 
       
    48 [Manufacturer] 
       
    49 %SYM%=SYM
       
    50 
       
    51 [SYM]
       
    52 %LUB%=Reader, USB\VID_0E22&PID_000B 
       
    53 
       
    54 [Reader_Install.NTx86] 
       
    55 ;Windows2000 
       
    56 
       
    57 [DestinationDirs] 
       
    58 DefaultDestDir=12 
       
    59 Reader.NT.Copy=12 
       
    60 
       
    61 [Reader.NT] 
       
    62 CopyFiles=Reader.NT.Copy 
       
    63 AddReg=Reader.NT.AddReg 
       
    64 
       
    65 [Reader.NT.Copy] 
       
    66 usbser.sys 
       
    67 
       
    68 [Reader.NT.AddReg] 
       
    69 HKR,,DevLoader,,*ntkern 
       
    70 HKR,,NTMPDriver,,usbser.sys 
       
    71 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 
       
    72 
       
    73 [Reader.NT.Services] 
       
    74 AddService = usbser, 0x00000002, Service_Inst 
       
    75 
       
    76 [Service_Inst] 
       
    77 DisplayName = %Serial.SvcDesc% 
       
    78 ServiceType = 1 ; SERVICE_KERNEL_DRIVER 
       
    79 StartType = 3 ; SERVICE_DEMAND_START 
       
    80 ErrorControl = 1 ; SERVICE_ERROR_NORMAL 
       
    81 ServiceBinary = %12%\usbser.sys 
       
    82 LoadOrderGroup = Base 
       
    83 
       
    84 [Strings] 
       
    85 SYM = "Symbian Software Ltd." 
       
    86 LUB = "Lubbock USB serial connection" 
       
    87 Serial.SvcDesc = "USB Serial emulation driver"