freebsd-dev/sys/netgraph/bluetooth/drivers/h4
Poul-Henning Kamp 4776c07426 Fix line discipline switching issues: If opening a new ldisc fails,
we have to revert to TTYDISC which we know will successfully open
rather than try the previous ldisc which might also fail to open.

Do not let ldisc implementations muck about with ->t_line, and remove
code which checks for reopens, it should never happen.

Move ldisc->l_hotchar to tty->t_hotchar and have ldisc implementation
initialize it in their open routines.  Reset to zero when we enter
TTYDISC.  ("no" should really be -1 since zero could be a valid
hotchar for certain old european mainframe protocols.)
2004-06-26 08:44:04 +00:00
..
ng_h4_prse.h Change double include protection style in headers to match 2003-11-14 03:45:29 +00:00
ng_h4_var.h Change double include protection style in headers to match 2003-11-14 03:45:29 +00:00
ng_h4.c Fix line discipline switching issues: If opening a new ldisc fails, 2004-06-26 08:44:04 +00:00
TODO Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00