From owner-freebsd-current@FreeBSD.ORG Mon May 18 21:48:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028AE10656E0 for ; Mon, 18 May 2009 21:48:30 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe15.swipnet.se [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id 5F49B8FC08 for ; Mon, 18 May 2009 21:48:29 +0000 (UTC) (envelope-from hselasky@freebsd.org) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bvA9ArPTLE4A:10 a=wUE4w7GWRSwA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=pGLkceISAAAA:8 a=ot-8-Ia_Vng62H1EAtAA:9 a=V-mmI-CU-tALfxxusG-5s2T9E_YA:4 a=MSl-tDqOz04A:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 497151108; Mon, 18 May 2009 23:48:28 +0200 Received-SPF: softfail receiver=mailfe15.swip.net; client-ip=62.113.132.61; envelope-from=hselasky@freebsd.org From: Hans Petter Selasky To: freebsd-current@freebsd.org User-Agent: KMail/1.9.7 References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <90a5caac0905161502x3771072n22d58111a235de24@mail.gmail.com> In-Reply-To: <90a5caac0905161502x3771072n22d58111a235de24@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Date: Mon, 18 May 2009 23:51:03 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200905182351.03891.hselasky@freebsd.org> Cc: Lucius Windschuh , Weongyo Jeong Subject: Re: HEADSUP: uath(4) has been committed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 21:48:30 -0000 On Sunday 17 May 2009, Lucius Windschuh wrote: > 2009/4/7 Weongyo Jeong > Device descriptor after running uathload. "idProduct" changed. ugen3.10: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x00ff bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x1385 idProduct = 0x5f02 bcdDevice = 0x0001 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0003 <1.0> bNumConfigurations = 0x0001 --HPS