summaryrefslogtreecommitdiffstats
path: root/libsensors/GyroSensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>