irtoshiba_map_table.c 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /********************************************************************
  2. ** File Name: IR501_map.c (IR501)
  3. **
  4. ** File Description: this file is sunplus ir 501 mapping table
  5. **
  6. ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
  7. **
  8. ** History Information Description
  9. ** Date Author Modification
  10. **
  11. ********************************************************************/
  12. #include "irtoshiba_map.h"
  13. #include "app_event.h"
  14. // IR501 Mapping Table
  15. IRKeyInfo_t dIRTOSHIBA_info =
  16. {
  17. {
  18. {0x0e0e, 0x0f, UI_EVENT_SOURCE},
  19. {0x0e0e, 0x00, UI_EVENT_0},
  20. {0x0e0e, 0x01, UI_EVENT_1},
  21. {0x0e0e, 0x02, UI_EVENT_2},
  22. {0x0e0e, 0x04, UI_EVENT_4},
  23. {0x0e0e, 0x05, UI_EVENT_5},
  24. {0x0e0e, 0x06, UI_EVENT_6},
  25. {0x0e0e, 0x07, UI_EVENT_7},
  26. {0x0e0e, 0x08, UI_EVENT_8},
  27. {0x0e0e, 0x09, UI_EVENT_9},
  28. {0x0e0e, 0x0d, UI_EVENT_MUTE},
  29. {0x0e0e, 0xff, UI_EVENT_HOME},
  30. {0x0e0e, 0xff, UI_EVENT_ANDROID},
  31. {0x0e0e, 0xff, UI_EVENT_CECAUDIO},
  32. {0x0e0e, 0x40, UI_EVENT_FR},
  33. {0x0e0e, 0x41, UI_EVENT_FF},
  34. {0x0e0e, 0x49, UI_EVENT_PLAY_PAUSE},
  35. {0x0e0e, 0xfa, UI_EVENT_STOP},
  36. {0x0e0e, 0xff, UI_EVENT_PVR_ONOFF},
  37. {0x0e0e, 0xB5, UI_EVENT_EXIT},
  38. {0x0e0e, 0x14, UI_EVENT_VOL_UP},
  39. {0x0e0e, 0x15, UI_EVENT_VOL_DN},
  40. {0x0e0e, 0x44, UI_EVENT_LEFT},
  41. {0x0e0e, 0x43, UI_EVENT_DOWN},
  42. {0x0e0e, 0xa0, UI_EVENT_REC},
  43. {0x0e0e, 0xff, UI_EVENT_DOT},
  44. {0x0e0e, 0x16, UI_EVENT_DISPLAY},
  45. {0x0e0e, 0xff, UI_EVENT_ASPECT},
  46. {0x0e0e, 0xff, UI_EVENT_SLEEP},
  47. {0x0e0e, 0xff, UI_EVENT_AUDIO},
  48. {0x0e0e, 0x42, UI_EVENT_UP},
  49. {0x0e0e, 0x0c, UI_EVENT_POWER},
  50. {0x0e0e, 0xb2, UI_EVENT_SUBTITLE},
  51. {0x0e0e, 0xff, UI_EVENT_MEDIA},
  52. {0x0e0e, 0x45, UI_EVENT_RIGHT},
  53. {0x0e0e, 0xff, UI_EVENT_EPG},
  54. {0x0e0e, 0xa0, UI_EVENT_RED},
  55. {0x0e0e, 0xa1, UI_EVENT_GREEN},
  56. {0x0e0e, 0xa2, UI_EVENT_YELLOW},
  57. {0x0e0e, 0xa3, UI_EVENT_BLUE},
  58. {0x0e0e, 0xff, UI_EVENT_FAV},
  59. {0x0e0e, 0xff, UI_EVENT_SKYPE},
  60. {0x0e0e, 0xff, UI_EVENT_PAGE_UP},
  61. {0x0e0e, 0x46, UI_EVENT_ENTER},
  62. {0x0e0e, 0xff, UI_EVENT_FREEZE},
  63. {0x0e0e, 0xff, UI_EVENT_HDMI},
  64. {0x0e0e, 0x12, UI_EVENT_CH_UP},
  65. {0x0e0e, 0xff, UI_EVENT_DTV},
  66. {0x0e0e, 0xff, UI_EVENT_PAGE_DN},
  67. {0x0e0e, 0xff, UI_EVENT_CC},
  68. {0x0e0e, 0x13, UI_EVENT_CH_DN},
  69. {0x0e0e, 0x11, UI_EVENT_MENU},
  70. {0x0e0e, 0x03, UI_EVENT_3},
  71. },
  72. {0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e},
  73. IRTOSHIBA_POWERON_KEY
  74. };