Skip to content
Snippets Groups Projects
Commit 2470e334 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Corrected Windows driver file for correct VID/PID.

parent 481ef431
Branches
Tags
No related merge requests found
...@@ -45,16 +45,16 @@ HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider" ...@@ -45,16 +45,16 @@ HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
[DeviceList] [DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_0042&PID_0002 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2018
[DeviceList.NTx86] [DeviceList.NTx86]
%DESCRIPTION%=DriverInstall, USB\VID_0042&PID_0002 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2018
[DeviceList.NTamd64] [DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_0042&PID_0002 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2018
[DeviceList.NTia64] [DeviceList.NTia64]
%DESCRIPTION%=DriverInstall, USB\VID_0042&PID_0002 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2018
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; String Definitions ; String Definitions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment