gotview7135.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* gotview7135.h - Keytable for gotview7135 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. /* Mike Baikov <mike@baikov.com> */
  11. #ifdef IR_KEYMAPS
  12. static struct ir_scancode gotview7135[] = {
  13. { 0x11, KEY_POWER },
  14. { 0x35, KEY_TV },
  15. { 0x1b, KEY_0 },
  16. { 0x29, KEY_1 },
  17. { 0x19, KEY_2 },
  18. { 0x39, KEY_3 },
  19. { 0x1f, KEY_4 },
  20. { 0x2c, KEY_5 },
  21. { 0x21, KEY_6 },
  22. { 0x24, KEY_7 },
  23. { 0x18, KEY_8 },
  24. { 0x2b, KEY_9 },
  25. { 0x3b, KEY_AGAIN }, /* LOOP */
  26. { 0x06, KEY_AUDIO },
  27. { 0x31, KEY_PRINT }, /* PREVIEW */
  28. { 0x3e, KEY_VIDEO },
  29. { 0x10, KEY_CHANNELUP },
  30. { 0x20, KEY_CHANNELDOWN },
  31. { 0x0c, KEY_VOLUMEDOWN },
  32. { 0x28, KEY_VOLUMEUP },
  33. { 0x08, KEY_MUTE },
  34. { 0x26, KEY_SEARCH }, /* SCAN */
  35. { 0x3f, KEY_CAMERA }, /* SNAPSHOT */
  36. { 0x12, KEY_RECORD },
  37. { 0x32, KEY_STOP },
  38. { 0x3c, KEY_PLAY },
  39. { 0x1d, KEY_REWIND },
  40. { 0x2d, KEY_PAUSE },
  41. { 0x0d, KEY_FORWARD },
  42. { 0x05, KEY_ZOOM }, /*FULL*/
  43. { 0x2a, KEY_F21 }, /* LIVE TIMESHIFT */
  44. { 0x0e, KEY_F22 }, /* MIN TIMESHIFT */
  45. { 0x1e, KEY_TIME }, /* TIMESHIFT */
  46. { 0x38, KEY_F24 }, /* NORMAL TIMESHIFT */
  47. };
  48. DEFINE_LEGACY_IR_KEYTABLE(gotview7135);
  49. #else
  50. DECLARE_IR_KEYTABLE(gotview7135);
  51. #endif