Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUERY_DESC_IDN_CONFIGURAION typo issue. #1

Open
genghaos opened this issue Nov 30, 2018 · 1 comment
Open

QUERY_DESC_IDN_CONFIGURAION typo issue. #1

genghaos opened this issue Nov 30, 2018 · 1 comment

Comments

@genghaos
Copy link

genghaos commented Nov 30, 2018

/* 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.

@genghaos genghaos reopened this Nov 30, 2018
@genghaos genghaos reopened this Nov 30, 2018
@SeungukShin
Copy link

Thank you for reporting. We will fix this in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants