Re: [linux-usb-devel] timer in linux driver

2006-03-22 Thread Alan Stern
On Wed, 22 Mar 2006 [EMAIL PROTECTED] wrote: > Hi all, > If I do add_timer() multiple times with same timer object as > parameter then the last one will be executed as there can be only one > timer running for a timer object. Now if I call add_timer() multiple > times with different timer ob

[linux-usb-devel] timer in linux driver

2006-03-22 Thread rasmit.ranjan
Hi all, If I do add_timer() multiple times with same timer object as parameter then the last one will be executed as there can be only one timer running for a timer object. Now if I call add_timer() multiple times with different timer objects then the timer objects will be queued up in acti