You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usbh_print_intf_desc in components\usb\usb_helpers.c prints the value of bInterfaceProtocol for its output of bInterfaceClass. It is also does not print the values of bInterfaceSubClass or bInterfaceProtocol.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
usbh_print_intf_desc prints wrong value for tbInterfaceClass
usbh_print_intf_desc prints wrong value for tbInterfaceClass (IDFGH-7422)
May 21, 2022
@nickbits1024 Thanks for reporting. Would you please help provide more details as suggested in the issue template? Information like elf, sdk configuration, backtrace, log outputs, commit ID, hardware and etc. would help us debug further. Thanks.
Sorry I didn't include most of that because I fixed it in a PR. It is an obvious bug/fix that doesn't really need any context.
But it is a bug off master/latest and my fix is in sha=0f645e59b68e98852fcfab628a24e117bbbc2479
usbh_print_intf_desc in components\usb\usb_helpers.c prints the value of bInterfaceProtocol for its output of bInterfaceClass. It is also does not print the values of bInterfaceSubClass or bInterfaceProtocol.
The text was updated successfully, but these errors were encountered: