Re: wait queue sharing..

2005-03-12 Thread Kedar Sovani
Yes, technically, you can share the wait queue between two modules. Ofcourse, provided you can manage to initialise it before any use. Kedar. On Fri, 11 Mar 2005 17:11:18 +0530, Mohan <[EMAIL PROTECTED]> wrote: > Hello All, > > I have a question regarding the wait queues. I have a driver >

Re: wait queue sharing..

2005-03-12 Thread Kedar Sovani
Yes, technically, you can share the wait queue between two modules. Ofcourse, provided you can manage to initialise it before any use. Kedar. On Fri, 11 Mar 2005 17:11:18 +0530, Mohan [EMAIL PROTECTED] wrote: Hello All, I have a question regarding the wait queues. I have a driver

wait queue sharing..

2005-03-11 Thread Mohan
Hello All, I have a question regarding the wait queues. I have a driver pxausb_core.o which is the core driver which does all USB endpoint handling and hardware interaction. I have one more driver on top of it usb-serial which provides for the user-level interaction(like read, write, ioctl). I