mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
added so-called 'driver' for windows
This commit is contained in:
parent
6e82300dda
commit
81ee3409f9
2 changed files with 34 additions and 2 deletions
|
@ -51,8 +51,8 @@ const char devDescriptor[] = {
|
|||
0x00, // bDeviceSubclass: CDC class sub code
|
||||
0x00, // bDeviceProtocol: CDC Device protocol
|
||||
0x08, // bMaxPacketSize0
|
||||
0xeb,0x03, // Vendor ID (random numbers)
|
||||
0x25,0x61, // Product ID (random numbers)
|
||||
0x2d,0x2d, // Vendor ID (--)
|
||||
0x4d,0x50, // Product ID (PM), transmitted in reverse
|
||||
0x01,0x00, // Device release number (0001)
|
||||
0x01, // iManufacturer // 0x01
|
||||
0x00, // iProduct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue