;***************************************************************************** ; ; pc22unic.inf -- Install Toshiba PCX2200 USB Cable Modem WDM drivers ; ; Copyright (c) 1997-2001 MCCI ; ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $ ; ; MCCI is a registered trademark of Moore Computer Consultants, Inc ; ;***************************************************************************** [version] signature="$CHICAGO$" Class=USB ClassGuid={36FC9E60-c465-11cf-8056-444553540000} Provider=%Provider% DriverVer=11/09/2001, 3.21.0.2700 CatalogFile=pc22unic.cat [ControlFlags] ExcludeFromSelect = * ;----------------------------------------------------------------------------- ; Specify target paths... ;----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 11 ; LDID_SYS ToshibaWdm.W95.CopyFiles = 11 ; LDID_SYS ToshibaWdm.NT.CopyFiles = 12 ; system32\drivers PropPages.CopyFiles = 11 ; system ;----------------------------------------------------------------------------- ; Specify the install disks. A bit unwieldy during development. ;----------------------------------------------------------------------------- [SourceDisksNames] ; diskid = description[, [tagfile] [, , subdir]] 1=%DiskString%,"pc22unic.sys",, [SourceDisksFiles] ; filename = diskid[, [subdir] [, size]] pc22unic.sys = 1 pc22cr95.sys = 1 pc22crnt.sys = 1 pc22vcr.vxd = 1 pc22wh95.sys = 1 pc22whnt.sys = 1 ;----------------------------------------------------------------------------- ; Table of Contents: manufacturer, then devices. ;----------------------------------------------------------------------------- [Manufacturer] %Toshiba%=Toshiba ;----------------------------------------------------------------------------- ; The devices ;----------------------------------------------------------------------------- [Toshiba] %DeviceDescription% = ToshibaWdm.Install, USB\VID_0930&PID_0308 ;----------------------------------------------------------------------------- ; 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 ;----------------------------------------------------------------------------- [Toshiba.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 ;----------------------------------------------------------------------------- [ToshibaWdm.Install] DriverVer=11/09/2001, 3.21.0.2700 CopyFiles = ToshibaWdm.W95.CopyFiles, Toshiba.CopyFiles, PropPages.CopyFiles AddReg = ToshibaWdm.AddReg, ToshibaWdm.W95.AddReg ;----------------------------------------------------------------------------- ; How to install the WDM driver on NT ;----------------------------------------------------------------------------- [ToshibaWdm.Install.NT] DriverVer=11/09/2001, 3.21.0.2700 CopyFiles = ToshibaWdm.NT.CopyFiles AddReg = ToshibaWdm.AddReg, ToshibaWdm.NT.AddReg ;----------------------------------------------------------------------------- ; How to start the WDM driver on NT ;----------------------------------------------------------------------------- [ToshibaWdm.Install.NT.Services] AddService = pc22unic, 2, ToshibaWdm.AddService [ToshibaWdm.AddService] DisplayName = %ServiceDescription% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\pc22unic.sys LoadOrderGroup = Base ;----------------------------------------------------------------------------- ; WDM registry entries (all platforms) ;----------------------------------------------------------------------------- [ToshibaWdm.AddReg] HKR,,CRUpperDescription,,%UpperDescription% HKR,,CREnum,,pc22cr HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00 HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00 HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00 HKR,,DataAltSetting,1, 01,00,00,00 ;----------------------------------------------------------------------------- ; WDM registry entries (W95/98) (including how to start the driver) ;----------------------------------------------------------------------------- [ToshibaWdm.W95.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,pc22unic.sys ;----------------------------------------------------------------------------- ; WDM registry entries (NT only) ;----------------------------------------------------------------------------- [ToshibaWdm.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. ;----------------------------------------------------------------------------- [ToshibaWdm.W95.CopyFiles] pc22unic.sys pc22cr.sys,pc22cr95.sys pc22vcr.vxd pc22wh.sys,pc22wh95.sys ;----------------------------------------------------------------------------- ; The WDM copy list for NT -- different because things go in ; different places. ;----------------------------------------------------------------------------- [ToshibaWdm.NT.CopyFiles] pc22unic.sys pc22wh.sys,pc22whnt.sys pc22cr.sys,pc22crnt.sys ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ;BEGIN ENG - US English Strings Provider = "Toshiba Corporation" Toshiba = "Toshiba Corporation" DiskString = "Toshiba PCX2200 USB Cable Modem installation disk" DeviceDescription = "Toshiba PCX2200 USB Cable Modem (WDM)" ServiceDescription = "Toshiba PCX2200 USB Cable Modem WDM driver" UpperDescription = "Toshiba PCX2200 USB Cable Modem networking support" ;END ENG - US English Strings ;----------------------------------------------------------------------------- ; Following are symbolic constants which don't change per locale. ;----------------------------------------------------------------------------- ;*** end of file ***