OSDN Git Service

GMINL-3234: Temporarily remove uncalibrated gyroscope
authorPatrick Porlan <patrick.porlan@intel.com>
Wed, 12 Nov 2014 16:53:07 +0000 (17:53 +0100)
committerAdriana Reus <adriana.reus@intel.com>
Thu, 13 Nov 2014 12:47:03 +0000 (14:47 +0200)
The camera app seem to be opening both gyros during panorama
creation, and I suspect that this is causing problems, even
though I can't confirm it, and I don't understand why. As
this sensor type is simply a nice-to-have, I prefer disabling
it pending further investigation.

Change-Id: I01b6324fb8c0e3d01c1dbc71096bee17e766c333
Tracked-On: https://jira01.devtools.intel.com/browse/GMINL-3234
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
enumeration.c

index fdf9038..91c156b 100644 (file)
@@ -779,7 +779,13 @@ void enumerate_sensors (void)
         * Create the uncalibrated counterpart to the compensated gyroscope.
         * This is is a new sensor type in Android 4.4.
         */
-       uncalibrated_gyro_check();
+
+       /*
+        * Patrick Porlan 11/12/2014 - Disabled for now due to a possible
+        * relation with GMINL-3234 Panorama Drift. I take full responsability
+        * for this.
+        *
+        * uncalibrated_gyro_check(); */
 }