Re: Kernel bug: bluetooth meets TTY layer

2007-12-20 Thread Alan Cox
On Thu, 20 Dec 2007 21:17:10 +0100 Arjan van de Ven <[EMAIL PROTECTED]> wrote: > David Newall wrote: > > Hi Arjan, > > > > I've not been able to find this file, "drivers/bluetooth/hci_tty.c", but > > anyway, This seems to be what happens: Hci_uart_close() flushes using > > hci_uart_flush(). Su

Re: Kernel bug: bluetooth meets TTY layer

2007-12-20 Thread Arjan van de Ven
David Newall wrote: Hi Arjan, I've not been able to find this file, "drivers/bluetooth/hci_tty.c", but anyway, This seems to be what happens: Hci_uart_close() flushes using hci_uart_flush(). Subsequently, in hci_dev_do_close(), (one step in hci_unregister_dev()), hci_uart_flush() is called a

Re: Kernel bug: bluetooth meets TTY layer

2007-12-20 Thread David Newall
Hi Arjan, I've not been able to find this file, "drivers/bluetooth/hci_tty.c", but anyway, This seems to be what happens: Hci_uart_close() flushes using hci_uart_flush(). Subsequently, in hci_dev_do_close(), (one step in hci_unregister_dev()), hci_uart_flush() is called again. The comment in