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

Commit c9222ec9 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Greg Kroah-Hartman
Browse files

USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structure

parent c75ccd48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1984,6 +1984,7 @@ static int ftdi_process_packet(struct tty_struct *tty,
	len -= 2;
	if (!len)
		return 0;	/* status only */
	priv->icount.rx += len;
	ch = packet + 2;

	if (port->port.console && port->sysrq) {