videomate-tv-pvr.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* videomate-tv-pvr.h - Keytable for videomate_tv_pvr Remote Controller
  2. *
  3. * Imported from ir-keymaps.c
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * (at your option) any later version.
  9. */
  10. #ifdef IR_KEYMAPS
  11. static struct ir_scancode videomate_tv_pvr[] = {
  12. { 0x14, KEY_MUTE },
  13. { 0x24, KEY_ZOOM },
  14. { 0x01, KEY_DVD },
  15. { 0x23, KEY_RADIO },
  16. { 0x00, KEY_TV },
  17. { 0x0a, KEY_REWIND },
  18. { 0x08, KEY_PLAYPAUSE },
  19. { 0x0f, KEY_FORWARD },
  20. { 0x02, KEY_PREVIOUS },
  21. { 0x07, KEY_STOP },
  22. { 0x06, KEY_NEXT },
  23. { 0x0c, KEY_UP },
  24. { 0x0e, KEY_DOWN },
  25. { 0x0b, KEY_LEFT },
  26. { 0x0d, KEY_RIGHT },
  27. { 0x11, KEY_OK },
  28. { 0x03, KEY_MENU },
  29. { 0x09, KEY_SETUP },
  30. { 0x05, KEY_VIDEO },
  31. { 0x22, KEY_CHANNEL },
  32. { 0x12, KEY_VOLUMEUP },
  33. { 0x15, KEY_VOLUMEDOWN },
  34. { 0x10, KEY_CHANNELUP },
  35. { 0x13, KEY_CHANNELDOWN },
  36. { 0x04, KEY_RECORD },
  37. { 0x16, KEY_1 },
  38. { 0x17, KEY_2 },
  39. { 0x18, KEY_3 },
  40. { 0x19, KEY_4 },
  41. { 0x1a, KEY_5 },
  42. { 0x1b, KEY_6 },
  43. { 0x1c, KEY_7 },
  44. { 0x1d, KEY_8 },
  45. { 0x1e, KEY_9 },
  46. { 0x1f, KEY_0 },
  47. { 0x20, KEY_LANGUAGE },
  48. { 0x21, KEY_SLEEP },
  49. };
  50. DEFINE_LEGACY_IR_KEYTABLE(videomate_tv_pvr);
  51. #else
  52. DECLARE_IR_KEYTABLE(videomate_tv_pvr);
  53. #endif