[android-kernel] EventHUb and evdev attach point???

2011-11-14 Thread Sandeep Sharma
Hi all, can someone tell me, how EventHub is communicating with evdev.c file corresponding to GB. How mInputBufferData array is having raw events. regards sandeep -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Touch event is there but touch is not working

2011-11-10 Thread Sandeep Sharma
On Thu, Nov 10, 2011 at 9:51 PM, Girish prasad wrote: > try to put LOGE messages... and build the library alone push it > through adb and test it.. you should be able to get logs.. > > -Girish > > On Thu, Nov 10, 2011 at 2:50 PM, Sandeep Sharma > wrote

Re: [android-kernel] Android Kernel code.

2011-11-10 Thread Sandeep Sharma
Hi, kernel.org is down try codeauroraforum.org. regards sandeep On Tue, Nov 8, 2011 at 10:56 AM, Urmil Vyas wrote: > Hi, > > From where can I download the Android Linux Kernel source code for > Gingerbread release? It is not included in AOSP code. > > Regards, > Urmil Vyas > > -- > unsubscribe:

Re: [android-kernel] Touch event is there but touch is not working

2011-11-10 Thread Sandeep Sharma
ub.cpp, in android which reads all > kinds of events check weather you are getting in this place or not. > > Regards > Girish > > On Tue, Nov 8, 2011 at 8:41 PM, Sandeep Sharma > wrote: > > hi guys, > > I have ported the msm 3.0 CAF kernel

[android-kernel] Touch event is there but touch is not working

2011-11-08 Thread Sandeep Sharma
view com.android.internal.widget.PointerLocationView@4066fdb8 has no id. please let me know if you need any further detail regards sandeep sharma -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Need help in display bring up for qsd8x50

2011-11-03 Thread Sandeep Sharma
Hi All, I am migrating changes from GB(k 35) to android K 3.0 generic one.My main Issue is to bring up display.But adding PMEM speacific code in board file leads crash the kernel(as per my perception). Not able to get boot logs because kernel crashes before serial up.Please tell me the ways