home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This INF is used with devpre.exe to install devices for which support was added in
- ; NT 4.0 Service Pack 3.
- ;
- ; Device installation is driven by the [HardwareIDsToInstall] section. The format of
- ; a line in that section is as follows:
- ;
- ; HardwareID = DeviceDescription, Mfg, Inf
- ;
-
- [version]
- signature="$Windows NT$"
-
- [HardwareIDsToInstall]
- ;
- ; SB AWE32
- ;
- *CTL0021 = %*CTL0021.DeviceDesc%, %CLMfgName%, %1%\wave.inf
- *CTL8001 = %*CTL0021.DeviceDesc%, %CLMfgName%, %1%\wave.inf
- ;
- ; CS423x (WSS/SB)
- ;
- *CSC0000 = %*CSC0000.DeviceDesc%, %CSMfgName%, %1%\wave.inf
- ;
- ; CS423x (Control Base)
- ;
- *CSC0010 = %*CSC0010.DeviceDesc%, %CSMfgName%, %1%\wave.inf
- *CSC0002 = %*CSC0010.DeviceDesc%, %CSMfgName%, %1%\wave.inf
- ;
- ; CS423x (MPU-401)
- ;
- *CSC0003 = %*CSC0003.DeviceDesc%, %CSMfgName%, %1%\wave.inf
- ;
- ; CS423x (Joystick)
- ;
- *CSC0001 = %*PNPB02F.DeviceDesc%, %CSMfgName%, %1%\wave.inf
-
-
- ;
- ; Localizable text--these strings must match _exactly_ the descriptions found in the corresponding
- ; device INF in order for the device to be installed.
- ;
- [Strings]
- CLMfgName = "Creative Labs"
- *CTL0021.DeviceDesc = "Creative Labs Advanced Wave Effects Synthesis pro AWE 32"
-
- CSMfgName = "Crystal Semiconductor"
- *CSC0000.DeviceDesc = "Crystal Semiconductor CS423X Plug and Play"
- *CSC0010.DeviceDesc = "Crystal Semiconductor Control Base"
- *CSC0003.DeviceDesc = "Crystal Semiconductor MPU-401"
- *PNPB02F.DeviceDesc = "Microsoft Joystick Port Enabler"
-
-