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

Use usb.ids database to interpret various ID values #144

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

martinling
Copy link
Member

I spotted that someone had written this Rust crate for the Linux USB ID database, which gets us some easy quality of life improvements with very little code, e.g:

Recognition of vendor IDs, product IDs, and class/subclass/protocol values as seen in device and interface descriptors:

image

Recognition of language IDs in string descriptor requests:

image

This should also be helpful when we come to interpreting HID descriptors and traffic.

The crate used is under the MIT license, and the usb.ids database is under LGPL or BSD-3-Clause.

@miek miek merged commit 1539e30 into greatscottgadgets:main Jul 30, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants