/* * Notice!!!! * This file used to cramp out customer table for driver, you can't modify it manually, * if you need update some infomation, please edit the original file(irjl_map_table.c) directly. */ /******************************************************************** ** File Name: IRJL_map.c (IRJL) ** ** File Description: this file is sunplus ir 501 mapping table ** ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved ** ** History Information Description ** Date Author Modification ** ********************************************************************/ #include "irjl_map.h" #include "app_event.h" // IRJL Mapping Table IRKeyInfo_t dIRJL_info __attribute__((section(".customer.dIRJL_info"))) = { { {0x01FE, 0x00, UI_EVENT_MENU}, {0x01FE, 0x02, UI_EVENT_UP}, {0x01FE, 0x03, UI_EVENT_SLEEP}, {0x01FE, 0x04, UI_EVENT_LEFT}, {0x01FE, 0x06, UI_EVENT_DOWN}, {0x01FE, 0x07, UI_EVENT_RIGHT}, {0x01FE, 0x08, UI_EVENT_10}, {0x01FE, 0x09, UI_EVENT_PC}, {0x01FE, 0x0a, UI_EVENT_SOURCE}, {0x01FE, 0x0b, UI_EVENT_DISPLAY}, {0x01FE, 0x0c, UI_EVENT_0}, {0x01FE, 0x0e, UI_EVENT_ASPECT}, {0x01FE, 0x0f, UI_EVENT_RECALL}, {0x01FE, 0x10, UI_EVENT_7}, {0x01FE, 0x12, UI_EVENT_8}, {0x01FE, 0x13, UI_EVENT_9}, {0x01FE, 0x14, UI_EVENT_4}, {0x01FE, 0x15, UI_EVENT_ENTER}, {0x01FE, 0x16, UI_EVENT_5}, {0x01FE, 0x17, UI_EVENT_6}, {0x01FE, 0x18, UI_EVENT_1}, {0x01FE, 0x1a, UI_EVENT_2}, {0x01FE, 0x1b, UI_EVENT_3}, {0x01FE, 0x1c, UI_EVENT_MUTE}, {0x01FE, 0x1d, UI_EVENT_ATV}, {0x01FE, 0x1e, UI_EVENT_AV}, {0x01FE, 0x1f, UI_EVENT_POWER}, {0x01FE, 0x40, UI_EVENT_PLAY_PAUSE}, {0x01FE, 0x41, UI_EVENT_PREV}, {0x01FE, 0x42, UI_EVENT_NEXT}, {0x01FE, 0x43, UI_EVENT_STOP}, {0x01FE, 0x45, UI_EVENT_VOL_UP}, {0x01FE, 0x46, UI_EVENT_CH_DN}, {0x01FE, 0x47, UI_EVENT_AUDIO}, {0x01FE, 0x48, UI_EVENT_VOL_DN}, {0x01FE, 0x49, UI_EVENT_CH_UP}, {0x01FE, 0x4a, UI_EVENT_EXIT}, {0x01FE, 0x4d, UI_EVENT_HDMI}, {0x01FE, 0x4e, UI_EVENT_SRC_USB}, {0x01FE, 0x50, UI_EVENT_FREEZE}, {0x01FE, 0x5d, UI_EVENT_FR}, {0x01FE, 0x5e, UI_EVENT_FF}, }, {0x01FE, 0, 0, 0, 0, 0, 0, 0, 0, 0}, IRJL_POWERON_KEY };