I don't know - I haven't tried. But there is some information here that might be helpful: http://bootloader.wikidot.com/android:kgdb
Mike On Sun, Jul 18, 2010 at 2:50 PM, Danke Xie <[email protected]> wrote: > Hi Mike, > > Thanks for the suggestion. f_acm solved the problem I had. Now I got a > serial > port to work with adb at the same time. I am trying to use the serial > port for KGDB, > actually. I guess it's still ok to use ACM to do so? > > Thanks > Danke > > On Jul 17, 10:59 am, Mike Lockwood <[email protected]> wrote: >> On Sat, Jul 17, 2010 at 1:50 PM, Vikram <[email protected]> wrote: >> >> > On Jul 17, 7:50 am, hedwin <[email protected]> wrote: >> >> I doubt if you can hookup multipe gadgets to a single device where USB >> >> is in device mode. In host mode this is not an issue. >> >> > The whole USB Composite Gadget framework of Linux was written to cater >> > to this need. >> > So yes its very much a reality and works. >> >> Right - we are talking about a single device that supports multiple >> USB functions simultaneously (like mass storage and adb), not multiple >> physical devices connected to the phone. >> >> -- >> Mike Lockwood >> Google android team > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel > -- Mike Lockwood Google android team -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
