Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. #arguments which will be used when launching lircd
  2. #LIRCD_ARGS=""
  3.  
  4. #Don't start lircmd even if there seems to be a good config file
  5. #START_LIRCMD=false
  6.  
  7. #Don't start irexec, even if a good config file seems to exist.
  8. #START_IREXEC=false
  9.  
  10. #Try to load appropriate kernel modules
  11. #LOAD_MODULES=false
  12.  
  13. # Run "lircd --driver=help" for a list of supported drivers.
  14. DRIVER="devinput"
  15. # usually /dev/lirc0 is the correct setting for systems using udev
  16. DEVICE="/dev/input/by-id/usb-Logitech_USB_Receiver-event-if01"
  17. #MODULES=""
  18.  
  19. # Default configuration files for your hardware if any
  20. #LIRCD_CONF=""
  21. #LIRCMD_CONF=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement