[android-kernel] UMS in Android gadget driver

2009-07-28 Thread cyanogen
Should UMS in the Android gadget driver be working on msm-2.6.29? Obviously the function drivers work fine, but if I use the gadget driver I can see no way to enable UMS thru sysfs. Am I missing something? --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr.

[android-kernel] Re: Write problems using O_DIRECT

2009-07-28 Thread Seth Forshee
On Tue, Jul 28, 2009 at 07:34:14AM -0700, San Mehat wrote: > I'll try your test code when I have a chance. Thanks. > > I'm in a difficult debugging sitation for this issue. I can't build the > > kernel for the device (I'm working on getting the source to allow me to > > do this), and I don't ha

[android-kernel] Re: Write problems using O_DIRECT

2009-07-28 Thread San Mehat
On Mon, Jul 27, 2009 at 2:32 PM, Seth Forshee wrote: > I'm opening an MMC block device node with O_DIRECT on an MSM7k series > processor with Android (sort of a stress test, and I want to be sure > reads and writes go to the device and not just to the block cache). I'm > seeing that the data read

[android-kernel] Re: ADB in windows shows dev offline

2009-07-28 Thread Saravanan
Hi all, `adbd` is running successfully in Android and adb server also running successfully in Linux PC but still `adb devices` shows that device is offline. I tried killing and starting server many times but still the same response Can some one help me where something goes wrong. Regar