History log of /device/samsung/crespo/libsensors/GyroSensor.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b1fef0d807b86dd730d3ee9b5b5a71afab1649d7 08-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
/device/samsung/crespo/libsensors/GyroSensor.cpp
63a931258e7e8f5bd64539ec1224420e8b8f3978 11-Mar-2011 tim.sk.lee <tim.sk.lee@samsung.com> SENSOR: Ignore the first 350ms gyroscope sensor events

Fixes: Gyro data is wrong for the first 300ms

Bug: 4027031i
Change-Id: I7f29ffbae7fe665184b018f17efd562069ca60a3
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
/device/samsung/crespo/libsensors/GyroSensor.cpp
286d99b62709872dc9f891991cccc1272e884cb7 28-Oct-2010 tim.sk.lee <tim.sk.lee@samsung.com> S5PC11X: SENSOR: Mag, accel, orientation and gyro get the cotinuous events

By using EV_REL instead of EV_ABS, sensors can get continous events
even though they're not changed.

Change-Id: I2341c0d1a1cdec223328796355ebf0210a9dea5e
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
/device/samsung/crespo/libsensors/GyroSensor.cpp
b5487ce1d17429476475074ae1f50fb980df1522 08-Oct-2010 tim.sk.lee <tim.sk.lee@samsung.com> S5PC11X: SENSOR: Let gyroscope fetch full events before return correctly

Instead of removing 'FETCH_FULL_EVENT_BEFORE_RETURN' code,
make it check out whether gyrscope is enabled or disabled
and it will not go to 'again' label ceaselessly when gyroscope disabled
in order to not affect the other senors.

Change-Id: I11a09208a997d476724c70cbc4402ba6a163d8de
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
/device/samsung/crespo/libsensors/GyroSensor.cpp
64ec9bde8f4295dda22e3fb9176ce078063e1369 23-Sep-2010 tim.sk.lee <tim.sk.lee@samsung.com> S5PC11X: SENSOR: Change delay name of Gyroscope(poll_delay)

Change-Id: I62301df6e4e8cb177cd900230e961db8f9256721
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
/device/samsung/crespo/libsensors/GyroSensor.cpp
ac9a9cd2cbbe20629ef08d21caeecb099035e109 12-Sep-2010 Mike J. Chen <mjchen@sta.samsung.com> S5PC11X: SENSOR: Add libsensor HAL.

Goes with kernel drivers. Modeled after NexusOne version that uses
input framework. We removed the old device nodes and add rules
to make the new sysfs attributes accessible with the right permissions.

Change-Id: I61e12da6c553eee664cebee9b9b9a77f9d099020
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
/device/samsung/crespo/libsensors/GyroSensor.cpp