]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Change USB Configuration to "Bus Powered" 488/head
authorpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 28 Nov 2017 20:22:29 +0000 (21:22 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2017 20:22:29 +0000 (21:22 +0100)
common/usb_cdc.c

index 3d17f81c0a8bfeb9bd6dee17c5c10a0c771ddff2..348b97e924145278b2af9a1fc33211dd05497778 100644 (file)
@@ -77,8 +77,8 @@ static const char cfgDescriptor[] = {
        0x02,   // CbNumInterfaces\r
        0x01,   // CbConfigurationValue\r
        0x00,   // CiConfiguration\r
-       0xC0,   // CbmAttributes (Self Powered - for those with a battery)\r
-       0x4B,   // CMaxPower (150mA max current drawn from bus without battery)\r
+       0x80,   // CbmAttributes (Bus Powered)\r
+       0x4B,   // CMaxPower (150mA max current drawn from bus)\r
 \r
        /* Interface 0 Descriptor: Communication Class Interface */\r
        0x09, // bLength\r
Impressum, Datenschutz