From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 14:52:10 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 1C6E710656D8; Wed, 11 Mar 2009 14:52:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 75A2D8FC16; Wed, 11 Mar 2009 14:52:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=G7Y8i6bLmuYA:10 a=Whcr0dHrKEwA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=JmVlt-6mU7JSl66UCvYA:9 a=I7uHRooG7XDpDjoLDJ4A:7 a=y5FxX0GadN8xCe286SucZnDd0sUA:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1105794382; Wed, 11 Mar 2009 15:52:07 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 11 Mar 2009 15:54:38 +0100 User-Agent: KMail/1.9.7 References: <49B7C9E2.4010607@boland.org> In-Reply-To: <49B7C9E2.4010607@boland.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903111554.39323.hselasky@c2i.net> Cc: Michiel Boland , Andrew Thompson Subject: Re: x11/kdebase3 fails to build in recent -CURRENT 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: Wed, 11 Mar 2009 14:52:10 -0000 On Wednesday 11 March 2009, Michiel Boland wrote: > kcmusb Hi, I think this module has to be updated. The ioctl to get the usb_device_info has been moved to the BSD libusb in /usr/src/lib/libusb . man libusb libusb20_dev_get_info(pdev, pinfo) This function retrives the BSD spe- cific usb2_device_info structure into the memory location given by pinfo. The USB device given by pdev must be opened before this function will succeed. This function returns zero on success else a LIBUSB20_ERROR value is returned. I'm not sure if the libusb API names have settled yet ... --HPS