summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-03-14 19:41:49 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-14 19:41:49 -0700
commit141a6a1c8ed00b5a1c6bc8d88a815f83f2e15ab9 (patch)
treeb9da9402b43606d04583a6eee051d1102b2e0507 /libsensors
parentcc1175893e65b97a3dd357ee42bde2553a3ea213 (diff)
parente1709611e902208cd61d9bdb763e2c7210b74079 (diff)
downloaddevice_samsung_crespo-141a6a1c8ed00b5a1c6bc8d88a815f83f2e15ab9.tar.gz
device_samsung_crespo-141a6a1c8ed00b5a1c6bc8d88a815f83f2e15ab9.tar.bz2
device_samsung_crespo-141a6a1c8ed00b5a1c6bc8d88a815f83f2e15ab9.zip
am e1709611: am 30ad80fd: am 19012b66: Merge "partially fix bug [4026143] Gyro sample rate is inconsistant with datasheet" into gingerbread
* commit 'e1709611e902208cd61d9bdb763e2c7210b74079': 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, { } },
};