On Thu, Sep 27, 2001 at 03:59:18PM -0500, T Song wrote: > Hi All, > Why the timer in <linux/timer.h> can only be used once(one shot) and can't be >activated again? When I activated the same timer agian using function add_timer() >after it is expired, then the timer expires forever, no matter how I set the member >"expires". Is this true?
You should look at the FAQ for writing linux device drivers, it has examples of how to do timers. Book form: http://www.oreilly.com/catalog/linuxdrive2/ resource directory at: http://jungla.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html -- Ben Those who ignore their browser history are condemed to repeat it. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
