commit | cb203b228b360d827aa4b170d898e12a2c3f406c | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@android.com> | Wed Jan 19 20:35:47 2011 -0800 |
committer | Jeff Brown <jeffbrown@android.com> | Wed Jan 19 20:35:47 2011 -0800 |
tree | 9098f5b61fc8a13521cc7194a0250ef2b72ec014 | |
parent | 49d6c75c2f0f6d418aaeb283fd08bf27f9f44f54 [diff] |
Fix getSwitchState. InputReader::getSwitchState always returns AKEY_STATE_UNKNOWN because SwitchInputMapper::getSources() returns 0 which cannot match any source mask including AINPUT_SOURCE_ANY. As a result initial lid switch detection is broken. This change adds a new source constant AINPUT_SOURCE_SWITCH that indicates that the source has switches. Change-Id: I5321ecf0ce84f1c2b4535f6c163d3f4dcf9b7a9b