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

Implement get_property for FreeBSD #94

Open
jcjones opened this issue Jul 15, 2019 · 1 comment
Open

Implement get_property for FreeBSD #94

jcjones opened this issue Jul 15, 2019 · 1 comment

Comments

@jcjones
Copy link
Contributor

jcjones commented Jul 15, 2019

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:

Err(io::Error::new(io::ErrorKind::Other, "Not implemented"))

This issue is to fill that method in.

@baloo
Copy link

baloo commented Jul 15, 2019

Same for linux as far as I can tell no?

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

2 participants