Advertisement
Guest User

Untitled

a guest
May 14th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. #This configuration has been automatically generated via
  2. #the Ubuntu LIRC package maintainer scripts.
  3. #
  4. #It includes the default configuration for the remote and/or
  5. #transmitter that you have selected during package installation.
  6. #
  7. #Feel free to add any custom remotes to the configuration
  8. #via additional include directives or below the existing
  9. #Ubuntu include directives from your selected remote and/or
  10. #transmitter.
  11.  
  12. #Configuration for the ATI/NVidia/X10 RF Remote (userspace) remote:
  13. #include "/usr/share/lirc/remotes/atiusb/lircd.conf.atilibusb"
  14.  
  15. begin remote
  16.  
  17. name MD8800
  18. bits 16
  19. eps 30
  20. aeps 100
  21.  
  22. one 0 0
  23. zero 0 0
  24. pre_data_bits 8
  25. pre_data 0x14
  26. post_data_bits 16
  27. post_data 0x0
  28. gap 139990
  29. min_repeat 2
  30. toggle_bit_mask 0x80800000
  31.  
  32. begin codes
  33. KEY_MUTE 0x0000
  34. KEY_POWER 0x0002
  35. KEY_DVD 0x0004
  36. KEY_VOLUMEDOWN 0x0008
  37. KEY_VOLUMEUP 0x0009
  38. KEY_CHANNELUP 0x000b
  39. KEY_CHANNELDOWN 0x000c
  40. KEY_1 0x000d
  41. KEY_2 0x000e
  42. KEY_3 0x000f
  43. KEY_4 0x0010
  44. KEY_5 0x0011
  45. KEY_6 0x0012
  46. KEY_7 0x0013
  47. KEY_8 0x0014
  48. KEY_9 0x0015
  49. KEY_TEXT 0x0016
  50. KEY_0 0x0017
  51. KEY_PVR 0x0018
  52. KEY_UP 0x001a
  53. KEY_MEDIA 0x001b
  54. KEY_TV 0x001c
  55. KEY_LEFT 0x001d
  56. KEY_OK 0x001e
  57. KEY_RIGHT 0x001f
  58. KEY_BACK 0x0020
  59. KEY_PREVIOUS 0x0021
  60. KEY_DOWN 0x0022
  61. KEY_NEXT 0x0023
  62. KEY_REWIND 0x0024
  63. KEY_PLAY 0x0025
  64. KEY_FORWARD 0x0026
  65. KEY_RECORD 0x0027
  66. KEY_STOP 0x0028
  67. KEY_PAUSE 0x0029
  68. KEY_INFO 0x002f
  69. KEY_CLEAR 0x0030 #not available
  70. KEY_EPG 0x0031
  71. KEY_RED 0x0032
  72. KEY_GREEN 0x0033
  73. KEY_YELLOW 0x0034
  74. KEY_BLUE 0x0035
  75. KEY_ENTER 0x0036 #not available
  76. KEY_NUMERIC_STAR 0x0037
  77. KEY_NUMERIC_POUND 0x0038
  78. KEY_PHOTO 0x0005 #ADDED
  79. KEY_VIDEO 0x002d #ADDED
  80. KEY_MUSIC 0x0006 #ADDED
  81. end codes
  82.  
  83. end remote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement