mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
USB: serial: console: add support for flow control
Add support for enabling hardware flow control using the 'r' command line option. This also avoids a W=1 (-Wunused-but-set-variable) warning. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
@@ -102,6 +102,9 @@ static int usb_console_setup(struct console *co, char *options)
|
||||
break;
|
||||
}
|
||||
|
||||
if (doflow)
|
||||
cflag |= CRTSCTS;
|
||||
|
||||
/*
|
||||
* no need to check the index here: if the index is wrong, console
|
||||
* code won't call us
|
||||
|
||||
Reference in New Issue
Block a user