From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 01:26:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D930106566C for ; Mon, 19 Oct 2009 01:26:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.tele2.se [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id D56AC8FC14 for ; Mon, 19 Oct 2009 01:26:40 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j9CC8HtPQ6QA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=GjJEomlsuOF1M2Sj0vEA:9 a=60f86-FYpBYoBiqTIayNqPgL0vwA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 578633501; Mon, 19 Oct 2009 02:26:34 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, freebsd-questions@freebsd.org Date: Mon, 19 Oct 2009 02:27:33 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910190227.34688.hselasky@c2i.net> Cc: Alexander Best Subject: Re: device nodes in usb2 stack (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 01:26:41 -0000 On Sunday 18 October 2009 23:08:14 Alexander Best wrote: > posted this to freebsd-questions@ a while ago and got no answer. > > alex Hi, For every USB device there is /dev/usb/XXX . Currently the USB Bluetooth driver does not have any file nodes. Entries appearing in devd.conf might not always be matched due to /dev/XXX creation. In that regard the USB stack fakes ugenX.Y device messages for devd.conf. --HPS