b5e8b23e478cec1ea7471fc19458f4da6e047d1c |
|
08-Feb-2015 |
Nanik Tolaram <nanikjava@gmail.com> |
Fix compiler warning * Compiling AK8975_FS/libsensors/sensors.cpp throws warning as follows warning: missing initializer for member 'hw_module_t::dso' [-Wmissing-field-initializers] }; ^ hardware/akm/AK8975_FS/libsensors/sensors.cpp:123:1: warning: missing initializer for member 'hw_module_t::reserved' [-Wmissing-field-initializers] Fix by adding the dso and reserved member. Change-Id: I704be3f933433d06db6222eb7d3bd173f13584e7 Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
99072b5c302bc472909bc0b6c4d790b462360069 |
|
29-Jan-2015 |
Elliott Hughes <enh@google.com> |
Add missing includes. Change-Id: I3beb0585b8f00c8f13a778bb79247b425f71d635
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
af614e0b09ba9ef358f82092fdbf04efb6fb1dc5 |
|
19-Apr-2014 |
Aravind Akella <aakella@google.com> |
Update driver to follow new sensor_t struct after inclusion of flags and maxDelay fields. Change-Id: I9fe6d08df915e883dde179045b51f80dc12dd55c
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
3c010dc2e1d54762b4f7a849a3998be11d92d9ff |
|
08-Apr-2014 |
Aravind Akella <aakella@google.com> |
Update driver to follow new sensor_t format after inclusion of stringType and requiredPermission This reverts commit d944705067f361e2451bc4a87060f483f062fba8. Change-Id: I46b24aad1beb4306e8432043aa636e6541133055
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
d944705067f361e2451bc4a87060f483f062fba8 |
|
05-Apr-2014 |
Etienne Le Grand <etn@google.com> |
Revert "Update driver to follow new sensor_t format after inclusion of stringType and requiredPermission" This reverts commit 6922f1f8d6b29d1479f2671f68976388a49f58fd. Change-Id: I1ac03f5cc6ccb9c1e87993792b100b82b2be1342
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
6922f1f8d6b29d1479f2671f68976388a49f58fd |
|
05-Apr-2014 |
Etienne Le Grand <etn@google.com> |
Update driver to follow new sensor_t format after inclusion of stringType and requiredPermission Change-Id: Ib0bfaee5a76491bb57bc2230e973bfa5353fb689
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
d4af5aff648f3dae69666821c624d5adb31c844a |
|
05-Nov-2013 |
Nick Kralevich <nnk@google.com> |
am 1bb66b9e: Merge "libsensors: do not use GNU old-style field designators" * commit '1bb66b9ec3dfe71e18e3fe86addc96ddfe4e035f': libsensors: do not use GNU old-style field designators
|
85d3473b2b6814a7f0d47cccae0c1af86cc53a9e |
|
05-Nov-2013 |
synergy dev <synergye@codefi.re> |
libsensors: do not use GNU old-style field designators Avoiding the use of GNU extensions improves portability Change-Id: Ie7eadd940839d9b56dba5bfe719eca76c2a721b5
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
6d3be412647b0eab0adff8a2768736cf4eb68039 |
|
07-Aug-2013 |
Mathias Agopian <mathias@google.com> |
fix build. new sensor hal header. Change-Id: Id4b20a7f2b810bcfdda922fd6c7bd0bc4a2d775c
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
830dbbbf2e76ee378f9a4f9d793cee06cc47016c |
|
07-Aug-2013 |
Mathias Agopian <mathias@google.com> |
fix build. new sensor hal header. Change-Id: Ie9935c7645d6047e3e4c2634672a01e3e85f9fd9
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
408943e3a078de614bafab7bf384bb016475d2d5 |
|
07-Aug-2013 |
Mathias Agopian <mathias@google.com> |
fix build. new sensor hal header. Change-Id: I32218dd3008588b3afb520ba75fa6b20eab23a5a
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|
ab17e987e7f5371df91fe4e137fcf9041489ffdf |
|
28-Sep-2012 |
Tsuyoshi Masuda <masuda.tv@om.asahi-kasei.co.jp> |
AKM sensor code for AK8975 This package includes the following components. 1) Sensor Control Program (AK8975_FS/akmdfs) Source code of Daemon program to control sensor and to output calculated value. 2) Sensor HAL Module (AK8975_FS/libsensors) This is a sample implementation of HAL module, which can be connected to SensorManager. Change-Id: If68fdbfb5c4133a34f48445a5a1769f2f6eab771 Signed-off-by: Tsuyoshi Masuda <masuda.tv@om.asahi-kasei.co.jp>
/hardware/akm/AK8975_FS/libsensors/sensors.cpp
|