mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 21:21:17 -07:00
fix wrong vid & pid values (#298)
This commit is contained in:
parent
c87c452120
commit
43c3b944e4
1 changed files with 3 additions and 3 deletions
|
@ -3,16 +3,16 @@ Signature="$Windows NT$"
|
||||||
Class=Ports
|
Class=Ports
|
||||||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider=%ProviderName%
|
Provider=%ProviderName%
|
||||||
DriverVer=10/15/2009,1.0.0.0
|
DriverVer=31/05/2017,1.1.0.0
|
||||||
|
|
||||||
[MANUFACTURER]
|
[MANUFACTURER]
|
||||||
%ProviderName%=DeviceList, NTx86, NTamd64
|
%ProviderName%=DeviceList, NTx86, NTamd64
|
||||||
|
|
||||||
[DeviceList.NTx86]
|
[DeviceList.NTx86]
|
||||||
%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
|
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
|
||||||
|
|
||||||
[DeviceList.NTamd64]
|
[DeviceList.NTamd64]
|
||||||
%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
|
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
|
||||||
|
|
||||||
[DriverInstall]
|
[DriverInstall]
|
||||||
include=mdmcpq.inf
|
include=mdmcpq.inf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue