From owner-freebsd-usb@FreeBSD.ORG Fri Jan 27 20:16:08 2012 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 76852106566C for ; Fri, 27 Jan 2012 20:16:08 +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 F165A8FC13 for ; Fri, 27 Jan 2012 20:16:07 +0000 (UTC) X-T2-Spam-Status: No, hits=0.5 required=5.0 tests=ALL_TRUSTED, BAYES_60 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 230666619; Fri, 27 Jan 2012 21:16:05 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 27 Jan 2012 21:14:05 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?utf-8?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?utf-8?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201201272114.05311.hselasky@c2i.net> Cc: Subject: Re: iManufacturer and iProduct 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: Fri, 27 Jan 2012 20:16:08 -0000 On Friday 27 January 2012 02:14:54 =E5=9B=BE=E6=BD=98 wrote: > I am trying to pase the output from usbconfig dump_device_desc > dump_all_config_desc show_ifdrv > I don't quite understand the relation of vendor/device and > manufacturer/product. >=20 > Could someone explain to me, why the vendor/device names are different > to iManufacturer and iProduct names? Hi, Sometimes /sys/dev/usb/usbdevs is used to find the device name and not the = USB=20 strings. =2D-HPS