Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. # Please make this file available to others
  2. # by sending it to <[email protected]>
  3. #
  4. # this config file was automatically generated
  5. # using lirc-0.9.0-pre1(default) on Fri May 23 20:58:36 2014
  6. #
  7. # contributed by Jake S.
  8. #
  9. # brand: Samsung
  10. # model no. of remote control: AA59-00600A
  11. # devices being controlled by this remote: UN32EH5000FXZA
  12. #
  13. # Kernel revision: 3.10.25+
  14. # Driver/device option: --driver default --device /dev/lirc0
  15. # Capture device: RadioShack IR receiver, part number 2760640.
  16. # Kernel modules: dev_rpi
  17. # Type of device controlled: TV
  18. # Devices controlled: Samsung UN32EH5000FXZA
  19. #
  20. #
  21. #
  22. # Note: the power button does not work with the recorded code.
  23. # I toyed around and added another remote with proper
  24. # settings for the power key. with this new configuration
  25. # The power key must be actuated with the --count 2 flag.
  26. #
  27. # KEY_CYCLEWINDOWS = "SOURCE" button on device
  28. # KEY_OPTION = "TOOLS" button on device
  29. # KEY_102ND = "-" channel number separator dash on device
  30. # Remote layout:
  31. #
  32. # KEY_POWER KEY_CYCLEWINDOWS
  33. # KEY_1 KEY_2 KEY_3
  34. # KEY_4 KEY_5 KEY_6
  35. # KEY_7 KEY_8 KEY_9
  36. # KEY_102ND KEY_0 KEY_PREVIOUS
  37. # KEY_VOLUMEUP KEY_MUTE KEY_CHANNELUP
  38. # KEY_VOLUMEDOWN KEY_LIST KEY_CHANNELDOWN
  39. # KEY_MEDIA KEY_MENU KEY_SLEEP
  40. # KEY_OPTIONS KEY_UP KEY_INFO
  41. # KEY_LEFT KEY_SELECT KEY_RIGHT
  42. # KEY_BACK KEY_DOWN KEY_EXIT
  43. # KEY_RED KEY_GREEN KEY_YELLOW KEY_BLUE
  44. # KEY_SWITCHVIDEOMODE KEY_LANGUAGE KEY_SUBTITLE KEY_STOP
  45. # KEY_REWIND KEY_PLAY KEY_PAUSE KEY_FASTFORWARD
  46.  
  47. begin remote
  48.  
  49. name SAMSUNG_AA59-00600A
  50. bits 16
  51. flags SPACE_ENC|CONST_LENGTH
  52. eps 30
  53. aeps 100
  54.  
  55. header 4566 4476
  56. one 600 1645
  57. zero 600 523
  58. ptrail 600
  59. pre_data_bits 16
  60. pre_data 0xE0E0
  61. gap 108233
  62. toggle_bit_mask 0x0
  63.  
  64. begin codes
  65. KEY_CYCLEWINDOWS 0x807F
  66. KEY_1 0x20DF
  67. KEY_2 0xA05F
  68. KEY_3 0x609F
  69. KEY_4 0x10EF
  70. KEY_5 0x906F
  71. KEY_6 0x50AF
  72. KEY_7 0x30CF
  73. KEY_8 0xB04F
  74. KEY_9 0x708F
  75. KEY_102ND 0xC43B
  76. KEY_0 0x8877
  77. KEY_PREVIOUS 0xC837
  78. KEY_VOLUMEUP 0xE01F
  79. KEY_MUTE 0xF00F
  80. KEY_CHANNELUP 0x48B7
  81. KEY_VOLUMEDOWN 0xD02F
  82. KEY_LIST 0xD629
  83. KEY_CHANNELDOWN 0x08F7
  84. KEY_MEDIA 0x31CE
  85. KEY_MENU 0x58A7
  86. KEY_SLEEP 0xC03F
  87. KEY_OPTION 0xD22D
  88. KEY_UP 0x06F9
  89. KEY_INFO 0xF807
  90. KEY_LEFT 0xA659
  91. KEY_SELECT 0x16E9
  92. KEY_RIGHT 0x46B9
  93. KEY_BACK 0x1AE5
  94. KEY_DOWN 0x8679
  95. KEY_EXIT 0xB44B
  96. KEY_RED 0x36C9
  97. KEY_GREEN 0x28D7
  98. KEY_YELLOW 0xA857
  99. KEY_BLUE 0x6897
  100. KEY_SWITCHVIDEOMODE 0x7C83
  101. KEY_LANGUAGE 0x00FF
  102. KEY_SUBTITLE 0xA45B
  103. KEY_STOP 0x629D
  104. KEY_REWIND 0xA25D
  105. KEY_PLAY 0xE21D
  106. KEY_PAUSE 0x52AD
  107. KEY_FASTFORWARD 0x12ED
  108.  
  109.  
  110. end codes
  111.  
  112. end remote
  113.  
  114. begin remote
  115.  
  116. name SAMSUNG_AA59-00600A_POWER
  117. bits 16
  118. flags SPACE_ENC
  119. eps 30
  120. aeps 100
  121.  
  122. header 4564 4478
  123. one 600 1646
  124. zero 600 524
  125. ptrail 600
  126. pre_data_bits 16
  127. pre_data 0xE0E0
  128. gap 50
  129. toggle_bit_mask 0x0
  130.  
  131. begin codes
  132. KEY_POWER 0x40BF
  133. end codes
  134.  
  135. end remote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement