diff options
author | Joe Onorato <joeo@google.com> | 2010-10-11 11:10:35 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-10-11 11:10:35 -0700 |
commit | 15b4b955fab838a3718765f69986811bfda6002e (patch) | |
tree | a1e8d198f1addad0913b025f360d3112c9b05ed7 /s3c-keypad.kl | |
parent | 21c3eb4f7914e058403936f84ea2d1957e627237 (diff) | |
download | device_samsung_crespo-15b4b955fab838a3718765f69986811bfda6002e.zip device_samsung_crespo-15b4b955fab838a3718765f69986811bfda6002e.tar.gz device_samsung_crespo-15b4b955fab838a3718765f69986811bfda6002e.tar.bz2 |
Volume keys need to be wake keys in order for them to work when the screen is off.
Bug: 3083496
Change-Id: Ica281b7dff6558e2a1798cfe1891b4f9687965b3
Diffstat (limited to 's3c-keypad.kl')
-rw-r--r-- | s3c-keypad.kl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/s3c-keypad.kl b/s3c-keypad.kl index 7c2d810..2bcff82 100644 --- a/s3c-keypad.kl +++ b/s3c-keypad.kl @@ -1,5 +1,5 @@ -key 42 VOLUME_UP -key 58 VOLUME_DOWN +key 42 VOLUME_UP WAKE +key 58 VOLUME_DOWN WAKE key 50 HOME WAKE_DROPPED key 26 ENDCALL WAKE_DROPPED key 34 BACK WAKE_DROPPED |