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

2011-03-27 Thread Hans Petter Selasky
On Saturday 26 March 2011 17:39:37 Shawn Webb wrote:
> This is awesome. Lack of Android tools support almost keeps me from fully
> switching from OSX to FreeBSD. Any chance adb is or will be supported?
> 
> Thanks,
> 
> Shawn

I think you might be able to use the same driver code examples for ADB.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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

2011-03-26 Thread Shawn Webb
This is awesome. Lack of Android tools support almost keeps me from fully
switching from OSX to FreeBSD. Any chance adb is or will be supported?

Thanks,

Shawn
On Mar 26, 2011 9:10 AM, "Hans Petter Selasky"  wrote:
> 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=15749&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
>
> --HPS
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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=15749&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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

2011-03-26 Thread Carlos A. M. dos Santos
On Sat, Mar 26, 2011 at 4:30 AM, 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.

If you want to follow the full process, the instructions are here:

 http://source.android.com/source/life-of-a-patch.html

But for such a small change a simple Feature Request may suffice:

 http://code.google.com/p/android/issues/entry?template=Feature%20request

--
Depending on how lucky you are, your fortune may rub people the wrong way
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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

2011-03-26 Thread Hans Petter Selasky
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
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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 += -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
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"