From 64ec9bde8f4295dda22e3fb9176ce078063e1369 Mon Sep 17 00:00:00 2001 From: "tim.sk.lee" Date: Wed, 22 Sep 2010 17:39:02 -0700 Subject: S5PC11X: SENSOR: Change delay name of Gyroscope(poll_delay) Change-Id: I62301df6e4e8cb177cd900230e961db8f9256721 Signed-off-by: tim.sk.lee --- libsensors/GyroSensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsensors') diff --git a/libsensors/GyroSensor.cpp b/libsensors/GyroSensor.cpp index c25475b..a12125c 100644 --- a/libsensors/GyroSensor.cpp +++ b/libsensors/GyroSensor.cpp @@ -107,7 +107,7 @@ bool GyroSensor::hasPendingEvents() const { int GyroSensor::setDelay(int32_t handle, int64_t delay_ns) { int fd; - strcpy(&input_sysfs_path[input_sysfs_path_len], "gyro_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.1