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

Add USB support to incus info --resources #702

Closed
stgraber opened this issue Mar 29, 2024 · 2 comments
Closed

Add USB support to incus info --resources #702

stgraber opened this issue Mar 29, 2024 · 2 comments
Assignees
Labels
Easy Good for new contributors Feature New feature, not a bug
Milestone

Comments

@stgraber
Copy link
Member

Currently incus info --resources doesn't show USB device at all.

It would be good to add a concise listing of USB devices based on the data already available in the resources API (/1.0/resources).

This list should at least include:

  • Device vendor (name and id)
  • Device product (name and id)
  • Bus and device address
  • Serial number (if present)

So looking at something not too dissimilar to the lsusb output.

@stgraber stgraber added Feature New feature, not a bug Easy Good for new contributors labels Mar 29, 2024
@stgraber stgraber added this to the soon milestone Mar 29, 2024
@RaviTriv
Copy link
Contributor

Hey, I'm interested in working on this issue. Would be awesome if I could be assigned this. Thank you!

@stgraber
Copy link
Member Author

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Good for new contributors Feature New feature, not a bug
Development

No branches or pull requests

2 participants