[android-kernel] Re: Can I use the Linux usbserial driver and ADB at the same time?

2010-08-18 Thread Danke Xie
Thanks for sharing the final patch that you've got. The feedback is certainly helpful too. There was some difficulty in supporting hot plugs in KGDB and concurrent UMS. But let's see if they can be done. :) On Aug 18, 11:04 am, wqs wlp wrote: > Thanks Danke's awesone work! The functions he wrote

[android-kernel] Re: Will netfilter support be re-introduced into the kernel?

2010-08-18 Thread potassium
Thanks, what is it that prevents a loadable netfilter module from being installed onto a device? On Aug 16, 11:31 am, San Mehat wrote: > On Mon, Aug 16, 2010 at 10:19 AM, potassium > > wrote: > > Thank you, does this imply it is now possible to write a custom > > netfilter module (and install it

[android-kernel] Re: How to modify and re-build android source code

2010-08-18 Thread pincrespo
Thanks John, but your method doesn't work. Other people are working in the same problem: http://groups.google.com/group/android-building/browse_thread/thread/f8f0c3bacd6efae/05ec2449d4e5dc6f?hl=es&lnk=gst&q=how-to#05ec2449d4e5dc6f If someone solved the problem, please you would publish here. Reg

Re: [android-kernel] Can I use the Linux usbserial driver and ADB at the same time?

2010-08-18 Thread wqs wlp
Thanks Danke's awesone work! The functions he wrote satisfied my debugging pretty well. now I am sending the complete patch I am using. The thing is, you have to modify board-mahimahi.c as well. Because, you have to disable CONFIG_USB_ANDROID_MASS_STORAGE to avoid usb interface enumeration errors