Jump to content
Corsair Community

Typo in HydroS7289.inf


red-ray

Recommended Posts

I just looked at the 3.1.5667 HydroS7289.inf and noticed there are two typos in it :eek:. If you look you will see:

 

[DeviceList]

%USB\VID_1B1C&PID_0C02.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C02

%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C03

%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C07

 

The last line should actually be:

 

%USB\VID_1B1C&PID_0C07.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C07

 

I know this is the case as the flowing was also added.

 

USB\VID_1B1C&PID_0C07.DeviceDesc="Corsair Hydro Series 7289 USB Device"

 

I was also surprised that CHKINF reported warnings.

 

Summary of "C:\Program Files (x86)\Silabs\MCU\USBXpress2\HydroS7289.inf"


Total Warnings: 

4 




Warnings:
•Line 23: (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 
•Line 24: (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 
•Line 30: (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 
•Line 31: (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive.  


Annotated INF:

; Corsair Hydro Series 7289
; Copyright (c) 2014, Corsair Components, Inc. 

[Version]
Signature=$WINDOWS NT$
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%MFGNAME%
DriverVer=05/07/2015,3.5
CatalogFile=HydroS7289.cat

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64

[DestinationDirs]
DefaultDestDir=10		;System32\Drivers
DriverCopyFiles=10		,System32\Drivers

[sourceDisksNames.x86]
1=%INSTDISK%,,,

[sourceDisksFiles.x86]
SiUSBXp.sys=1,\x86
; (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 
SiLib.sys=1,\x86
; (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 

[sourceDisksNames.amd64]
1=%INSTDISK%,,,

[sourceDisksFiles.amd64]
SiUSBXp.sys=1,\x64
; (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 
SiLib.sys=1,\x64
; (W22.1.2192) Leading back-slashes in path names refer to the root of the source media not root of physical drive. 

[DeviceList]
%USB\VID_1B1C&PID_0C02.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C02
%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C03
%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C07

[DeviceList.NTamd64]
%USB\VID_1B1C&PID_0C02.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C02
%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C03
%USB\VID_1B1C&PID_0C03.DeviceDesc%=DriverInstall, USB\VID_1B1C&PID_0C07

[ControlFlags]
ExcludeFromSelect=*

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------


[DriverInstall.NT]
CopyFiles=DriverCopyFiles

[DriverCopyFiles]
SiUSBXp.sys,,,2
SiLib.sys,,,2

[DriverInstall.NT.Services]
AddService=SIUSBXP,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\SiUSBXp.sys

[DriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%


;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[strings]
MFGNAME="Corsair Components, Inc."
INSTDISK="Installation Disc"
USB\VID_1B1C&PID_0C02.DeviceDesc="Corsair Hydro Series 7289 USB Device"
USB\VID_1B1C&PID_0C03.DeviceDesc="Corsair Hydro Series 7289 USB Device"
USB\VID_1B1C&PID_0C07.DeviceDesc="Corsair Hydro Series 7289 USB Device"
FRIENDLYNAME="Corsair Hydro Series 7289 USB Device"

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...