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 e1aacaa..a45716f 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: