[android-kernel] Muti touch device android failed to recognise

2013-06-26 Thread dani maoz
Hi I have created a virtual multi touch virtual driver, I see that Event hub Detect the device but when i transmit events , no movement occurred on the screen (No X or Y changed) I tried to use protocol A pr Protocol B same result. why the events not transmitted to framework Any Idea See below th

[android-kernel] Multitouch device generate events question

2013-06-24 Thread dani maoz
Hi I am working on kernel driver for my multi touch device, I have a question regarding the multitouch events i need to generate from the driver I implemented protocol A events. https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt ABS_MT_POSITION_X x[0] ABS_MT_POSITION_Y

[android-kernel] SPI Driver Question

2012-09-26 Thread dani maoz
Hi I need to write an SPI slave driver, Can anyone post a sample code, or a tutorial thanks -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Wifi Chips Question

2012-09-16 Thread dani maoz
Hi I have two question regarding wifi chip 1. Which are the WiFi chips whose driver allows the control of the maximum number of retransmission attempts? 2. After a packet was transmitted, ss it possible to get information from the WiFi chips, if it received an "Ack" from the other side or not?

Re: [android-kernel] Android Sensor driver side

2011-10-07 Thread dani maoz
; Regards, > Jagan > > > On Tue, Oct 4, 2011 at 5:34 PM, skywalkzf wrote: > >> >> >> Is that your Hal code working ok? >> >> 在 2011-10-4,6:30,dani maoz 写道: >> >> Hi >> I would like to implement a sensor support to my tablet. >>

Re: [android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
I also edit drives/input/misc/Makefile and remark the lne #obj-$(CONFIG_INPUT)CMA3000) but the sensor fie is created, so my question again is who created the "sensor" file On Fri, Oct 7, 2011 at 7:36 AM, dani maoz wrote: > Hi > tried this too much diffrence so it's hard

Re: [android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
ig - .config file to tmp_config file. > > What do you mean "the kernel don't understand" and what procedure does > it enters via shell? > > Gil > > > On Oct 6, 1:17 pm, dani maoz wrote: > > Thanks for for the reply, > > I understand there is a drive

Re: [android-kernel] Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
to compile it again. > > My advice is to change this config with the "make menuconfig". > > Regards, > > Rogerio > > 2011/10/6 dani maoz > >> Hi >> I am trying to disable the compilation of CMA3000_I2C driver, >> In android_4430_de

[android-kernel] Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
Hi I am trying to disable the compilation of CMA3000_I2C driver, In android_4430_defconfing i disable the variable but when i run the command make ARCH=arm android_4430_defconfig and i look .config i see CONFIG_INPUT_CMA3000_I2C=y How can i solve this isse thanks -- unsubscribe: android-kernel+un

Re: [android-kernel] Load Module At Boot time Help

2011-07-25 Thread dani maoz
z, decompress it, and check to see if the setting of > CONFIG_MODULE is commented out. If so, you will need to recompile the kernel > with CONFIG_MODULE=y set in the .config file. > > William Liang > > > > 2011/7/25 dani maoz > >> What do you mean enabled the Module featur

Re: [android-kernel] Re: Load Module At Boot time Help

2011-07-25 Thread dani maoz
I have tried , to edit the file but no luck. copied the modules to /lib/modules/ On Mon, Jul 25, 2011 at 10:43 AM, vame wrote: > > > Hi > > > I am using pandaboard with Gingerbread image. > > > I would like to load a kernel module at start up. i have tried to > update > > > depmod.dep but

Re: [android-kernel] Load Module At Boot time Help

2011-07-25 Thread dani maoz
ang < wyli...@mail.ntut.edu.tw> wrote: > Have you enabled the Module feature in the config stage? > > William Liang > > 2011 7 25 14:37 於 "dani maoz" 寫道: > > > Hi > > I am using pandaboard with Gingerbread image. > > I would like to load a kernel module

[android-kernel] Load Module At Boot time Help

2011-07-24 Thread dani maoz
Hi I am using pandaboard with Gingerbread image. I would like to load a kernel module at start up. i have tried to update depmod.dep but no luck. when i try to run depmod command i get this error chdir(): no found. Which file i have to update in order to load the module at start up Thank -- unsub