summaryrefslogtreecommitdiffstats
path: root/libsensors/GyroSensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Herring Sensorsreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2014-01-031-185/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
* SENSOR: Ignore the first 350ms gyroscope sensor eventstim.sk.lee2011-03-141-4/+8
| | | | | | | | 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>
* S5PC11X: SENSOR: Mag, accel, orientation and gyro get the cotinuous eventstim.sk.lee2010-11-091-1/+1
| | | | | | | | 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>
* S5PC11X: SENSOR: Let gyroscope fetch full events before return correctlytim.sk.lee2010-10-081-4/+1
| | | | | | | | | | 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>
* S5PC11X: SENSOR: Change delay name of Gyroscope(poll_delay)tim.sk.lee2010-09-241-1/+1
| | | | | Change-Id: I62301df6e4e8cb177cd900230e961db8f9256721 Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
* S5PC11X: SENSOR: Add libsensor HAL.Mike J. Chen2010-09-171-0/+184
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>