rc-map.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*
  2. * rc-map.h - define RC map names used by RC drivers
  3. *
  4. * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@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/ir-core.h>
  12. #define RC_MAP_ADSTECH_DVB_T_PCI "rc-adstech-dvb-t-pci"
  13. #define RC_MAP_APAC_VIEWCOMP "rc-apac-viewcomp"
  14. #define RC_MAP_ASUS_PC39 "rc-asus-pc39"
  15. #define RC_MAP_ATI_TV_WONDER_HD_600 "rc-ati-tv-wonder-hd-600"
  16. #define RC_MAP_AVERMEDIA_A16D "rc-avermedia-a16d"
  17. #define RC_MAP_AVERMEDIA_CARDBUS "rc-avermedia-cardbus"
  18. #define RC_MAP_AVERMEDIA_DVBT "rc-avermedia-dvbt"
  19. #define RC_MAP_AVERMEDIA_M135A_RM_JX "rc-avermedia-m135a-rm-jx"
  20. #define RC_MAP_AVERMEDIA "rc-avermedia"
  21. #define RC_MAP_AVERTV_303 "rc-avertv-303"
  22. #define RC_MAP_BEHOLD_COLUMBUS "rc-behold-columbus"
  23. #define RC_MAP_BEHOLD "rc-behold"
  24. #define RC_MAP_BUDGET_CI_OLD "rc-budget-ci-old"
  25. #define RC_MAP_CINERGY_1400 "rc-cinergy-1400"
  26. #define RC_MAP_CINERGY "rc-cinergy"
  27. #define RC_MAP_DM1105_NEC "rc-dm1105-nec"
  28. #define RC_MAP_DNTV_LIVE_DVBT_PRO "rc-dntv-live-dvbt-pro"
  29. #define RC_MAP_DNTV_LIVE_DVB_T "rc-dntv-live-dvb-t"
  30. #define RC_MAP_EMPTY "rc-empty"
  31. #define RC_MAP_EM_TERRATEC "rc-em-terratec"
  32. #define RC_MAP_ENCORE_ENLTV2 "rc-encore-enltv2"
  33. #define RC_MAP_ENCORE_ENLTV_FM53 "rc-encore-enltv-fm53"
  34. #define RC_MAP_ENCORE_ENLTV "rc-encore-enltv"
  35. #define RC_MAP_EVGA_INDTUBE "rc-evga-indtube"
  36. #define RC_MAP_EZTV "rc-eztv"
  37. #define RC_MAP_FLYDVB "rc-flydvb"
  38. #define RC_MAP_FLYVIDEO "rc-flyvideo"
  39. #define RC_MAP_FUSIONHDTV_MCE "rc-fusionhdtv-mce"
  40. #define RC_MAP_GADMEI_RM008Z "rc-gadmei-rm008z"
  41. #define RC_MAP_GENIUS_TVGO_A11MCE "rc-genius-tvgo-a11mce"
  42. #define RC_MAP_GOTVIEW7135 "rc-gotview7135"
  43. #define RC_MAP_HAUPPAUGE_NEW "rc-hauppauge-new"
  44. #define RC_MAP_IODATA_BCTV7E "rc-iodata-bctv7e"
  45. #define RC_MAP_KAIOMY "rc-kaiomy"
  46. #define RC_MAP_KWORLD_315U "rc-kworld-315u"
  47. #define RC_MAP_KWORLD_PLUS_TV_ANALOG "rc-kworld-plus-tv-analog"
  48. #define RC_MAP_MANLI "rc-manli"
  49. #define RC_MAP_MSI_TVANYWHERE_PLUS "rc-msi-tvanywhere-plus"
  50. #define RC_MAP_MSI_TVANYWHERE "rc-msi-tvanywhere"
  51. #define RC_MAP_NEBULA "rc-nebula"
  52. #define RC_MAP_NEC_TERRATEC_CINERGY_XS "rc-nec-terratec-cinergy-xs"
  53. #define RC_MAP_NORWOOD "rc-norwood"
  54. #define RC_MAP_NPGTECH "rc-npgtech"
  55. #define RC_MAP_PCTV_SEDNA "rc-pctv-sedna"
  56. #define RC_MAP_PINNACLE_COLOR "rc-pinnacle-color"
  57. #define RC_MAP_PINNACLE_GREY "rc-pinnacle-grey"
  58. #define RC_MAP_PINNACLE_PCTV_HD "rc-pinnacle-pctv-hd"
  59. #define RC_MAP_PIXELVIEW_NEW "rc-pixelview-new"
  60. #define RC_MAP_PIXELVIEW "rc-pixelview"
  61. #define RC_MAP_POWERCOLOR_REAL_ANGEL "rc-powercolor-real-angel"
  62. #define RC_MAP_PROTEUS_2309 "rc-proteus-2309"
  63. #define RC_MAP_PURPLETV "rc-purpletv"
  64. #define RC_MAP_PV951 "rc-pv951"
  65. #define RC_MAP_RC5_HAUPPAUGE_NEW "rc-rc5-hauppauge-new"
  66. #define RC_MAP_RC5_TV "rc-rc5-tv"
  67. #define RC_MAP_REAL_AUDIO_220_32_KEYS "rc-real-audio-220-32-keys"
  68. #define RC_MAP_TBS_NEC "rc-tbs-nec"
  69. #define RC_MAP_TERRATEC_CINERGY_XS "rc-terratec-cinergy-xs"
  70. #define RC_MAP_TEVII_NEC "rc-tevii-nec"
  71. #define RC_MAP_TT_1500 "rc-tt-1500"
  72. #define RC_MAP_VIDEOMATE_S350 "rc-videomate-s350"
  73. #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr"
  74. #define RC_MAP_WINFAST "rc-winfast"
  75. #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe"
  76. /*
  77. * Please, do not just append newer Remote Controller names at the end.
  78. * The names should be ordered in alphabetical order
  79. */