summaryrefslogtreecommitdiffstats
path: root/libsensors
Commit message (Collapse)AuthorAgeFilesLines
* libsensors: include <cstring>Caio Schnepper2015-10-137-0/+7
| | | | | | Fix build Change-Id: Ib8aefb3b267f57e8d9232230490f551cfc91c13f
* libsensors: fix conversion data to degreesrINanDO2015-07-081-1/+1
| | | | | | The conversion has been changed from 1/1000 to 1/64 around April 30th Change-Id: I944db0ca0351bbe80a5de041e773d9a35bd90a10
* i9100: initial L bringupCaio Schnepper2015-05-023-10/+6
| | | | Change-Id: I23cfe3e3e4b681601074c26d090daffee6b79a11
* sensors: Force a minimum interval between gyro state changesRicardo Cerqueira2014-09-041-1/+4
| | | | | | | | | The gyroscope will mess up the entire sensor pile if it gets deactivated less than around 150 msec after it's enabled, which does happen with some overly aggressive apps. Prevent this simply by delaying all gyro disablements by 200 msec. Change-Id: I8212a8aa4beb22a241ed63cc8d1471b4fea3d0b6
* fix sensors structPavel Kirpichyov2013-11-131-6/+6
| | | | Change-Id: I12bbefc83ef2eb2bd0db78a688de2860b517ef01
* i9100: Move libsensors to device treesAndrew Dodd2012-07-2517-0/+1942
n7000 has different libsensors than I9100/I777 Perhaps we need to figure out a way for i777 to pull from i9100?