commit | 9a89510585b36d691c0d811ee08bc07bba9cdad8 | [log] [tgz] |
---|---|---|
author | Jilai Wang <jilaiw@codeaurora.org> | Tue Jul 12 14:00:35 2011 -0400 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:00 2011 -0700 |
tree | 219712f28d65109f613239fb3ec8eada92f622f2 | |
parent | c448d98e7e2eceea73477e28ee75ed23b00ff3dc [diff] |
board: msm8x60: Change Camera keycode on fluid for recovery mode Two stage button will be used in recovery mode to select menu items, but the maximum keycode in boinic c library is 0x199 which is less than KEY_CAMERA_SNAPSHOT (0x2fe). Change the keycode from KEY_CAMERA_SNAPSHOT to KEY_CAMERA to make it work in both recovery mode and normal mode. Signed-off-by: Jilai Wang <jilaiw@codeaurora.org>