# HG changeset patch # User Mychaela Falconia # Date 1695840370 0 # Node ID b7397959ae68cb9f9e3eaf13aba564232f755f5d # Parent 0787525a33e23c22388bbbb1f7b117ab0b4d9a2d cp2102-decode-ee-desc: show bMaxPacketSize0 in decimal diff -r 0787525a33e2 -r b7397959ae68 cp2102/decode_usb_desc.c --- a/cp2102/decode_usb_desc.c Wed Sep 27 18:43:14 2023 +0000 +++ b/cp2102/decode_usb_desc.c Wed Sep 27 18:46:10 2023 +0000 @@ -32,7 +32,7 @@ printf(" bDeviceClass: 0x%02X\n", eeprom[0x38C]); printf(" bDeviceSubClass: 0x%02X\n", eeprom[0x38D]); printf(" bDeviceProtocol: 0x%02X\n", eeprom[0x38E]); - printf(" bMaxPacketSize0: 0x%02X\n", eeprom[0x38F]); + printf(" bMaxPacketSize0: %u\n", eeprom[0x38F]); printf(" idVendor: 0x%02X%02X\n", eeprom[0x391], eeprom[0x390]); printf(" idProduct: 0x%02X%02X\n",