OSDN Git Service

STPK-1429 Remove timestamp sensor definition
authorPatrick Porlan <patrick.porlan@intel.com>
Thu, 10 Apr 2014 14:44:21 +0000 (16:44 +0200)
committersuyyala <sridhar.uyyala@intel.com>
Mon, 28 Apr 2014 02:40:39 +0000 (19:40 -0700)
That's not one of the types listed in the Android sensors.h
and it does not seem to hold any useful information anyway.

Issue: STPK-1429

Change-Id: I350057e90f61c5a156aa5f44f5cdfa8c870516b3
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
enumeration.c

index 335569c..c7b91e9 100644 (file)
@@ -24,7 +24,6 @@ struct sensor_catalog_entry_t sensor_catalog[] = {
        DECLARE_SENSOR4("rot",        SENSOR_TYPE_ROTATION_VECTOR,
                                         "quat_x", "quat_y", "quat_z", "quat_w")
        DECLARE_SENSOR0("temp",       SENSOR_TYPE_TEMPERATURE                  )
-       DECLARE_SENSOR0("timestamp",  SENSOR_TYPE_DEVICE_PRIVATE_BASE          )
 };
 
 #define CATALOG_SIZE   ARRAY_SIZE(sensor_catalog)