summaryrefslogtreecommitdiffstats
path: root/libsensors/sensors.h
Commit message (Collapse)AuthorAgeFilesLines
* sensors: Merge invensense HAL into main tuna HAL.Kyle Repinski2016-01-171-3/+12
| | | | | | | Since these are both in our device tree now, there's no need to have them be separated. This saves about 14KB of space as well. Change-Id: Ibfcd7da4b30bb261586ecd9373e6fd4a343e0e06
* tuna: Add ambient temperature sensor.Kyle Repinski2014-12-131-0/+1
| | | | | | | | | | | | This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: libsensors/sensors.cpp
* sensors: Let MPLSensor populate the sensor list with the sensors it providesArve Hjønnevåg2011-08-181-13/+2
| | | | | | | If the mpl library is not available we do not want the fused sensors from MPLSensor. Change-Id: If2ac70188db8c0319cc24dc546d60a34de1c986d
* tuna: sensors: add light, proximity, pressure sensorsMarty Fouts2011-06-291-0/+3
| | | | | | | | NOTE: - light sensor ADC values need to be calibrated. Change-Id: Iba75dc62a922bbcd0d1e273566f9089c4da450fb Signed-off-by: Marty Fouts <mfouts@sta.samsung.com>
* ARM: omap4: tuna: Add input event reader to sensor HALMarty Fouts2011-06-291-0/+54
Change-Id: I34a4a4dea8b30b22046889246f164c3ea40ab2a4 Signed-off-by: Danke Xie <d.xie@sta.samsung.com>