rc-imon-mce.c 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /* rc5-imon-mce.c - Keytable for Windows Media Center RC-6 remotes for use
  2. * with the SoundGraph iMON/Antec Veris hardware IR decoder
  3. *
  4. * Copyright (c) 2010 by Jarod Wilson <jarod@redhat.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. */
  11. #include <media/rc-map.h>
  12. #include <linux/module.h>
  13. /* mce-mode imon mce remote key table */
  14. static struct rc_map_table imon_mce[] = {
  15. /* keys sorted mostly by frequency of use to optimize lookups */
  16. { 0x800ff415, KEY_REWIND },
  17. { 0x800ff414, KEY_FASTFORWARD },
  18. { 0x800ff41b, KEY_PREVIOUS },
  19. { 0x800ff41a, KEY_NEXT },
  20. { 0x800ff416, KEY_PLAY },
  21. { 0x800ff418, KEY_PAUSE },
  22. { 0x800ff419, KEY_STOP },
  23. { 0x800ff417, KEY_RECORD },
  24. { 0x02000052, KEY_UP },
  25. { 0x02000051, KEY_DOWN },
  26. { 0x02000050, KEY_LEFT },
  27. { 0x0200004f, KEY_RIGHT },
  28. { 0x800ff41e, KEY_UP },
  29. { 0x800ff41f, KEY_DOWN },
  30. { 0x800ff420, KEY_LEFT },
  31. { 0x800ff421, KEY_RIGHT },
  32. /* 0x800ff40b also KEY_NUMERIC_POUND on some receivers */
  33. { 0x800ff40b, KEY_ENTER },
  34. { 0x02000028, KEY_ENTER },
  35. /* the OK and Enter buttons decode to the same value on some remotes
  36. { 0x02000028, KEY_OK }, */
  37. { 0x800ff422, KEY_OK },
  38. { 0x0200002a, KEY_EXIT },
  39. { 0x800ff423, KEY_EXIT },
  40. { 0x02000029, KEY_DELETE },
  41. /* 0x800ff40a also KEY_NUMERIC_STAR on some receivers */
  42. { 0x800ff40a, KEY_DELETE },
  43. { 0x800ff40e, KEY_MUTE },
  44. { 0x800ff410, KEY_VOLUMEUP },
  45. { 0x800ff411, KEY_VOLUMEDOWN },
  46. { 0x800ff412, KEY_CHANNELUP },
  47. { 0x800ff413, KEY_CHANNELDOWN },
  48. { 0x0200001e, KEY_NUMERIC_1 },
  49. { 0x0200001f, KEY_NUMERIC_2 },
  50. { 0x02000020, KEY_NUMERIC_3 },
  51. { 0x02000021, KEY_NUMERIC_4 },
  52. { 0x02000022, KEY_NUMERIC_5 },
  53. { 0x02000023, KEY_NUMERIC_6 },
  54. { 0x02000024, KEY_NUMERIC_7 },
  55. { 0x02000025, KEY_NUMERIC_8 },
  56. { 0x02000026, KEY_NUMERIC_9 },
  57. { 0x02000027, KEY_NUMERIC_0 },
  58. { 0x800ff401, KEY_NUMERIC_1 },
  59. { 0x800ff402, KEY_NUMERIC_2 },
  60. { 0x800ff403, KEY_NUMERIC_3 },
  61. { 0x800ff404, KEY_NUMERIC_4 },
  62. { 0x800ff405, KEY_NUMERIC_5 },
  63. { 0x800ff406, KEY_NUMERIC_6 },
  64. { 0x800ff407, KEY_NUMERIC_7 },
  65. { 0x800ff408, KEY_NUMERIC_8 },
  66. { 0x800ff409, KEY_NUMERIC_9 },
  67. { 0x800ff400, KEY_NUMERIC_0 },
  68. { 0x02200025, KEY_NUMERIC_STAR },
  69. { 0x02200020, KEY_NUMERIC_POUND },
  70. /* 0x800ff41d also KEY_BLUE on some receivers */
  71. { 0x800ff41d, KEY_NUMERIC_STAR },
  72. /* 0x800ff41c also KEY_PREVIOUS on some receivers */
  73. { 0x800ff41c, KEY_NUMERIC_POUND },
  74. { 0x800ff446, KEY_TV },
  75. { 0x800ff447, KEY_AUDIO }, /* My Music */
  76. { 0x800ff448, KEY_PVR }, /* RecordedTV */
  77. { 0x800ff449, KEY_CAMERA },
  78. { 0x800ff44a, KEY_VIDEO },
  79. /* 0x800ff424 also KEY_MENU on some receivers */
  80. { 0x800ff424, KEY_DVD },
  81. /* 0x800ff425 also KEY_GREEN on some receivers */
  82. { 0x800ff425, KEY_TUNER }, /* LiveTV */
  83. { 0x800ff450, KEY_RADIO },
  84. { 0x800ff44c, KEY_LANGUAGE },
  85. { 0x800ff427, KEY_ZOOM }, /* Aspect */
  86. { 0x800ff45b, KEY_RED },
  87. { 0x800ff45c, KEY_GREEN },
  88. { 0x800ff45d, KEY_YELLOW },
  89. { 0x800ff45e, KEY_BLUE },
  90. { 0x800ff466, KEY_RED },
  91. /* { 0x800ff425, KEY_GREEN }, */
  92. { 0x800ff468, KEY_YELLOW },
  93. /* { 0x800ff41d, KEY_BLUE }, */
  94. { 0x800ff40f, KEY_INFO },
  95. { 0x800ff426, KEY_EPG }, /* Guide */
  96. { 0x800ff45a, KEY_SUBTITLE }, /* Caption/Teletext */
  97. { 0x800ff44d, KEY_TITLE },
  98. { 0x800ff40c, KEY_POWER },
  99. { 0x800ff40d, KEY_MEDIA }, /* Windows MCE button */
  100. };
  101. static struct rc_map_list imon_mce_map = {
  102. .map = {
  103. .scan = imon_mce,
  104. .size = ARRAY_SIZE(imon_mce),
  105. /* its RC6, but w/a hardware decoder */
  106. .rc_type = RC_TYPE_RC6_MCE,
  107. .name = RC_MAP_IMON_MCE,
  108. }
  109. };
  110. static int __init init_rc_map_imon_mce(void)
  111. {
  112. return rc_map_register(&imon_mce_map);
  113. }
  114. static void __exit exit_rc_map_imon_mce(void)
  115. {
  116. rc_map_unregister(&imon_mce_map);
  117. }
  118. module_init(init_rc_map_imon_mce)
  119. module_exit(exit_rc_map_imon_mce)
  120. MODULE_LICENSE("GPL");
  121. MODULE_AUTHOR("Jarod Wilson <jarod@redhat.com>");