From 4b38ef42d8f4fc046e0d508b099458ae491228ce Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 6 Jan 2017 13:50:01 +0800 Subject: [PATCH] Disable forced orientation The input subsystem is buggy in the emulated display mode. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f80f58f..d01705b 100644 --- a/init.sh +++ b/init.sh @@ -237,7 +237,7 @@ function init_hal_sensors() set_property hal.sensors.iio.accel.matrix 0,1,0,1,0,0,0,0,-1 ;; *) - has_sensors=false + #has_sensors=false ;; esac -- 2.11.0