do you meant 'above layer'?? accelerometer driver should publish input event to kernel via input_sync call (you might have already allocated input device).. Ref.. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=drivers/hwmon/applesmc.c
I guess in android, if app's have enabled accelerometer flag (hw.accelerometer), will receive a sensor event, to process.. Regards, Deva On Mon, Mar 1, 2010 at 10:29 AM, [email protected] <[email protected]>wrote: > Hi, > > I am writing Sensor HAL for BMA150(3-axis accelerometer) on eclair. > when i refer to sensors.h below has been give. > Acceleration > ------------------- > All values are in SI units(m/s^2) and measure the acceleration > of the device minus the force of gravity. > X:Acceleration minus GX on the X-axis > Y:Acceleration minus GX on the Y-axis > Z:Acceleration minus GX on the Z-axis > > I am getting raw values X,Y,Z values(from accelerometer Driver) Any > help on this how to convert raw values for above ?? > > > Rgds > Chetan > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
