From owner-cvs-src Fri Feb 28 11:28:31 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F28A37B401; Fri, 28 Feb 2003 11:28:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03F543F3F; Fri, 28 Feb 2003 11:28:29 -0800 (PST) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1SJST0U081602; Fri, 28 Feb 2003 11:28:29 -0800 (PST) (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1SJSTBP081601; Fri, 28 Feb 2003 11:28:29 -0800 (PST) Message-Id: <200302281928.h1SJSTBP081601@repoman.freebsd.org> From: John Hay Date: Fri, 28 Feb 2003 11:28:29 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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-src" in the body of the message