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>
1 file changed