From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 17 18:11:39 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBCD410656AA; Sun, 17 Oct 2010 18:11:39 +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 3216F8FC08; Sun, 17 Oct 2010 18:11:38 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=omSrwDgyMf70S47Fr5SNr0rQzcmIOo0IafWlB/wSLLo= c=1 sm=1 a=P4Ckh2d6ZMEA:10 a=N659UExz7-8A:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=PzXqmPsee8DjNEux5dUA:9 a=9zNUp9uqbp5MxMgwZAMx1aDDMJkA:4 a=pILNOxqGKmIA:10 a=9aOQ2cSd83gA:10 a=M47vDuLcLiWnuYt1:21 a=3ilpgUxB4e2ycMDK:21 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 37053153; Sun, 17 Oct 2010 20:11:37 +0200 From: Hans Petter Selasky To: "Wilkinson, Alex" Date: Sun, 17 Oct 2010 20:12:54 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201010140851.51159.hselasky@freebsd.org> <4CB7525C.3030702@freebsdfoundation.org> <201010171948.25610.hselasky@c2i.net> In-Reply-To: <201010171948.25610.hselasky@c2i.net> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201010172012.54484.hselasky@c2i.net> Cc: freebsd-emulation@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Hope for USB support? [SEC=UNCLASSIFIED] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 18:11:40 -0000 On Sunday 17 October 2010 19:48:25 Hans Petter Selasky wrote: > On Thursday 14 October 2010 20:56:28 Deb Goodkin wrote: > > Dear Hans, > > > > > Add USB support to VirtualBox under FreeBSD. > > Hi, > > My paypal account is: hselasky@c2i.net > > The plan is to release VirtualBox USB support for FreeBSD 8+ before > November or December 2010. Currently two people have requested interest > paying for this support. If everyone that is interested in this can send > me an e-mail, I will divide $1000 by the number of people interested and > send out a pay-request. > > --HPS Checking the VirtualBox SVN sources, it appears someone has already done the work :-) I'm checking out the stuff right now! /* $Id: USBProxyDevice-freebsd.cpp 31890 2010-08-24 07:50:47Z vboxsync $ */ --HPS