From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 08:35:46 2010 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 086811065741; Mon, 13 Dec 2010 08:35:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 5743E8FC15; Mon, 13 Dec 2010 08:35:44 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=5OBHFxb9I47YZ7HELXzI6cL6pwPTRnd5uxbD1DPQ4WY= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=4gzOIX-PUhrmFqv9VC8A:9 a=ceijqbtENdpawp7RbJkA:7 a=mzZFSXcjzmtHXsfydcUoCcXnzCsA:4 a=wPNLvfGTeEIA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 60451396; Mon, 13 Dec 2010 09:35:43 +0100 From: Hans Petter Selasky To: Emanuel Haupt Date: Mon, 13 Dec 2010 09:36:02 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20101212194924.b625d7ad.ehaupt@FreeBSD.org> <201012122251.58439.hselasky@c2i.net> <20101213085815.8e42455e.ehaupt@critical.ch> In-Reply-To: <20101213085815.8e42455e.ehaupt@critical.ch> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012130936.02736.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: static usb device configuration 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, 13 Dec 2010 08:35:46 -0000 On Monday 13 December 2010 08:58:15 Emanuel Haupt wrote: > Hans Petter Selasky wrote: > > On Sunday 12 December 2010 19:49:24 Emanuel Haupt wrote: > > > Is there any way I can make sure that the following device: > > > > > > ugen1.3: at usbus1, cfg=0 md=HOST > > > spd=FULL (12Mbps) pwr=ON > > > > > > bLength = 0x0012 > > > bDescriptorType = 0x0001 > > > bcdUSB = 0x0200 > > > bDeviceClass = 0x0000 > > > bDeviceSubClass = 0x0000 > > > bDeviceProtocol = 0x0000 > > > bMaxPacketSize0 = 0x0008 > > > idVendor = 0x0403 > > > idProduct = 0x6001 > > > bcdDevice = 0x0400 > > > iManufacturer = 0x0000 > > > iProduct = 0x0000 > > > iSerialNumber = 0x0003 > > > bNumConfigurations = 0x0001 > > > > > > Is always registered as: > > > > > > /dev/usb/1.3.0 > > > > No, this is currently not possible unless you find the USB port which > > is enumerated first (I.E. has the lowest second number.) > > When you say 'currently', is there something like that planed? No. --HPS