From owner-freebsd-current@FreeBSD.ORG Tue May 19 07:04:20 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 A7623106564A; Tue, 19 May 2009 07:04:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 841E08FC15; Tue, 19 May 2009 07:04:19 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bvA9ArPTLE4A:10 a=wUE4w7GWRSwA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=zi9OGOCMt8tPEm5n8G8A:9 a=88j6B-HObUJzsuNtZooidDr8ykIA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 191653686; Tue, 19 May 2009 09:04:17 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org User-Agent: KMail/1.9.7 References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <20090519050132.GE42412@weongyo.cdnetworks.kr> <20090519051045.GD78829@citylink.fud.org.nz> In-Reply-To: <20090519051045.GD78829@citylink.fud.org.nz> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 19 May 2009 09:06:52 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200905190906.53413.hselasky@c2i.net> Cc: Lucius Windschuh , Sam Leffler , Andrew Thompson 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: Tue, 19 May 2009 07:04:20 -0000 Hi, There is no call to: device_set_usb2_desc() In the attach method. --HPS