From 5ab7ea5e340322fe27830aa3f38ca580d2de0208 Mon Sep 17 00:00:00 2001 From: RGIB Date: Fri, 2 Dec 2016 13:48:05 +0100 Subject: kona : fix accelerometer data frequency Change-Id: Icc53e3f24d065906da6bf4493fd7c4e40619c76f --- libsensors/AccelSensor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsensors/AccelSensor.cpp b/libsensors/AccelSensor.cpp index cb205e3..060d26d 100644 --- a/libsensors/AccelSensor.cpp +++ b/libsensors/AccelSensor.cpp @@ -24,7 +24,6 @@ #include #include - #include "AccelSensor.h" @@ -115,7 +114,7 @@ int AccelSensor::setDelay(int32_t handle, int64_t ns) ns = 10000000; // Minimum on stock } - strcpy(&input_sysfs_path[input_sysfs_path_len], "delay"); + strcpy(&input_sysfs_path[input_sysfs_path_len], "poll_delay"); fd = open(input_sysfs_path, O_RDWR); if (fd >= 0) { char buf[80]; -- cgit v1.2.3