home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / i386 / devupd.inf < prev    next >
Windows Setup INFormation  |  1999-10-14  |  1KB  |  53 lines

  1. ;
  2. ; This INF is used with devpre.exe to install devices for which support was added in 
  3. ; NT 4.0 Service Pack 3.
  4. ;
  5. ; Device installation is driven by the [HardwareIDsToInstall] section.  The format of
  6. ; a line in that section is as follows:
  7. ;
  8. ; HardwareID = DeviceDescription, Mfg, Inf
  9. ;
  10.  
  11. [version]
  12. signature="$Windows NT$"
  13.  
  14. [HardwareIDsToInstall]
  15. ;
  16. ; SB AWE32
  17. ;
  18. *CTL0021 = %*CTL0021.DeviceDesc%, %CLMfgName%, %1%\wave.inf
  19. *CTL8001 = %*CTL0021.DeviceDesc%, %CLMfgName%, %1%\wave.inf
  20. ;
  21. ; CS423x (WSS/SB)
  22. ;
  23. *CSC0000 = %*CSC0000.DeviceDesc%, %CSMfgName%, %1%\wave.inf
  24. ;
  25. ; CS423x (Control Base)
  26. ;
  27. *CSC0010 = %*CSC0010.DeviceDesc%, %CSMfgName%, %1%\wave.inf
  28. *CSC0002 = %*CSC0010.DeviceDesc%, %CSMfgName%, %1%\wave.inf
  29. ;
  30. ; CS423x (MPU-401)
  31. ;
  32. *CSC0003 = %*CSC0003.DeviceDesc%, %CSMfgName%, %1%\wave.inf
  33. ;
  34. ; CS423x (Joystick)
  35. ;
  36. *CSC0001 = %*PNPB02F.DeviceDesc%, %CSMfgName%, %1%\wave.inf
  37.  
  38.  
  39. ;
  40. ; Localizable text--these strings must match _exactly_ the descriptions found in the corresponding
  41. ; device INF in order for the device to be installed.
  42. ;
  43. [Strings]
  44. CLMfgName = "Creative Labs"
  45. *CTL0021.DeviceDesc = "Creative Labs Advanced Wave Effects Synthesis for AWE 32"
  46.  
  47. CSMfgName = "Crystal Semiconductor"
  48. *CSC0000.DeviceDesc = "Crystal Semiconductor CS423X Plug and Play"
  49. *CSC0010.DeviceDesc = "Crystal Semiconductor Control Base"
  50. *CSC0003.DeviceDesc = "Crystal Semiconductor MPU-401"
  51. *PNPB02F.DeviceDesc = "Microsoft Joystick Port Enabler"
  52.  
  53.