• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisión97b0ef29fce15a17bc0a1689b5d29ff5e952f1fc (tree)
Tiempo2016-09-26 13:08:13
Autoryouling257 <youling257@gmai...>
CommiterChih-Wei Huang

Log Message

add ONDA tablet iio.accelerometer tranformation matrix

Signed-off-by: youling257 <youling257@gmail.com>

Cambiar Resumen

Diferencia incremental

--- a/init.sh
+++ b/init.sh
@@ -232,6 +232,9 @@ function init_hal_sensors()
232232 *ST70416-6*)
233233 set_property hal.sensors.iio.accel.matrix 0,-1,0,-1,0,0,0,0,-1
234234 ;;
235+ *ONDATablet*)
236+ set_property hal.sensors.iio.accel.matrix 0,1,0,1,0,0,0,0,-1
237+ ;;
235238 *)
236239 ;;
237240 esac