Android fastboot support for FreeBSD 8/9 using LibUSB v1.0

2011-03-26 Thread Hans Petter Selasky
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 +=

Re: Android fastboot support for FreeBSD 8/9 using LibUSB v1.0

2011-03-26 Thread Hans Petter Selasky
Hi, On Saturday 26 March 2011 15:30:01 Carlos A. M. dos Santos wrote: But for such a small change a simple Feature Request may suffice: Thank you! I've created an issue: http://code.google.com/p/android/issues/detail?id=15749colspec=ID%20Type%20Status%20Owner%20Summary%20Stars --HPS