From 43c3b944e44dd45405e2528185e3f18a314ff9cc Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Wed, 31 May 2017 21:40:27 +0200 Subject: [PATCH] fix wrong vid & pid values (#298) --- driver/proxmark3.inf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/driver/proxmark3.inf b/driver/proxmark3.inf index 601b2d8f..122ebd55 100644 --- a/driver/proxmark3.inf +++ b/driver/proxmark3.inf @@ -3,16 +3,16 @@ Signature="$Windows NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%ProviderName% -DriverVer=10/15/2009,1.0.0.0 +DriverVer=31/05/2017,1.1.0.0 [MANUFACTURER] %ProviderName%=DeviceList, NTx86, NTamd64 [DeviceList.NTx86] -%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d +%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F [DeviceList.NTamd64] -%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d +%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F [DriverInstall] include=mdmcpq.inf -- 2.39.2