On Fri, 28 Apr 2000, daniel sheltraw wrote:
> All the RTL examples I have seen use only the init_module and cleanup_module
> methods in the module. Is there any reason why one
> should not do initializations in init_module and timer/task starts in
> open or read/write methods (release and cleanu
Hello RTLites
All the RTL examples I have seen use only the init_module and cleanup_module
methods in the module. Is there any reason why one
should not do initializations in init_module and timer/task starts in
open or read/write methods (release and cleanup_module for closing)?
Of course one w