Added info to changelog about bootroom update
[legacy-proxmark3.git] / driver / proxmark3.inf
blob601b2d8f1c31d770197c3030d76df0a29c930785
1 [Version]
2 Signature="$Windows NT$"
3 Class=Ports
4 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
5 Provider=%ProviderName%
6 DriverVer=10/15/2009,1.0.0.0
8 [MANUFACTURER]
9 %ProviderName%=DeviceList, NTx86, NTamd64
11 [DeviceList.NTx86]
12 %DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
14 [DeviceList.NTamd64]
15 %DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
17 [DriverInstall]
18 include=mdmcpq.inf
19 CopyFiles=FakeModemCopyFileSection
20 AddReg=LowerFilterAddReg,SerialPropPageAddReg
22 [DriverInstall.Services]
23 include = mdmcpq.inf
24 AddService = usbser, 0x00000002, LowerFilter_Service_Inst
26 ; This adds the serial port property tab to the device properties dialog
27 [SerialPropPageAddReg]
28 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
30 [Strings]
31 ProviderName = "proxmark.org"
32 DeviceName = "Proxmark3"