Advertisement
Guest User

Untitled

a guest
Oct 28th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. # Contributor: Rene Bartsch <reneATbartschnet.de>
  2. #
  3. #
  4. # Brand: Terratec (Samsung Info. Systems America, Inc.)
  5. # Model: Fernbedienung Set incl. USB Bulk (IrDA Remote Controller, USB-ID 0419:0001)
  6. # (grey handset)
  7. #
  8. #
  9. # Devices being controlled by this remote:
  10. # - Stand-alone remote
  11. # - Terratec DVB devices (please add approved ones)
  12. #
  13. #
  14. # LIRC version: >= 0.8.3
  15. # LIRC driver: Samsung
  16. # LIRCD_OPTS="-H samsung -d /dev/hiddevX"
  17. #
  18. # Linux version: >= 2.6.25
  19. # Kernel config: CONFIG_USB_HIDDEV=y|m
  20. # USB controllers, ...
  21.  
  22.  
  23. begin remote
  24. name Terratec
  25. bits 32
  26. eps 30
  27. aeps 100
  28. one 0 0
  29. zero 0 0
  30. gap 203831
  31. pre_data_bits 0
  32. pre_data 0x0
  33. toggle_bit 0
  34.  
  35. begin codes
  36.  
  37. ### Standard generic desktop report, type 3 ###
  38. Power 0x10001
  39.  
  40.  
  41. ### Propietary Samsung report, type 4 ###
  42. HOME 0xffcc0001
  43. DVD_Menu 0xffcc0002
  44. 1 0xffcc0003 2 0xffcc0004
  45. 3 0xffcc0005
  46. Subtitles 0xffcc0006
  47. 4 0xffcc0007
  48. 5 0xffcc0008
  49. 6 0xffcc0009
  50. Teletext 0xffcc000a
  51. 7 0xffcc000b
  52. 8 0xffcc000c
  53. 9 0xffcc000d
  54. Delete 0xffcc000e
  55. AV 0xffcc000f
  56. 0 0xffcc0010
  57. A.B 0xffcc0011
  58. TV 0xffcc0012
  59. DVD 0xffcc0013
  60. VIDEO 0xffcc0014
  61. MUSIC 0xffcc0015
  62. PIC 0xffcc0016
  63. UP 0xffcc0017
  64. LEFT 0xffcc0018
  65. OK 0xffcc0019
  66. RIGHT 0xffcc001a
  67. DOWN 0xffcc001b
  68. EPG_GUIDE 0xffcc001c
  69. INFO 0xffcc001d
  70. BACK 0xffcc001e
  71. VOL+ 0xffcc001f
  72. PLAY 0xffcc0020
  73. CH+ 0xffcc0021
  74. VOL- 0xffcc0022
  75. MUTE 0xffcc0023
  76. CH- 0xffcc0024
  77. RED 0xffcc0025
  78. GREEN 0xffcc0026
  79. YELLOW 0xffcc0027
  80. BLUE 0xffcc0028
  81. REC 0xffcc0029
  82. STOP 0xffcc002a
  83. PAUSE 0xffcc002b
  84. LAST 0xffcc002c
  85. FR 0xffcc002d
  86. FF 0xffcc002e
  87. NEXT 0xffcc002f
  88.  
  89. Blue 0xffcc0030
  90. end codes
  91. end remote
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement