mozilla / mozilla/authenticator-rs
Implement get_property for FreeBSD
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 316
- Forks
- 82
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 1
Description
For FreeBSD, I've left get_property as always returning an error, yielding "Unknown Device" and "Unknown Vendor" as the data returned identifying the device:
This issue is to fill that method in.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/freebsd/device.rs at the linked get_property method and read the surrounding FreeBSD device handling. Determine how the method should obtain identifying device and vendor data instead of returning an error, then verify that the returned values no longer produce "Unknown Device" and "Unknown Vendor".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100