UART_CD
if (delta & UART_CD)
if (tty && !C_CLOCAL(tty) && !(priv->current_status & UART_CD)) {
| ((status & UART_CD) ? TIOCM_CD : 0);