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

Kernel module should use file system for setting/querying global values #35

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The current version of the kernel module uses IOCTLs for all set/query 
purposes.

For "global" values (those which apply to all of the devices open), it 
really should be using a filesystem interface (/proc, /sys. /debugfs or 
whatever seems current best practice) instead.

It is arguable that some of the per-device settings should also be mediate 
in this manner.

Original issue reported on code.google.com by [email protected] on 7 May 2010 at 9:06

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

1 participant