]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvcs.c
V4L/DVB (5685): Cx88: add support for ADS Tech Instant Video PCI
[linux-2.6-omap-h63xx.git] / drivers / char / hvcs.c
index d090622f1dea2ec599040fd6aa0d967941d775ce..207f7343ba60df8b5aa2b998cc6184bc1f37cf0f 100644 (file)
@@ -192,11 +192,13 @@ MODULE_VERSION(HVCS_DRIVER_VERSION);
  * that will cause echoing or we'll go into recursive loop echoing chars back
  * and forth with the console drivers.
  */
-static struct termios hvcs_tty_termios = {
+static struct ktermios hvcs_tty_termios = {
        .c_iflag = IGNBRK | IGNPAR,
        .c_oflag = OPOST,
        .c_cflag = B38400 | CS8 | CREAD | HUPCL,
-       .c_cc = INIT_C_CC
+       .c_cc = INIT_C_CC,
+       .c_ispeed = 38400,
+       .c_ospeed = 38400
 };
 
 /*