Re: [rtl] Modules and RTL

2000-04-28 Thread Tomasz Motylewski
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

[rtl] Modules and RTL

2000-04-28 Thread daniel sheltraw
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