On 12/8/2010 10:20 PM, [email protected] wrote:
Thank Arjan and Alan.
We would discuss more internally if the interrupt mode is necessary.
Otherwise, the last question I mentioned on previous mail was we add a
new function to export the driver version to sysfs. This is an easy way
to maintain the version form our point of view. But it might be a bad
thing to modify this version number in each patch released.

actually, linux kernel modules already have a version concept that is generally exported using a standard interface


why not use that?

see MODULE_VERSION() macro from <linux/module.h>
and /sys/module/<name>/version and/or /sys/module/<name>/srcversion
as well as "modinfo <name>"




_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to