USB_ERR_MAX
static const char* usb_errstr_table[USB_ERR_MAX] = {
return (err < USB_ERR_MAX ? usb_errstr_table[err] : "USB_ERR_UNKNOWN");