Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Revision2b8b0393b9dc83cf97f694d05208f3a8a1829bb0 (tree)
Time2019-03-28 13:25:35
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'x86/oreo-x86' into pie-x86

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -100,7 +100,14 @@ function init_hal_bluetooth()
100100
101101 function init_hal_camera()
102102 {
103- return
103+ case "$PRODUCT" in
104+ e-tab*Pro)
105+ set_prop_if_empty hal.camera.0 0,270
106+ set_prop_if_empty hal.camera.2 1,90
107+ ;;
108+ *)
109+ ;;
110+ esac
104111 }
105112
106113 function init_hal_gps()
@@ -275,8 +282,8 @@ function init_hal_sensors()
275282 modprobe hdaps
276283 hal_sensors=hdaps
277284 ;;
278- *e-tabPro*)
279- set_property ro.iio.accel.quirks no-trig
285+ *LINX1010B*)
286+ set_property ro.iio.accel.z.opt_scale -1
280287 ;&
281288 *i7Stylus*|*M80TA*)
282289 set_property ro.iio.accel.x.opt_scale -1
@@ -289,7 +296,7 @@ function init_hal_sensors()
289296 *ST70416-6*)
290297 set_property ro.iio.accel.order 102
291298 ;;
292- *pnEZpad*)
299+ *e-tabPro*|*pnEZpad*)
293300 set_property ro.iio.accel.quirks no-trig
294301 ;&
295302 *T*0*TA*)
Show on old repository browser