mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
PD#154561: remote mouse function to 4.9
1. need execute remotecfg to config it
remotecfg -t remote-mouse.tab
2. config exp, default to set 0xffff
fn_key_scancode = 0x15 (ir scancode)
cursor_left_scancode = 0x1c
cursor_right_scancode = 0x48
cursor_up_scancode = 0x44
cursor_down_scancode = 0x1d
cursor_ok_scancode = 0x5c
3. mv rc_common.h {include/uapi/linux => drivers/amlogic/input/remote}
Change-Id: I7f62e0d5a6dfaa1ad7f56358a30fd968f84b543a
Signed-off-by: Zan Peng <zan.peng@amlogic.com>