Hi,
In almost all serial drivers I see that when DCD drops:
if (! ...->flags & ..._CALLOUT_NOHUP)
tty_hangup (tty);
However, I can't find anywhere in the kernel where that flag
would be getting set.
Also, I'm considering dropping "callout" support in a driver that
I'm currently writing: It's been depreciated for quite a while
now.
As far as I can see, that expression before the tty_hangup always
evaluates to "true" when we're not on a callout device. Is that
correct?
Roger.
-- ** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 ** *-- BitWizard writes Linux device drivers for any device you may have! --* * Common sense is the collection of * ****** prejudices acquired by age eighteen. -- Albert Einstein ********- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Apr 23 2000 - 21:00:10 EST