/******************************************************************** ** File Name: IR501_map.c (IR501) ** ** 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 "irtoshiba_map.h" #include "app_event.h" // IR501 Mapping Table IRKeyInfo_t dIRTOSHIBA_info = { { {0x0e0e, 0x0f, UI_EVENT_SOURCE}, {0x0e0e, 0x00, UI_EVENT_0}, {0x0e0e, 0x01, UI_EVENT_1}, {0x0e0e, 0x02, UI_EVENT_2}, {0x0e0e, 0x04, UI_EVENT_4}, {0x0e0e, 0x05, UI_EVENT_5}, {0x0e0e, 0x06, UI_EVENT_6}, {0x0e0e, 0x07, UI_EVENT_7}, {0x0e0e, 0x08, UI_EVENT_8}, {0x0e0e, 0x09, UI_EVENT_9}, {0x0e0e, 0x0d, UI_EVENT_MUTE}, {0x0e0e, 0xff, UI_EVENT_HOME}, {0x0e0e, 0xff, UI_EVENT_ANDROID}, {0x0e0e, 0xff, UI_EVENT_CECAUDIO}, {0x0e0e, 0x40, UI_EVENT_FR}, {0x0e0e, 0x41, UI_EVENT_FF}, {0x0e0e, 0x49, UI_EVENT_PLAY_PAUSE}, {0x0e0e, 0xfa, UI_EVENT_STOP}, {0x0e0e, 0xff, UI_EVENT_PVR_ONOFF}, {0x0e0e, 0xB5, UI_EVENT_EXIT}, {0x0e0e, 0x14, UI_EVENT_VOL_UP}, {0x0e0e, 0x15, UI_EVENT_VOL_DN}, {0x0e0e, 0x44, UI_EVENT_LEFT}, {0x0e0e, 0x43, UI_EVENT_DOWN}, {0x0e0e, 0xa0, UI_EVENT_REC}, {0x0e0e, 0xff, UI_EVENT_DOT}, {0x0e0e, 0x16, UI_EVENT_DISPLAY}, {0x0e0e, 0xff, UI_EVENT_ASPECT}, {0x0e0e, 0xff, UI_EVENT_SLEEP}, {0x0e0e, 0xff, UI_EVENT_AUDIO}, {0x0e0e, 0x42, UI_EVENT_UP}, {0x0e0e, 0x0c, UI_EVENT_POWER}, {0x0e0e, 0xb2, UI_EVENT_SUBTITLE}, {0x0e0e, 0xff, UI_EVENT_MEDIA}, {0x0e0e, 0x45, UI_EVENT_RIGHT}, {0x0e0e, 0xff, UI_EVENT_EPG}, {0x0e0e, 0xa0, UI_EVENT_RED}, {0x0e0e, 0xa1, UI_EVENT_GREEN}, {0x0e0e, 0xa2, UI_EVENT_YELLOW}, {0x0e0e, 0xa3, UI_EVENT_BLUE}, {0x0e0e, 0xff, UI_EVENT_FAV}, {0x0e0e, 0xff, UI_EVENT_SKYPE}, {0x0e0e, 0xff, UI_EVENT_PAGE_UP}, {0x0e0e, 0x46, UI_EVENT_ENTER}, {0x0e0e, 0xff, UI_EVENT_FREEZE}, {0x0e0e, 0xff, UI_EVENT_HDMI}, {0x0e0e, 0x12, UI_EVENT_CH_UP}, {0x0e0e, 0xff, UI_EVENT_DTV}, {0x0e0e, 0xff, UI_EVENT_PAGE_DN}, {0x0e0e, 0xff, UI_EVENT_CC}, {0x0e0e, 0x13, UI_EVENT_CH_DN}, {0x0e0e, 0x11, UI_EVENT_MENU}, {0x0e0e, 0x03, UI_EVENT_3}, }, {0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e}, IRTOSHIBA_POWERON_KEY };