sensor: fixed light status (It was missing)
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Thu, 26 Jun 2014 10:05:57 +0000 (19:05 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Thu, 26 Jun 2014 10:05:57 +0000 (19:05 +0900)
Change-Id: Id139ab1f8152432481c6d59bc28a90d6df997a8a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/hw/maru_virtio_sensor.c

index e1aacaae0260ecfc6ed4496fd0b84677f73e39b6..a45716fe08b363c915484098978201e6217ca848 100644 (file)
@@ -96,7 +96,7 @@ static type_action get_action(enum sensor_types type)
     case sensor_type_mag:
         action = ACTION_MAG;
         break;
-    case sensor_type_light:
+    case sensor_type_light_adc:
         action = ACTION_LIGHT;
         break;
     case sensor_type_proxi: