There is a way to do this over Ubuntu bare-metal mode (instead of
VMware version). General idea is to adding USB Host support in Android
SDK as following:
A real USB device <-(plugin)-> Ubuntu machine <-(grab into qemu)->
qemu <-(plug in)-> virtual OHCI <-(recognized by)-> Andorid kernel <-
(add into goldfish) -> device in Andoird OS
Yes, there will be a lot of code changes and a few hacks. Someone ever
tried, and performance is a challenge because Bluetooth dongle is used
as USB device under asynchronous mode (must be proceeded
efficiently).
The work for windows emulator is headache because no easy way to map
the Win32 driver into emulator's kernel.
On Mar 3, 9:19 pm, David Turner <
di...@android.com> wrote: