From 15b4b955fab838a3718765f69986811bfda6002e Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 11 Oct 2010 11:10:35 -0700 Subject: Volume keys need to be wake keys in order for them to work when the screen is off. Bug: 3083496 Change-Id: Ica281b7dff6558e2a1798cfe1891b4f9687965b3 --- s3c-keypad.kl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's3c-keypad.kl') 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 -- cgit v1.1