Date: Fri, 28 Feb 2003 11:28:29 -0800 (PST) From: John Hay <jhay@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ugen.4 src/sys/dev/usb ugen.c uhci.c usbdi_util.c usbdi_util.h Message-ID: <200302281928.h1SJSTBP081601@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhay 2003/02/28 11:28:29 PST FreeBSD src repository Modified files: share/man/man4 ugen.4 sys/dev/usb ugen.c uhci.c usbdi_util.c usbdi_util.h Log: Implement outgoing interrupt pipes. It is part of the USB 1.1 spec. The Lego Infrared Tower use it. Revision Changes Path 1.3 +5 -2 src/share/man/man4/ugen.4 1.68 +31 -0 src/sys/dev/usb/ugen.c 1.132 +13 -3 src/sys/dev/usb/uhci.c 1.27 +42 -0 src/sys/dev/usb/usbdi_util.c 1.15 +4 -0 src/sys/dev/usb/usbdi_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302281928.h1SJSTBP081601>