From ab1d7b94b9182928b376e01a69809b8698664275 Mon Sep 17 00:00:00 2001 From: Jinhyung Choi Date: Thu, 26 Jun 2014 19:05:57 +0900 Subject: [PATCH] sensor: fixed light status (It was missing) Change-Id: Id139ab1f8152432481c6d59bc28a90d6df997a8a Signed-off-by: Jinhyung Choi --- tizen/src/hw/maru_virtio_sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1