Date: Sun, 14 Dec 2008 20:03:46 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb ucom.c ucomvar.h Message-ID: <200812142003.mBEK3tNc001257@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2008-12-14 20:03:46 UTC FreeBSD src repository Modified files: sys/dev/usb ucom.c ucomvar.h Log: SVN rev 186091 on 2008-12-14 20:03:46Z by phk Move the code that injects received characters into the tty system into a separate public function ucomrxchars(), to avoid requirement of simple metadata prefixing on the USB data stream. Revision Changes Path 1.71 +22 -17 src/sys/dev/usb/ucom.c 1.14 +1 -0 src/sys/dev/usb/ucomvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812142003.mBEK3tNc001257>