]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/tty/serial/serial_core.c
SERIAL: core: add hardware assisted h/w flow control support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 17 Apr 2012 15:41:10 +0000 (16:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 11:25:55 +0000 (11:25 +0000)
commitdba05832cbe4f305dfd998fb26d7c685d91fbbd8
tree823df80fdcdaa66587659bdf2c83106dd71d1c1a
parent2cbacafd7af0f1cc7a433668c662a91ba6aabc1b
SERIAL: core: add hardware assisted h/w flow control support

Ports which are handling h/w flow control in hardware must not have
their RTS state altered depending on the tty's hardware-stopped state.
Avoid this additional logic when setting the termios state.

Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/tty/serial/serial_core.c
include/linux/serial_core.h