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

Support HID v1.11 Items (Main, Global and Local) #1

Closed
26 of 27 tasks
NZSmartie opened this issue Apr 24, 2016 · 2 comments
Closed
26 of 27 tasks

Support HID v1.11 Items (Main, Global and Local) #1

NZSmartie opened this issue Apr 24, 2016 · 2 comments

Comments

@NZSmartie
Copy link
Owner

NZSmartie commented Apr 24, 2016

Item class need to represent HID (Short) Items as in HID spec version 1.11

  • Main Items
    • Input
    • Output
    • Feature
    • Collection
    • End Collection
  • Global Items
    • Usage Page
    • Logical Minimum
    • Logical Maximum
    • Physical Minimum
    • Physical Maximum
    • Unit Exponent
    • Unit
    • Report Size
    • Report Id
    • Report Count
    • Push
    • Pop
  • Local Items
    • Usage
    • Usage Minimum
    • Usage Maximum
    • Designator Index
    • Designator Maximum
    • Designator Minimum
    • String Index
    • String Minimum
    • String Maximum
    • Delimiter
@NZSmartie NZSmartie added this to the Alpha Release milestone Apr 24, 2016
@NZSmartie
Copy link
Owner Author

Usages are now accessible through UsagePages. e.g. hidparser.UsagePage.GenericDesktop.mouse

NZSmartie added a commit that referenced this issue May 5, 2016
Unit systems and it's esponent values are supported. but It has yet to
expliot the different systems and provide meaningful information to the
API
@NZSmartie
Copy link
Owner Author

Due to the complexity of supporting Delimiters, this may be held off until later during alpha development

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

No branches or pull requests

1 participant