summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-03-14 19:37:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-14 19:37:43 -0700
commit30ad80fde636b6ac447e79a021fdd4eecbf13ce0 (patch)
tree100082cd29b9f4c895242730f12191ade47126c1 /libsensors
parentc6d33b6e099830e3e22c48fad6b40c49abe097f4 (diff)
parent19012b665b766e392e4386ad752a74d2ea0e2a1a (diff)
downloaddevice_samsung_crespo-30ad80fde636b6ac447e79a021fdd4eecbf13ce0.tar.gz
device_samsung_crespo-30ad80fde636b6ac447e79a021fdd4eecbf13ce0.tar.bz2
device_samsung_crespo-30ad80fde636b6ac447e79a021fdd4eecbf13ce0.zip
am 19012b66: Merge "partially fix bug [4026143] Gyro sample rate is inconsistant with datasheet" into gingerbread
* commit '19012b665b766e392e4386ad752a74d2ea0e2a1a': partially fix bug [4026143] Gyro sample rate is inconsistant with datasheet
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, { } },
};