Re: [android-kernel] Re: USB Accessory support in omap kernel

2011-06-19 Thread Adam Wolf
Yes. I have a Google ADK board, and an original Motorola Droid. I was able to patch userland to claim it supported the board, and install the demo apk, and then I was also able to bring in a lot of the new drivers/usb/gadget code to the omap kernel, including f_accessory.c, and successfully compi

Re: [android-kernel] Re: USB Accessory support in omap kernel

2011-06-19 Thread John Vidler
Jagan, I believe that Adam is referring to this: http://developer.android.com/guide/topics/usb/adk.html Also, to anyone interested in mucking about with this, it might be worth checking out this and the links to resources on the page: http://www.sparkfun.com/products/10748 - John On 19 Jun 2011

Re: [android-kernel] Re: USB Accessory support in omap kernel

2011-06-19 Thread jagan
Hi Adam, Can you clear me what is USB Accessory support (ADK stuff)? Is this newly added feature in 2.3.4? Regards, Jagan On Sat, Jun 18, 2011 at 4:11 AM, adamwolf wrote: > I was able to get a running kernel with the f_accessory.c/h files, > along with some of the new gadget stuff, on my phone

[android-kernel] Re: USB Accessory support in omap kernel

2011-06-17 Thread adamwolf
I was able to get a running kernel with the f_accessory.c/h files, along with some of the new gadget stuff, on my phone today. adb over usb still works, which is a good sign! Using dmesg, it appears that the phone sees the gadget ADK board when it's plugged in. The DemoKit application doesn't se