From owner-freebsd-usb@FreeBSD.ORG Sun Dec 26 03:32:34 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 29E4D16A4CE for ; Sun, 26 Dec 2004 03:32:34 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6FB43D49 for ; Sun, 26 Dec 2004 03:32:33 +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 iBQ3U5wR071220; Sat, 25 Dec 2004 20:30:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 25 Dec 2004 20:30:36 -0700 (MST) Message-Id: <20041225.203036.70797686.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <41CCFB49.707@elischer.org> References: <41CB38A7.5020700@vicor.com> <20041224.132339.88473596.imp@bsdimp.com> <41CCFB49.707@elischer.org> 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 cc: julian@vicor.com 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: Sun, 26 Dec 2004 03:32:34 -0000 In message: <41CCFB49.707@elischer.org> Julian Elischer writes: : M. Warner Losh wrote: : > 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. : > _______________________________________________ : > freebsd-usb@freebsd.org mailing list : > http://lists.freebsd.org/mailman/listinfo/freebsd-usb : > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" : : but there are dvices that use the definitions there to probe, so we do need the : definitions. Just the strings are not so important.. I've used the tables in the : past. I don't understand what you are saying. The strings from usbdevs are basically unused in FreeBSD. Warner