1. NAME

uart_handle_dcd_change - handle a change of carrier detect state

2. SYNOPSIS

void uart_handle_dcd_change(struct uart_port *  uport , unsigned int  status );

3. ARGUMENTS

uport
    uart_port structure for the open port

status
    new carrier detect status, nonzero if active

4. COPYRIGHT