From owner-freebsd-usb@FreeBSD.ORG Fri Dec 24 20:25:58 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7052416A4CE for ; Fri, 24 Dec 2004 20:25:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE8543D4C for ; Fri, 24 Dec 2004 20:25:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBOKN9wd054840; Fri, 24 Dec 2004 13:23:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 24 Dec 2004 13:23:39 -0700 (MST) Message-Id: <20041224.132339.88473596.imp@bsdimp.com> To: julian@vicor.com From: "M. Warner Losh" In-Reply-To: <41CB38A7.5020700@vicor.com> References: <41CB38A7.5020700@vicor.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: usb@freebsd.org cc: dillon@apollo.backplane.com cc: lennart@augustsson.net Subject: Re: USB vendore designations.. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 20:25:58 -0000 In message: <41CB38A7.5020700@vicor.com> Julian Elischer writes: : Lennart, Matt, Barry, USB hackers, : : On FreeBSD we have added vendor descriptiosn fo teh form : XYZ electrical corp. : : where on NetBSD the same ID may be described as "XYZ" : : Is there a reason to go one way or the other? : I'd rather not be different for no reason, but I'm loath to : just discard information. : : thoughts? Doesn't matter in FreeBSD because we don't use the vendor strings the way that NetBSD does. We don't[*] create large tables of them, which is why NetBSD reduced their length... Warner [*] well, we can with USB_VERBOSE.