OSDN Git Service

Add touch.wake IDC property to control wakeup.
authorJeff Brown <jeffbrown@google.com>
Thu, 27 Feb 2014 02:48:51 +0000 (18:48 -0800)
committerJeff Brown <jeffbrown@google.com>
Thu, 27 Feb 2014 02:49:36 +0000 (18:49 -0800)
commitc5e2442e59c427a921139722a7431e412f359dd8
tree5ca8da357b6617ba250c1a7e796c1a76201af030
parente4cf2f20dd10bfaf96d636bb5363aa25f8bc95ae
Add touch.wake IDC property to control wakeup.

Normally we do not wake the device when the internal touch screen is
touched.  This behavior can now be configured by setting a property
in the input device configuration file.  Add the following line to
the IDC file to enable an initial touch to wake the device from sleep.

  touch.wake = 1

Change-Id: Ifd6d4f51afacd30d85f475725a66e6fcccde9cbb
services/inputflinger/InputReader.cpp
services/inputflinger/InputReader.h