From owner-freebsd-current@FreeBSD.ORG Sat Mar 26 07:37:55 2011 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 6F73B106566C; Sat, 26 Mar 2011 07:37:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id BFA998FC14; Sat, 26 Mar 2011 07:37:54 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=IU0TiZmyZPMA:10 a=2QwxetvH7OQA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=CBuuo2NdAAAA:8 a=FP58Ms26AAAA:8 a=FQ_Lki0MAAAA:8 a=8kQB0OdkAAAA:8 a=KXerRQLmtUWdGkY0lkEA:9 a=0VgLv4NYe5RupFyk8GMA:7 a=Xc7hnXyPS-XVjuuhLcZEVYy9sFcA:4 a=PUjeQqilurYA:10 a=3iBgCAkc3Z8A:10 a=OIzWo4VNxpQA:10 a=C8hY86fFbX8A:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 104989958; Sat, 26 Mar 2011 08:37:53 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 26 Mar 2011 08:37:06 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201103260830.59672.hselasky@c2i.net> In-Reply-To: <201103260830.59672.hselasky@c2i.net> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201103260837.07052.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Android fastboot support for FreeBSD 8/9 using LibUSB v1.0 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: Sat, 26 Mar 2011 07:37:55 -0000 On Saturday 26 March 2011 08:30:59 Hans Petter Selasky wrote: > Hi, > > The attached files adds USB support to Android's fastboot under FreeBSD > 8/9, by using the LibUSB v1.0 interface. > > http://android-dls.com/wiki/index.php?title=Fastboot > > Lines for the Android.mk: > > ifeq ($(HOST_OS),FreeBSD) > LOCAL_SRC_FILES += usb_freebsd.c util_freebsd.c > LOCAL_LDLIBS += -lpthread -lusb > endif > > Please feel free to forward my patches to the Android team handling the > fastboot code. I was not sure where to post it. > > --HPS Hi, The attachments are available from here: http://sourceforge.net/mailarchive/forum.php?thread_name=201103260830.59672.hselasky%40c2i.net&forum_name=libusb-devel Looks like they got stripped from the FreeBSD lists. --HPS