uart_handle_cts_change(9) handle a change of clear-to-send state

SYNOPSIS

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

ARGUMENTS

uport

uart_port structure for the open port

status

new clear to send status, nonzero if active

COPYRIGHT