From ceea45bfb079336d590deed04b8fc74521a297b6 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 23 Jun 2011 15:39:31 -0700 Subject: Fix keylayouts for ICS. Some Crespo devices have a single combined touchscreen and use the framework virtual key support instead of having a separate capacitive keypad sensor. The default key layout changed in Honeycomb which had the effect of breaking the HOME key on these devices. Added a new key layout to explicitly map the virtual keys. Also fixed an old key layout that used obsolete syntax. Bug: 4901533 Change-Id: I3281b516ea44a150ec85da29bc5f0f3c00da2e6b --- herring-keypad.kl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'herring-keypad.kl') diff --git a/herring-keypad.kl b/herring-keypad.kl index 320a340..6dd0ebd 100644 --- a/herring-keypad.kl +++ b/herring-keypad.kl @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -114 VOLUME_DOWN WAKE -115 VOLUME_UP WAKE -116 POWER WAKE +key 114 VOLUME_DOWN WAKE +key 115 VOLUME_UP WAKE +key 116 POWER WAKE -- cgit v1.1