Skip to content

Commit

Permalink
fix: windows driver file update to identify old and new pid/vid for p…
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed May 4, 2018
1 parent d815ebd commit 2187b19
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions driver/proxmark3.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderName%
DriverVer=10/15/2009,1.0.0.0
DriverVer=03/05/2018,1.1.1.0

[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64

[DeviceList.NTx86]
%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
%DeviceName_old%=DriverInstall,USB\VID_2d2d&PID_504d

[DeviceList.NTamd64]
%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
%DeviceName_old%=DriverInstall,USB\VID_2d2d&PID_504d

[DriverInstall]
include=mdmcpq.inf
Expand All @@ -30,3 +32,4 @@ HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[Strings]
ProviderName = "proxmark.org"
DeviceName = "Proxmark3"
DeviceName_old = "Proxmark3 (old)"

0 comments on commit 2187b19

Please sign in to comment.