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