[android-kernel] Re: Flashing Kernel Image

2010-02-17 Thread perumal316
Hi, Thanks for the tips, will try them out! The reason why I want to modify the kernel is to enable modules loading/unloading in Android Developer Phone. Is there any way to load/unload modules in the Android Developer Phone? In emulator it can be done through the adb shell. But suppose I have a

[android-kernel] Re: Flashing Kernel Image

2010-02-17 Thread perumal316
Hi, Thanks for the tips, will try them out! The reason why I want to modify the kernel is to enable modules loading/unloading in Android Developer Phone. Is there any way to load/unload modules in the Android Developer Phone? In emulator it can be done through the adb shell. But suppose I have a

Re: [android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-17 Thread Chris Stratton
The switching modules path may prove productive for our purposes, but I think actual otg drivers dont do this, as theres a state machine that drives mode changing automatically, so they keep both drivers resident and enable/disable them. The more I look into actual otg however, I'm less intetested

Re: [android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-17 Thread Andrew de Quincey
Hi, quick status update before I go to sleep. I've just fixed the msm72k_udc.ko gadget driver so it can be unloaded/loaded properly. I've tested it by repeatedly loading/unloading the msm72k_udc.ko gadget and the ehci-hcd.ko host drivers one after another and it seems fairly stable (I'd bet there

Re: [android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-17 Thread Andrew de Quincey
On 17 February 2010 01:27, Markus Fritsche wrote: > >> Expect more soon. > > Does that mean my android device might be able to connect to linux- > supported usb hardware? My pocket DVB-recoder coming up? ;) Theoretically yes; I've not yet tried a DVB USB stick, but I've got two in the cupboard!