summaryrefslogtreecommitdiff
path: root/60xx/libsensors_iio/MPLSensor.h
AgeCommit message (Collapse)Author
2015-03-03Remove files for unsupported devices.Ying Wang
manta/grouper/mako are unsupported in MNC. Bug: 19548232 Change-Id: Iebe443518b53e0a9ee10f4ed4ddc31ad984b9510
2014-11-21Fix some bugs caught by warnings.Dan Albert
This code had several cases of trying to use memset(3) to zero out an array, but was using sizeof(char*) instead of the real size of the buffer, so I've fixed it up to just use calloc(3) instead. There were very obvious warnings for this. Along the lines of "warning: this doesn't do what you think it does". To avoid this kind of thing going unnoticed in the future, I've turned on -Werror and -Wall in the project. Change-Id: I06057976f1f4721dcf9acdd37f2cb8a64b7865a7
2013-06-04Prepare for commiting 6515 chip specifc drop.Vineeta Srivastava
Split /hardware/invensesnse code to chip specific 60xx and 65xx directories. Moved 6050 chip specific stuff into 60xx directory. Manta uses that. This will allow 6515 chip specific stuff go in 65xx directoryi which will be used by hammerhead. Change-Id: If7ae097cba5376bbc68c644f14fdb2689dee2da5