From 2187b19e716700721bc7e0d029b29eec0860fddf Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 4 May 2018 07:28:16 +0200 Subject: [PATCH] fix: windows driver file update to identify old and new pid/vid for proxmark3. Thanks to @pwpiwi see: http://www.proxmark.org/forum/viewtopic.php?pid=32049#p32049 --- driver/proxmark3.inf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/driver/proxmark3.inf b/driver/proxmark3.inf index 601b2d8f1..402a733dd 100644 --- a/driver/proxmark3.inf +++ b/driver/proxmark3.inf @@ -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 @@ -30,3 +32,4 @@ HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [Strings] ProviderName = "proxmark.org" DeviceName = "Proxmark3" +DeviceName_old = "Proxmark3 (old)" \ No newline at end of file