OSDN Git Service

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86
[android-x86/device-generic-common.git] / init.sh
diff --git a/init.sh b/init.sh
index 2287b62..812e055 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -100,7 +100,14 @@ function init_hal_bluetooth()
 
 function init_hal_camera()
 {
-       return
+       case "$PRODUCT" in
+               e-tab*Pro)
+                       set_prop_if_empty hal.camera.0 0,270
+                       set_prop_if_empty hal.camera.2 1,90
+                       ;;
+               *)
+                       ;;
+       esac
 }
 
 function init_hal_gps()
@@ -202,6 +209,9 @@ function init_hal_power()
                HP*Omni*|OEMB|Standard*PC*|Surface*3|T10*TA|VMware*)
                        set_prop_if_empty sleep.state none
                        ;;
+               e-tab*Pro)
+                       set_prop_if_empty sleep.state force
+                       ;;
                *)
                        ;;
        esac
@@ -272,6 +282,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
                        ;;