]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Serial: Check status of CTS when using flow control
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 29 Jun 2005 17:40:53 +0000 (18:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2005 17:40:53 +0000 (18:40 +0100)
commit6cb7f535d12669adedf799023212c5287ba7eb55
tree9c3eea7c817b19b50ece862af063c06ab7216c6d
parente750b7db7b4d9d4497136d2c3beca44a0416c1ab
[PATCH] Serial: Check status of CTS when using flow control

Fix bugme #4712: read the CTS status and set hw_stopped if CTS
is not active when opening the port and/or enabling CRTSCTS

Thanks to Stefan Wolff for spotting this problem.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/serial_core.c