OSDN Git Service

init.sh: set sleep.state=force for Microtech e-tab Pro
[android-x86/device-generic-common.git] / init.sh
diff --git a/init.sh b/init.sh
index d6257ac..78432ec 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -190,6 +190,9 @@ function init_hal_power()
                HP*Omni*|OEMB|Surface*3|T10*TA)
                        set_prop_if_empty sleep.state none
                        ;;
+               e-tab*Pro)
+                       set_prop_if_empty sleep.state force
+                       ;;
                *)
                        ;;
        esac
@@ -260,6 +263,9 @@ function init_hal_sensors()
                        modprobe hdaps
                        hal_sensors=hdaps
                        ;;
+               *e-tabPro*)
+                       set_property ro.iio.accel.quirks no-trig
+                       ;&
                *i7Stylus*|*M80TA*)
                        set_property ro.iio.accel.x.opt_scale -1
                        ;;
@@ -271,7 +277,10 @@ function init_hal_sensors()
                *ST70416-6*)
                        set_property ro.iio.accel.order 102
                        ;;
-               *T*0*TA*|*pnEZpad*)
+               *pnEZpad*)
+                       set_property ro.iio.accel.quirks no-trig
+                       ;&
+               *T*0*TA*)
                        set_property ro.iio.accel.y.opt_scale -1
                        ;;
                *)