Merge pull request #565 from Proxcloud/usb_android

Allow non-root access on Android devices
This commit is contained in:
Iceman 2018-02-17 12:39:19 +01:00 committed by GitHub
commit b8196bf8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,10 +183,16 @@ static const char StrDescManufacturer[] = {
};
static const char StrDescProduct[] = {
8, // Length
20, // Length
0x03, // Type is string
'P', 0x00,
'M', 0x00,
'p', 0x00,
'r', 0x00,
'o', 0x00,
'x', 0x00,
'm', 0x00,
'a', 0x00,
'r', 0x00,
'k', 0x00,
'3', 0x00
};