gyro: default value set as (0, 0, 1) degree/s for input_event
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Tue, 1 Jul 2014 07:36:37 +0000 (16:36 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Tue, 1 Jul 2014 07:36:37 +0000 (16:36 +0900)
Change-Id: Ieae4bd4dc5d9d6394707fd09c4e3a30a1a642eef
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/hw/maru_virtio_sensor.c

index 1153ff893ba33e42948e2fc94b636cca1da8a264..c2d08784224cbad03bc394409b905c2fe358c62c 100644 (file)
@@ -58,7 +58,7 @@ static int geo_delay = 200000000;
 
 static int gyro_x_raw = 0;
 static int gyro_y_raw = 0;
-static int gyro_z_raw = 0;
+static int gyro_z_raw = 1;
 static int gyro_enable = 0;
 static int gyro_delay = 200000000;