ati-tv-wonder-hd-600.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* ati-tv-wonder-hd-600.h - Keytable for ati_tv_wonder_hd_600 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. /* ATI TV Wonder HD 600 USB
  11. Devin Heitmueller <devin.heitmueller@gmail.com>
  12. */
  13. #ifdef IR_KEYMAPS
  14. static struct ir_scancode ati_tv_wonder_hd_600[] = {
  15. { 0x00, KEY_RECORD}, /* Row 1 */
  16. { 0x01, KEY_PLAYPAUSE},
  17. { 0x02, KEY_STOP},
  18. { 0x03, KEY_POWER},
  19. { 0x04, KEY_PREVIOUS}, /* Row 2 */
  20. { 0x05, KEY_REWIND},
  21. { 0x06, KEY_FORWARD},
  22. { 0x07, KEY_NEXT},
  23. { 0x08, KEY_EPG}, /* Row 3 */
  24. { 0x09, KEY_HOME},
  25. { 0x0a, KEY_MENU},
  26. { 0x0b, KEY_CHANNELUP},
  27. { 0x0c, KEY_BACK}, /* Row 4 */
  28. { 0x0d, KEY_UP},
  29. { 0x0e, KEY_INFO},
  30. { 0x0f, KEY_CHANNELDOWN},
  31. { 0x10, KEY_LEFT}, /* Row 5 */
  32. { 0x11, KEY_SELECT},
  33. { 0x12, KEY_RIGHT},
  34. { 0x13, KEY_VOLUMEUP},
  35. { 0x14, KEY_LAST}, /* Row 6 */
  36. { 0x15, KEY_DOWN},
  37. { 0x16, KEY_MUTE},
  38. { 0x17, KEY_VOLUMEDOWN},
  39. };
  40. DEFINE_LEGACY_IR_KEYTABLE(ati_tv_wonder_hd_600);
  41. #else
  42. DECLARE_IR_KEYTABLE(ati_tv_wonder_hd_600);
  43. #endif