hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/serial/console.c
....@@ -79,7 +79,7 @@
7979 if (*s)
8080 doflow = (*s++ == 'r');
8181 }
82
-
82
+
8383 /* Sane default */
8484 if (baud == 0)
8585 baud = 9600;
....@@ -102,6 +102,9 @@
102102 break;
103103 }
104104
105
+ if (doflow)
106
+ cflag |= CRTSCTS;
107
+
105108 /*
106109 * no need to check the index here: if the index is wrong, console
107110 * code won't call us