Advertisement
Guest User

Untitled

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