[android-kernel] Re: Touchscreen Input event processing in Android

2009-10-15 Thread DineshG
and why do you really bother about the flow from driver to EventHub . Its reaching instantaneously to EvetHub and no filtering in the path. So all your analysis for any means ca start from EventHub unless you are facing any weired problem of not all data reaching to Eventhub ? On Oct 12, 12:44 p

[android-kernel] O_SYNC flag doens't make cached memory uncached

2009-10-15 Thread DineshG
If we define a memory as cached in According to comments in android_pmem.h , /* set to indicate maps of this region should be cached, if a mix of * cached and uncached is desired, set this and open the device with * O_SYNC to get an uncached region */ if we want to use a mix and ma

[android-kernel] O_SYNC flag doens't make cached memory uncached

2009-10-15 Thread DineshG
If we define a memory as cached in According to comments in android_pmem.h , /* set to indicate maps of this region should be cached, if a mix of * cached and uncached is desired, set this and open the device with * O_SYNC to get an uncached region */ if we want to use a mix and make