• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

device/asus/eeepc


Commit MetaInfo

修訂b9ead5ee830708d5933163f7abdeea65367913b2 (tree)
時間2012-01-09 14:46:22
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

eeepc_info: do not set BOARD_USES_TSLIB=true for T91MT/T101MT

The models use multitouch module that doesn't need calibration.
Actually tslib doesn't work on it, either.

Change Summary

差異

--- a/eeepc_info
+++ b/eeepc_info
@@ -17,7 +17,6 @@ eeepc_info()
1717 ;;
1818 T91MT|T101MT)
1919 UVESA_MODE=${UVESA_MODE:-1024x600}
20- BOARD_USES_TSLIB=true
2120 EXTMOD="$EXTMOD hid-multitouch"
2221 ;;
2322 *)