;***************************************************************************** ; ; pcx2unic.inf -- Install Toshiba PCX2000 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=10/16/2001, 3.21.0.100 ;CatalogFile=pcx2unic.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%,"pcx2unic.sys",, [SourceDisksFiles] ; filename = diskid[, [subdir] [, size]] pcx2unic.sys = 1 pcx2cr95.sys = 1 pcx2crnt.sys = 1 pcx2vcr.vxd = 1 pcx2wh95.sys = 1 pcx2whnt.sys = 1 ;----------------------------------------------------------------------------- ; Table of Contents: manufacturer, then devices. ;----------------------------------------------------------------------------- [Manufacturer] %Toshiba%=Toshiba ;----------------------------------------------------------------------------- ; The devices ;----------------------------------------------------------------------------- [Toshiba] %DeviceDescription% = ToshibaWdm.Install, USB\VID_0930&PID_0302 ;----------------------------------------------------------------------------- ; 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=10/16/2001, 3.21.0.100 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=10/16/2001, 3.21.0.100 CopyFiles = ToshibaWdm.NT.CopyFiles AddReg = ToshibaWdm.AddReg, ToshibaWdm.NT.AddReg ;----------------------------------------------------------------------------- ; How to start the WDM driver on NT ;----------------------------------------------------------------------------- [ToshibaWdm.Install.NT.Services] AddService = pcx2unic, 2, ToshibaWdm.AddService [ToshibaWdm.AddService] DisplayName = %ServiceDescription% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\pcx2unic.sys LoadOrderGroup = Base ;----------------------------------------------------------------------------- ; WDM registry entries (all platforms) ;----------------------------------------------------------------------------- [ToshibaWdm.AddReg] HKR,,CRUpperDescription,,%UpperDescription% HKR,,CREnum,,pcx2cr 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,,pcx2unic.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] pcx2unic.sys pcx2cr.sys,pcx2cr95.sys pcx2vcr.vxd pcx2wh.sys,pcx2wh95.sys ;----------------------------------------------------------------------------- ; The WDM copy list for NT -- different because things go in ; different places. ;----------------------------------------------------------------------------- [ToshibaWdm.NT.CopyFiles] pcx2unic.sys pcx2wh.sys,pcx2whnt.sys pcx2cr.sys,pcx2crnt.sys ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ;BEGIN ENG - US English Strings Provider = "Toshiba Corporation" Toshiba = "Toshiba Corporation" DiskString = "Toshiba PCX2000 USB Cable Modem installation disk" DeviceDescription = "Toshiba PCX2000 USB Cable Modem (WDM)" ServiceDescription = "Toshiba PCX2000 USB Cable Modem WDM driver" UpperDescription = "Toshiba PCX2000 USB Cable Modem networking support" ;END ENG - US English Strings ;----------------------------------------------------------------------------- ; Following are symbolic constants which don't change per locale. ;----------------------------------------------------------------------------- ;*** end of file ***