kernel/drivers/usb/serial/console.c
.. .. @@ -79,7 +79,7 @@ 79 79 if (*s) 80 80 doflow = (*s++ == 'r'); 81 81 } 82 -82 +83 83 /* Sane default */ 84 84 if (baud == 0) 85 85 baud = 9600; .. .. @@ -102,6 +102,9 @@ 102 102 break; 103 103 } 104 104 105 + if (doflow)106 + cflag |= CRTSCTS;107 +105 108 /* 106 109 * no need to check the index here: if the index is wrong, console 107 110 * code won't call us