Re: [android-kernel] Android Sensor driver side

2011-10-07 Thread dani maoz
I could't find the source code? where i can find it in gingerbread adn Froyo, I am using rowboat source On Tue, Oct 4, 2011 at 2:15 PM, jagan <402ja...@gmail.com> wrote: > For reff HAL code device/samsung/crespo/libsensors/ > & device/htc/passion-common/libsensors/ > > Regards, > Jagan > > > On T

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

2011-10-07 Thread Gil Zhaiek
Hi How do you know it is being compiled? did you see an *.o file in that directory? if you think it is being created - grep the "o" file and see if anyone has instructions to compile it... Gil On Oct 6, 10:42 pm, dani maoz wrote: > I also edit drives/input/misc/Makefile > and remark the lne #

[android-kernel] How to Handle VID/PID in Linux kernel 3.0 from userspace

2011-10-07 Thread Thirupathi ch
Hi, In kernel 2.6.35 in android.c file VID/PID  will be provided by platform data,But linux kernel3.0 andiord.c file  default VENDOR_ID = 0x18D1, PRODUCT_ID=0x001 is hardcoded. In android.c file Line:67  from the comment “/* Default vendor and product IDs, overridden by userspace */”   In our plat