made a multi threaded version of ht2crack2search since the file lookups should benefi...
[RRG-proxmark3.git] / driver / proxmark3.inf
blob9aea5e243189e24f0552288a7788e138782f920a
1 [Version]
2 Signature="$Windows NT$"
3 Class=Ports
4 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
5 Provider=%ProviderName%
6 DriverVer=03/05/2018,1.1.1.0
8 [MANUFACTURER]
9 %ProviderName%=DeviceList, NTx86, NTamd64
11 [DeviceList.NTx86]
12 %DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
13 %DeviceName_old%=DriverInstall,USB\VID_2d2d&PID_504d
14 %DeviceName_easy%=DriverInstall,USB\VID_502d&PID_502d
16 [DeviceList.NTamd64]
17 %DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
18 %DeviceName_old%=DriverInstall,USB\VID_2d2d&PID_504d
19 %DeviceName_easy%=DriverInstall,USB\VID_502d&PID_502d
21 [DriverInstall]
22 include=mdmcpq.inf
23 CopyFiles=FakeModemCopyFileSection
24 AddReg=LowerFilterAddReg,SerialPropPageAddReg
26 [DriverInstall.Services]
27 include = mdmcpq.inf
28 AddService = usbser, 0x00000002, LowerFilter_Service_Inst
30 ; This adds the serial port property tab to the device properties dialog
31 [SerialPropPageAddReg]
32 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
34 [Strings]
35 ProviderName = "proxmark.org"
36 DeviceName = "Proxmark3"
37 DeviceName_old = "Proxmark3 (old)"
38 DeviceName_easy = "Proxmark3 (easy?)"