Temperature sensor HAL has been modified for compatibility with IIO based drivers 31/28231/1
authorAmit Dharmapurikar <amit.vd@samsung.com>
Wed, 1 Oct 2014 05:04:26 +0000 (10:34 +0530)
committerAmit Dharmapurikar <amit.vd@samsung.com>
Wed, 1 Oct 2014 05:04:26 +0000 (10:34 +0530)
commit0fdae6ca27c9322ef54b33e1058ece7cac1fb7c9
tree12df99657f10e8962cf6549949f3a6b2e87729de
parent3d1f15bca4eb48b466538a7c50a324893934e291
Temperature sensor HAL has been modified for compatibility with IIO based drivers

 - Added temperature sensor plugin code
 - As RD-PQ does not have separate temperature sensor, the plugin uses LPS331 interface for reading
   temperature data
 - As there is no event chr device, raw sysfs nodes are used for reading data
 - Enable/disable functions are not supported

Change-Id: Ida7b71fb4a3ec69cbcc5439255a5fe9421111b29
Signed-off-by: Amit Dharmapurikar <amit.vd@samsung.com>
12 files changed:
packaging/sensord.spec
sensor_plugins.xml.in
sensors.xml.in
src/CMakeLists.txt
src/libsensord/sensor.h
src/libsensord/sensor_temperature.h [new file with mode: 0755]
src/shared/sensor_common.h
src/temperature/CMakeLists.txt [new file with mode: 0755]
src/temperature/temperature_sensor.cpp [new file with mode: 0755]
src/temperature/temperature_sensor.h [new file with mode: 0755]
src/temperature/temperature_sensor_hal.cpp [new file with mode: 0755]
src/temperature/temperature_sensor_hal.h [new file with mode: 0755]