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