cdcacm.c: Set bMaxPacketSize0 to 32 (#693, #697)

Smaller bMaxPacketSize0  resulted in delayed enumeration when BMP firmware
is started by the STLink bootloader.
This commit is contained in:
Uwe Bonnes 2020-07-14 11:38:29 +02:00 committed by UweBonnes
parent 09ceaea70f
commit 52bfe538e3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ static const struct usb_device_descriptor dev = {
.bDeviceClass = 0xEF, /* Miscellaneous Device */
.bDeviceSubClass = 2, /* Common Class */
.bDeviceProtocol = 1, /* Interface Association */
.bMaxPacketSize0 = 8,
.bMaxPacketSize0 = 32,
.idVendor = 0x1D50,
.idProduct = 0x6018,
.bcdDevice = 0x0100,