OSDN Git Service

Sensors: Change MinDelay for matching non-streaming sensors
[android-x86/hardware-intel-libsensors.git] / common / libsensors / HidSensor_Compass3D.cpp
index a7b7b86..0628950 100644 (file)
@@ -38,7 +38,7 @@ struct compass_3d_sample{
 
 const struct sensor_t CompassSensor::sSensorInfo_compass3D = {
     "HID_SENSOR Compass 3D", "Intel", 1, SENSORS_MAGNETIC_FIELD_HANDLE,
-        SENSOR_TYPE_MAGNETIC_FIELD, RANGE_M, RESOLUTION_M, 0.1f, 66667, {}
+        SENSOR_TYPE_MAGNETIC_FIELD, RANGE_M, RESOLUTION_M, 0.1f, 0, {}
 };
 const int retry_cnt = 10;