gfrm210: correct key logging and mapping.

The Home key sends 0002-0066-0009, which gets looked up in
hid_keyboard[] and was turning into keycode 116, which is
KEY_POWER. Send KEY_HOME instead.

We'll followup of whether GFRM210 can send the keycode on
a different usage page instead, not HID_UP_KEYBOARD.

Enable the other three keys KEY_PLAYPAUSE, KEY_VCR, and
KEY_VOICECOMMAND to be propagated up not turned into
KEY_UNKNOWN.

Fixes b/32577172

Change-Id: I9647bb22c13a8cde1d2d46170b0bbfcaf74dae34
2 files changed