• 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

Revision445b176b2cd3a94424c508e506d073ebfc021146 (tree)
Time2016-09-26 13:00:23
AuthorMario Holzinger <sandman01xda@gmai...>
CommiterChih-Wei Huang

Log Message

add ST70416-6 iio.accelerometer tranformation matrix

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -229,6 +229,9 @@ function init_hal_sensors()
229229 *i7Stylus*)
230230 set_property hal.sensors.iio.accel.matrix 1,0,0,0,-1,0,0,0,-1
231231 ;;
232+ *ST70416-6*)
233+ set_property hal.sensors.iio.accel.matrix 0,-1,0,-1,0,0,0,0,-1
234+ ;;
232235 *)
233236 ;;
234237 esac