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
I think the enum "QUERY_DESC_IDN_CONFIGURAION" is a typo issue. It's a Linux kernel base code issue, So far, this issue has not been fixed. This patch also used this enumeration value. I think we should fix this issue.
The text was updated successfully, but these errors were encountered:
/* Descriptor idn for Query requests */
enum desc_idn {
QUERY_DESC_IDN_DEVICE = 0x0,
QUERY_DESC_IDN_CONFIGURAION = 0x1,
QUERY_DESC_IDN_UNIT = 0x2,
QUERY_DESC_IDN_RFU_0 = 0x3,
QUERY_DESC_IDN_INTERCONNECT = 0x4,
QUERY_DESC_IDN_STRING = 0x5,
QUERY_DESC_IDN_RFU_1 = 0x6,
QUERY_DESC_IDN_GEOMETRY = 0x7,
QUERY_DESC_IDN_POWER = 0x8,
QUERY_DESC_IDN_HEALTH = 0x9,
QUERY_DESC_IDN_RFU_2 = 0xA,
.......
I think the enum "QUERY_DESC_IDN_CONFIGURAION" is a typo issue. It's a Linux kernel base code issue, So far, this issue has not been fixed. This patch also used this enumeration value. I think we should fix this issue.
The text was updated successfully, but these errors were encountered: