Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4c502a7 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

8250: enable rate reporting via termios

parent 6f803cd0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2174,6 +2174,7 @@ serial8250_set_termios(struct uart_port *port, struct ktermios *termios,
	}
	}
	serial8250_set_mctrl(&up->port, up->port.mctrl);
	serial8250_set_mctrl(&up->port, up->port.mctrl);
	spin_unlock_irqrestore(&up->port.lock, flags);
	spin_unlock_irqrestore(&up->port.lock, flags);
	tty_termios_encode_baud_rate(termios, baud, baud);
}
}


static void
static void