it will be nice if we can parse the lspci and the pci.ids #280
braindevices
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Hi there - thank you for the parser suggestion! Go ahead and open a GitHub Issue and we'll track it there. It sounds like supporting the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the lspci has some kind of machine readable output but not very easy to parse when try to use verbose output. There were attempts to add
-Joption to output json format, but those patches had never got merged.pci.ids are also very useful especially the class database at the end
# List of known device classes, subclasses and programming interfaces. If we can parse it and generate aclass number: class namedictionary, it will be very helpful.Beta Was this translation helpful? Give feedback.
All reactions