Date: Wed, 11 Mar 2009 15:54:38 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: Michiel Boland <michiel@boland.org>, Andrew Thompson <thompsa@freebsd.org> Subject: Re: x11/kdebase3 fails to build in recent -CURRENT Message-ID: <200903111554.39323.hselasky@c2i.net> In-Reply-To: <49B7C9E2.4010607@boland.org> References: <49B7C9E2.4010607@boland.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903111554.39323.hselasky>