Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 23:25:41 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-hackers@freebsd.org
Cc:        Bernhard Froehlich <decke@freebsd.org>
Subject:   Re: VirtualBox on FreeBSD is looking for you!
Message-ID:  <201206112325.41058.hselasky@c2i.net>
In-Reply-To: <a845bb1dce42bd27135055b397ff4573@bluelife.at>
References:  <a845bb1dce42bd27135055b397ff4573@bluelife.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 10 June 2012 08:55:52 Bernhard Froehlich wrote:
>    - USB support (needs fixing)

Hi,

If questions arise I can answer them and give advice with regard to libusb in 
baseport and the USB FS interface. I've been somewhat involved fixing the USB 
support for VirtualBox under FreeBSD last time, and I think the VirtualBox 
team did a minor mistake from the beginning and that was to use the USB FS 
IOCTL interface directly, instead of using the USB library from baseport. 
Anyway, that works too as long as you understand a bit of USB :-)

Currently there are some issues. One of them is that certain functionality is 
only available as root, like detaching kernel drivers and such. I'm not sure 
what the best way forward is. Currently PRIV_DRIVER is used for alot in USB, 
and VirtualBox needs that to function properly currently with regard to USB.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206112325.41058.hselasky>