summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-03-14 19:34:28 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-14 19:34:28 -0700
commit19012b665b766e392e4386ad752a74d2ea0e2a1a (patch)
tree0be6402006c920f325a45db623ba52082e2c0938 /libsensors
parent63a931258e7e8f5bd64539ec1224420e8b8f3978 (diff)
parentae4c1b502200456f472c71d7770eed30ba2a431d (diff)
downloaddevice_samsung_crespo-19012b665b766e392e4386ad752a74d2ea0e2a1a.tar.gz
device_samsung_crespo-19012b665b766e392e4386ad752a74d2ea0e2a1a.tar.bz2
device_samsung_crespo-19012b665b766e392e4386ad752a74d2ea0e2a1a.zip
Merge "partially fix bug [4026143] Gyro sample rate is inconsistant with datasheet" into gingerbread
Diffstat (limited to 'libsensors')
-rw-r--r--libsensors/sensors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsensors/sensors.cpp b/libsensors/sensors.cpp
index 4ba1265..ec2d754 100644
--- a/libsensors/sensors.cpp
+++ b/libsensors/sensors.cpp
@@ -90,7 +90,7 @@ static const struct sensor_t sSensorList[] = {
{ "K3G Gyroscope sensor",
"STMicroelectronics",
1, SENSORS_GYROSCOPE_HANDLE,
- SENSOR_TYPE_GYROSCOPE, RANGE_GYRO, CONVERT_GYRO, 6.1f, 1200, { } },
+ SENSOR_TYPE_GYROSCOPE, RANGE_GYRO, CONVERT_GYRO, 6.1f, 1190, { } },
};