From owner-freebsd-usb@FreeBSD.ORG Tue Oct 20 21:13:31 2009 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 426A2106566B; Tue, 20 Oct 2009 21:13:31 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay3.uni-muenster.de (ZIVM-EXRELAY3.UNI-MUENSTER.DE [128.176.192.20]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5078FC14; Tue, 20 Oct 2009 21:13:29 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,593,1249250400"; d="scan'208";a="16360218" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 20 Oct 2009 23:13:28 +0200 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id 9AD051B0750; Tue, 20 Oct 2009 23:13:28 +0200 (CEST) Date: Tue, 20 Oct 2009 23:13:27 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Hans Petter Selasky , , Message-ID: In-Reply-To: <200910190227.34688.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: device nodes in usb2 stack 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: Tue, 20 Oct 2009 21:13:31 -0000 Hans Petter Selasky schrieb am 2009-10-19: > 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 i see. will this stay the way it is or are there any plans to also add file nodes for usb dongle devices? alex