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
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 #
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