Hi, On Thu, May 5, 2011 at 7:20 AM, nitin <[email protected]> wrote: > If documentation covers the following then it will be of great help: > > - How ioctl's are accessed from user space. > - What steps are required to register driver
You'll need to implement the sensors glue code for your board. Have a look at libsensors for crespo [1]. Once implemented correctly, it should be automatically loaded by the sensors daemon (as /system/lib/hw/sensors.boardname.so). Joerie [1]: http://android.git.kernel.org/?p=device/samsung/crespo.git;a=tree;f=libsensors;h=735a4b272dfa82c536cbf957f323f0d975e8b167;hb=HEAD -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
