From: NIIBE Y. <gn...@m1...> - 2002-08-28 00:52:31
|
Matt Boytim wrote: > matt@annie:~/src/linux/drivers/char$ diff -u sh-sci.c.O sh-sci.c > --- sh-sci.c.O Wed Jul 31 00:55:39 2002 > +++ sh-sci.c Wed Jul 31 00:57:08 2002 > @@ -572,6 +572,10 @@ > if (copied) > /* Tell the rest of the system the news. New characters! */ > tty_flip_buffer_push(tty); > + else { > + sci_in(port, SCxSR); /* dummy read */ > + sci_out(port, SCxSR, SCxSR_RDxF_CLEAR(port)); > + } > } > > static inline int sci_handle_errors(struct sci_port *port) Thanks, applied. Both (current and 2.4) -- |