From owner-freebsd-usb@FreeBSD.ORG Mon Aug 25 20:31:21 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4168106566C for ; Mon, 25 Aug 2008 20:31:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC6F8FC13 for ; Mon, 25 Aug 2008 20:31:21 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6MIg2jpqvhTpo/gR8GzG7Q==:17 a=kH1H0asJV9jC7zS_jzEA:9 a=Zi0hKoFrYQTi1PP7XHKT9Rbce4wA:4 a=LY0hPdMaydYA:10 Received: from [62.113.133.243] (account mc467741@c2i.net [62.113.133.243] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1052277890; Mon, 25 Aug 2008 22:31:13 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 25 Aug 2008 22:33:00 +0200 User-Agent: KMail/1.9.7 References: <200808251515.m7PFFL1j017900@brother.ludd.ltu.se> In-Reply-To: <200808251515.m7PFFL1j017900@brother.ludd.ltu.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808252233.00933.hselasky@c2i.net> Cc: Peter B Subject: Re: usbd_add_drv_event() ? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 20:31:22 -0000 On Monday 25 August 2008, Peter B wrote: > What does 'usbd_add_drv_event()' kernel function do? > Trying to understand the code ;) > > no man page.. Hi, This function sends events to usbd, but is going to be removed. Replaced by devd. --HPS