Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. # /etc/lirc/hardware.conf
  2. #
  3. #Chosen Remote Control
  4. REMOTE="Linux input layer (/dev/input/eventX)"
  5. REMOTE_MODULES=""
  6. REMOTE_DRIVER="devinput"
  7. REMOTE_DEVICE="/dev/input/by-id/usb-COMPRO_VideoMate_IR20_REV.02-event-if00"
  8. REMOTE_SOCKET=""
  9. REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"
  10. REMOTE_LIRCD_ARGS=""
  11.  
  12. #Chosen IR Transmitter
  13. TRANSMITTER="None"
  14. TRANSMITTER_MODULES=""
  15. TRANSMITTER_DRIVER=""
  16. TRANSMITTER_DEVICE=""
  17. TRANSMITTER_SOCKET=""
  18. TRANSMITTER_LIRCD_CONF=""
  19. TRANSMITTER_LIRCD_ARGS=""
  20.  
  21. #Enable lircd
  22. START_LIRCD="true"
  23.  
  24. #Don't start lircmd even if there seems to be a good config file
  25. #START_LIRCMD="false"
  26.  
  27. #Try to load appropriate kernel modules
  28. LOAD_MODULES="true"
  29.  
  30. # Default configuration files for your hardware if any
  31. LIRCMD_CONF=""
  32.  
  33. #Forcing noninteractive reconfiguration
  34. #If lirc is to be reconfigured by an external application
  35. #that doesn't have a debconf frontend available, the noninteractive
  36. #frontend can be invoked and set to parse REMOTE and TRANSMITTER
  37. #It will then populate all other variables without any user input
  38. #If you would like to configure lirc via standard methods, be sure
  39. #to leave this set to "false"
  40. FORCE_NONINTERACTIVE_RECONFIGURATION="false"
  41. START_LIRCMD=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement