From: Jinhyung Choi Date: Thu, 26 Jun 2014 10:05:57 +0000 (+0900) Subject: sensor: fixed light status (It was missing) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab1d7b94b9182928b376e01a69809b8698664275;p=sdk%2Femulator%2Fqemu.git sensor: fixed light status (It was missing) Change-Id: Id139ab1f8152432481c6d59bc28a90d6df997a8a Signed-off-by: Jinhyung Choi --- diff --git a/tizen/src/hw/maru_virtio_sensor.c b/tizen/src/hw/maru_virtio_sensor.c index e1aacaae02..a45716fe08 100644 --- a/tizen/src/hw/maru_virtio_sensor.c +++ b/tizen/src/hw/maru_virtio_sensor.c @@ -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: