Re: [android-kernel] Advanced Silicon CoolTouch USB touchscreen not working with Android 4.0.4

2013-10-22 Thread sanjeev sharma
Hello, To support this you need to enable generic driver i.e HID Multitouch in kernel and following change need in files. 1:drivers/hid/hid-multitouch.c Add driver data for your Display panel. 2:Add your Product Vendor & product-id. drivers/hid/hid-ids.h 3:Also add logic into hid_have_special

[android-kernel] Re: Control Groups

2013-10-22 Thread Glenn Kasten
cross-post with a reply at https://groups.google.com/forum/#!topic/android-building/otwtzLeiqEo On Tuesday, October 22, 2013 5:42:14 AM UTC-7, Martín Pérez wrote: > > Dear All, > > I am willing to use control group to limit some resources to applications > like network bandwith, and I was will

[android-kernel] Re: ethernet and usb host storage very slow on android-omap-panda-3.0

2013-10-22 Thread Chyifeng Ding
Hi Emeric, Thanks for replying. It is sad that this issue was not resolved. At least I know now there is a workaround by connecting external USB-ethernet. Chyifeng On Thursday, July 12, 2012 12:26:32 PM UTC-7, m-ric wrote: > > Hi, > > I run AOSP-4.0.4 on a pandaboard rev A3. I got linux kernel

[android-kernel] Control Groups

2013-10-22 Thread Martín Pérez
Dear All, I am willing to use control group to limit some resources to applications like network bandwith, and I was willing to use control groups to do it. I am having a hard time finding any documentation to refer on how to use control groups within the Android Kernel. Do you know how does tha

[android-kernel] ADB in 3.10

2013-10-22 Thread Rohramp
Hello folks, How adb works in 3.10 kernel? >From the following change id:Idfb4110429bc0ea63f493c68ad667f49ca471987, it could be seen that adb is obsolete and longer the functionality exists. There is not much info on what could be the alternative of the adb function in 3.10 kernel. Could you

[android-kernel] Re: android goes back to suspend

2013-10-22 Thread ritesh . harjani
Hello, I too am facing the same issue here(3.10 kernel) "It wakeups from deepsleep, but enters suspend before it executes the resume" but I checked my power button device driver, its already reporting the KEY_POWER event via input_report_key. Thus it should tell the PowerManager service to acq

Re: [android-kernel] Re: Enable KGDB for android kernel

2013-10-22 Thread 杨杨毅
Is there any other better way to debug kernel step by step except printk? On Friday, October 18, 2013 7:26:56 AM UTC+8, m-ric wrote: > > If you can't see any message on the console, enable early printk. > > Emeric > > Le 17 oct. 2013 à 04:39, 杨杨毅 > a > écrit : > > > Hi, Arnaud, > > > > I'm