mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
Merge pull request #565 from Proxcloud/usb_android
Allow non-root access on Android devices
This commit is contained in:
commit
b8196bf8ee
1 changed files with 9 additions and 3 deletions
|
@ -183,10 +183,16 @@ static const char StrDescManufacturer[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char StrDescProduct[] = {
|
static const char StrDescProduct[] = {
|
||||||
8, // Length
|
20, // Length
|
||||||
0x03, // Type is string
|
0x03, // Type is string
|
||||||
'P', 0x00,
|
'p', 0x00,
|
||||||
'M', 0x00,
|
'r', 0x00,
|
||||||
|
'o', 0x00,
|
||||||
|
'x', 0x00,
|
||||||
|
'm', 0x00,
|
||||||
|
'a', 0x00,
|
||||||
|
'r', 0x00,
|
||||||
|
'k', 0x00,
|
||||||
'3', 0x00
|
'3', 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue