Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 08:30:59 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        freebsd-current@freebsd.org, libusb-devel@lists.sourceforge.net
Subject:   Android fastboot support for FreeBSD 8/9 using LibUSB v1.0
Message-ID:  <201103260830.59672.hselasky@c2i.net>

next in thread | raw e-mail | index | archive | help
--Boundary-00=_zYZjNFwuOq/KXXC
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit

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

--Boundary-00=_zYZjNFwuOq/KXXC--



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