mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Merge pull request #488 from pwpiwi/fix_usbpower
fix: USB Power requirements
This commit is contained in:
commit
653e5ed3ca
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ static const char cfgDescriptor[] = {
|
||||||
0x02, // CbNumInterfaces
|
0x02, // CbNumInterfaces
|
||||||
0x01, // CbConfigurationValue
|
0x01, // CbConfigurationValue
|
||||||
0x00, // CiConfiguration
|
0x00, // CiConfiguration
|
||||||
0xC0, // CbmAttributes 0xA0
|
0x80, // CbmAttributes (Bus Powered)
|
||||||
0xFA, // CMaxPower
|
0x4B, // CMaxPower (150mA max current drawn from bus)
|
||||||
|
|
||||||
/* Interface 0 Descriptor: Communication Class Interface */
|
/* Interface 0 Descriptor: Communication Class Interface */
|
||||||
0x09, // bLength
|
0x09, // bLength
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue