]> git.zerfleddert.de Git - proxmark3-svn/blame - driver/proxmark3.inf
Merge pull request #58 from Proxmark/GenericTracing
[proxmark3-svn] / driver / proxmark3.inf
CommitLineData
81ee3409 1[Version]
2Signature="$Windows NT$"
3Class=Ports
4ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
5Provider=%ProviderName%
6DriverVer=10/15/2009,1.0.0.0
7
8[MANUFACTURER]
9%ProviderName%=DeviceList, NTx86, NTamd64
10
11[DeviceList.NTx86]
12%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
13
14[DeviceList.NTamd64]
15%DeviceName%=DriverInstall,USB\VID_2d2d&PID_504d
16
17[DriverInstall]
18include=mdmcpq.inf
19CopyFiles=FakeModemCopyFileSection
20AddReg=LowerFilterAddReg,SerialPropPageAddReg
21
22[DriverInstall.Services]
23include = mdmcpq.inf
24AddService = usbser, 0x00000002, LowerFilter_Service_Inst
25
26; This adds the serial port property tab to the device properties dialog
27[SerialPropPageAddReg]
28HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
29
30[Strings]
31ProviderName = "proxmark.org"
32DeviceName = "Proxmark3"
Impressum, Datenschutz