Originally Posted by
Geese
In my experience with Linux in the last 8 years or so, the projects that people *use* are typically the ones that get you 99% of the way there. For better, or for worse.
The writers of Samba didn't just write the server, they also wrote the client apps as well. They leave it up to the distros to figure out how to automount in a sane way.
Same thing here: Writing a driver is an awesome task. Writing client apps to someone else's bare driver would be equally as challenging, if not harder. If the driver writer also includes a sample cli app to utilize the basic functions of the driver in a relatively easy manner, a more casual developer can come along and run with it much further.
I say, if you can, write the cli app to do the very basic things and distribute it along with the driver.
Keep up the excellent work! The community is much stronger because of projects like these.