From owner-freebsd-usb@FreeBSD.ORG Mon Dec 14 21:53:01 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 ED420106566C for ; Mon, 14 Dec 2009 21:53:01 +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 7E0418FC17 for ; Mon, 14 Dec 2009 21:53:01 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=FW5kNO41iXtb9loFzkkA:9 a=GtYFqqGKBTo-BHKrlgITCTHhUr4A:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1324799417; Mon, 14 Dec 2009 22:52:59 +0100 From: Hans Petter Selasky To: Trevor Blackwell Date: Mon, 14 Dec 2009 22:54:51 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <43EC7D78-31E5-4B86-9316-002AE650727A@tlb.org> <200912141006.01480.hselasky@c2i.net> 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-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912142254.52874.hselasky@c2i.net> Cc: Ed Schouten , freebsd-usb@freebsd.org Subject: Re: USB serial device naming 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, 14 Dec 2009 21:53:02 -0000 On Monday 14 December 2009 18:44:01 Trevor Blackwell wrote: > > USB_IOCTL_GET_PARENT_NAME > > That seems like the right approach. Is there only ever one associated > "parent" driver? Are there cases where it should report both a serial > & network interface? That's a good question how to best standardise this. Probably the IOCTL is useful for other busses too. --HPS