home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Drivers / Windows_XP / Cable_Modems / Ericsson / ercmunic.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-09-27  |  6.9 KB  |  174 lines

  1. ;*****************************************************************************
  2. ;
  3. ; ercmunic.inf   -- Install the Ericsson PipeRider(tm) WDM drivers
  4. ;
  5. ; Copyright (c) 1999-2000 Ericsson, Inc.
  6. ;
  7. ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
  8. ;
  9. ; PipeRider is a trademark of Ericsson, Inc.
  10. ;
  11. ;*****************************************************************************
  12.  
  13. [version]
  14. signature="$CHICAGO$"
  15. Class=USB
  16. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  17. Provider=%Provider%
  18. DriverVer=09/27/2001, 3.20.0.814
  19. ;CatalogFile=ercmunic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. EricssonWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. EricssonWdm.NT.CopyFiles        = 12                    ; system32\drivers
  31. PropPages.CopyFiles             = 11                    ; system
  32.  
  33. ;-----------------------------------------------------------------------------
  34. ; Specify the install disks.  A bit unwieldy during development.
  35. ;-----------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. 1=%DiskString%,"ercmunic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. ercmunic.sys = 1
  43. ercmcr95.sys = 1
  44. ercmcrnt.sys = 1
  45. ercmvcr.vxd = 1
  46. ercmwh95.sys = 1
  47. ercmwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Ericsson%=Ericsson
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [Ericsson]
  59. %Ericsson.Ndis.Desc% = EricssonWdm.Install, USB\VID_08EA&PID_0001
  60. %Ericsson.Ndis.Desc% = EricssonWdm.Install, USB\VID_08EA&PID_0002
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ; How to install them:  On W9x, the [section] name is used directly.
  64. ; On NT, the system first tries [section.NT], then [section].
  65. ;-----------------------------------------------------------------------------
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Diagnostics Files CopyFiles List Section
  69. ;-----------------------------------------------------------------------------
  70. [Ericsson.CopyFiles]
  71.  
  72. ;-----------------------------------------------------------------------------
  73. ; XXX when we have a property page DLL, add it to the following section.
  74. ;-----------------------------------------------------------------------------
  75. [PropPages.CopyFiles]
  76.  
  77. ;-----------------------------------------------------------------------------
  78. ;       How to install the WDM driver on W95/W98
  79. ;-----------------------------------------------------------------------------
  80. [EricssonWdm.Install]
  81. DriverVer=09/27/2001, 3.20.0.814
  82. CopyFiles       = EricssonWdm.W95.CopyFiles, Ericsson.CopyFiles, PropPages.CopyFiles
  83. AddReg          = EricssonWdm.AddReg, EricssonWdm.W95.AddReg
  84.  
  85. ;-----------------------------------------------------------------------------
  86. ;       How to install the WDM driver on NT
  87. ;-----------------------------------------------------------------------------
  88. [EricssonWdm.Install.NT]
  89. DriverVer=09/27/2001, 3.20.0.814
  90. CopyFiles       = EricssonWdm.NT.CopyFiles
  91. AddReg          = EricssonWdm.AddReg, EricssonWdm.NT.AddReg
  92.  
  93. ;-----------------------------------------------------------------------------
  94. ;       How to start the WDM driver on NT
  95. ;-----------------------------------------------------------------------------
  96. [EricssonWdm.Install.NT.Services]
  97. AddService      = ercmunic, 2, EricssonWdm.AddService
  98.  
  99. [EricssonWdm.AddService]
  100. DisplayName             = %Ericsson.Service.Desc%
  101. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  102. StartType               = 3     ; SERVICE_DEMAND_START
  103. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  104. ServiceBinary           = %12%\ercmunic.sys
  105. LoadOrderGroup          = Base
  106.  
  107. ;-----------------------------------------------------------------------------
  108. ;       WDM registry entries (all platforms)
  109. ;-----------------------------------------------------------------------------
  110. [EricssonWdm.AddReg]
  111. HKR,,CRUpperDescription,,%UpperDescription%
  112. HKR,,CREnum,,ERCMCR
  113. HKR,,Configuration,1,   01,00,00,00
  114. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  115. HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
  116. HKR,,IgnoreInterruptEndpoint, 0x10001, 01,00,00,00
  117. HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
  118. HKR,,DataAltSetting,1,  01,00,00,00
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ;       WDM registry entries (W95/98) (including how to start the driver)
  122. ;-----------------------------------------------------------------------------
  123. [EricssonWdm.W95.AddReg]
  124. HKR,,DevLoader,,*ntkern
  125. HKR,,NTMPDriver,,ercmunic.sys
  126.  
  127. ;-----------------------------------------------------------------------------
  128. ;       WDM registry entries (NT only)
  129. ;-----------------------------------------------------------------------------
  130. [EricssonWdm.NT.AddReg]
  131.  
  132. ;-----------------------------------------------------------------------------
  133. ;       The WDM copy list for Win95 -- different because things go in
  134. ;       different places.  Also, we probably need to rename drivers 
  135. ;       during the install.
  136. ;-----------------------------------------------------------------------------
  137. [EricssonWdm.W95.CopyFiles]
  138. ercmunic.sys
  139. ercmcr.sys,ercmcr95.sys
  140. ercmvcr.vxd
  141. ercmwh.sys,ercmwh95.sys
  142.  
  143. ;-----------------------------------------------------------------------------
  144. ;       The WDM copy list for NT -- different because things go in
  145. ;       different places.
  146. ;-----------------------------------------------------------------------------
  147. [EricssonWdm.NT.CopyFiles]
  148. ercmunic.sys
  149. ercmwh.sys,ercmwhnt.sys
  150. ercmcr.sys,ercmcrnt.sys
  151.  
  152. ;****************************************************************************
  153. ; Localizable Strings
  154. ;****************************************************************************
  155. [strings]
  156.  
  157. ;BEGIN ENG - US English Strings
  158. Provider = "Ericsson, Inc."
  159. Ericsson = "Ericsson, Inc."
  160. DiskString = "PipeRider(tm) Cable Modem installation disk"
  161.  
  162. Ericsson.Ndis.Desc = "Ericsson PipeRider(tm) USB Cable Modem"
  163. Ericsson.Service.Desc = "PipeRider(tm) WDM Driver"
  164.  
  165. UpperDescription = "PipeRider(tm) networking support"
  166.  
  167. ;END ENG - US English Strings
  168.  
  169. ;-----------------------------------------------------------------------------
  170. ; Following are symbolic constants which don't change per locale.
  171. ;-----------------------------------------------------------------------------
  172.  
  173. ;*** end of file ***
  174.