[linux-usb-devel] Re: Problem on trying to Read from bluetooth tty driver

2004-08-12 Thread Greg KH
On Fri, Aug 13, 2004 at 09:42:52AM +0530, Amol Kailash wrote: > Yes Greg, absolutely. It has no problem working without two threads. I can > write a HCI reset packet and I get correct response from the subsequent > read. I was wondering if at all I need look at the flip-buffer of tty layer > when d

[linux-usb-devel] Re: Problem on trying to Read from bluetooth tty driver

2004-08-12 Thread Amol Kailash
Yes Greg, absolutely. It has no problem working without two threads. I can write a HCI reset packet and I get correct response from the subsequent read. I was wondering if at all I need look at the flip-buffer of tty layer when debugging the issue with read when the read part is handled in a differ

[linux-usb-devel] Re: Problem on trying to Read from bluetooth tty driver

2004-08-12 Thread Amol Kailash
Yes Greg, absolutely. It has no problem working without two threads. I can write a HCI reset packet and I get correct response from the subsequent read. I was wondering if at all I need look at the flip-buffer of tty layer when debugging the issue with read when the read part is handled in a differ

[linux-usb-devel] Re: Problem on trying to Read from bluetooth tty driver

2004-08-12 Thread Greg KH
On Thu, Aug 12, 2004 at 06:30:04PM +0530, Amol Kailash wrote: > Hi Greg, > I have a bluetooth stack as a shared object. While starting > the stack I initiate a pthread to read from the tty driver in a loop. The > main thread meanwhile sends a HCI reset packet to the tty driver using t