forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/drivers/usb/serial/spcp8x5.c
....@@ -281,10 +281,7 @@
281281
282282 static void spcp8x5_init_termios(struct tty_struct *tty)
283283 {
284
- tty->termios = tty_std_termios;
285
- tty->termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL;
286
- tty->termios.c_ispeed = 115200;
287
- tty->termios.c_ospeed = 115200;
284
+ tty_encode_baud_rate(tty, 115200, 115200);
288285 }
289286
290287 static void spcp8x5_set_termios(struct tty_struct *tty,