Version 1.18.1
Corrected USB VID/PID combos in CoreNG
This commit is contained in:
parent
ffa5083e90
commit
a168bc307b
8 changed files with 9 additions and 9 deletions
Binary file not shown.
|
@ -19,7 +19,7 @@ ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
|
|||
DriverPackageDisplayName = %DriverPackageDisplayName%
|
||||
Provider = %Provider%
|
||||
CatalogFile = duetinf.cat
|
||||
DriverVer = 04/07/2017,1.18.0.0 ; date in US format
|
||||
DriverVer = 04/09/2017,1.18.1.0 ; date in US format
|
||||
|
||||
[Manufacturer]
|
||||
%Provider% = DeviceList, NTAMD64, NT
|
||||
|
@ -31,20 +31,20 @@ FakeModemCopyFileSection = 12
|
|||
[DeviceList]
|
||||
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
|
||||
%DUET% = DriverInstall, USB\VID_03EB&PID_2404
|
||||
%DUET06% = DriverInstall, USB\VID_1209&PID_60EC
|
||||
%DUETNG% = DriverInstall, USB\VID_1209&PID_60ED
|
||||
%DUET06% = DriverInstall, USB\VID_1209&PID_D3D8
|
||||
%DUETNG% = DriverInstall, USB\VID_1D50&PID_60EC
|
||||
|
||||
[DeviceList.NTAMD64]
|
||||
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
|
||||
%DUET% = DriverInstall.NTamd64, USB\VID_03EB&PID_2404
|
||||
%DUET06% = DriverInstall.NTamd64, USB\VID_1209&PID_60EC
|
||||
%DUETNG% = DriverInstall.NTamd64, USB\VID_1209&PID_60ED
|
||||
%DUET06% = DriverInstall.NTamd64, USB\VID_1209&PID_D3D8
|
||||
%DUETNG% = DriverInstall.NTamd64, USB\VID_1D50&PID_60EC
|
||||
|
||||
[DeviceList.NT]
|
||||
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
|
||||
%DUET% = DriverInstall.NT, USB\VID_03EB&PID_2404
|
||||
%DUET06% = DriverInstall.NT, USB\VID_1209&PID_60EC
|
||||
%DUETNG% = DriverInstall.NT, USB\VID_1209&PID_60ED
|
||||
%DUET06% = DriverInstall.NT, USB\VID_1209&PID_D3D8
|
||||
%DUETNG% = DriverInstall.NT, USB\VID_1D50&PID_60EC
|
||||
|
||||
;------------------------------------------------------------
|
||||
; Windows XP, Vista, Windows 7, Windows 8, Windows 10 - 32bit
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -9,11 +9,11 @@
|
|||
#define SRC_VERSION_H_
|
||||
|
||||
#ifndef VERSION
|
||||
# define VERSION "1.18"
|
||||
# define VERSION "1.18.1"
|
||||
#endif
|
||||
|
||||
#ifndef DATE
|
||||
# define DATE "2017-04-07"
|
||||
# define DATE "2017-04-09"
|
||||
#endif
|
||||
|
||||
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman"
|
||||
|
|
Reference in a new issue