• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

device/generic/common


コミットメタ情報

リビジョン445b176b2cd3a94424c508e506d073ebfc021146 (tree)
日時2016-09-26 13:00:23
作者Mario Holzinger <sandman01xda@gmai...>
コミッターChih-Wei Huang

ログメッセージ

add ST70416-6 iio.accelerometer tranformation matrix

変更サマリ

差分

--- 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