File: lircd.conf

package info (click to toggle)
lirc 0.9.0~pre1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,844 kB
  • sloc: ansic: 44,120; sh: 11,159; makefile: 430; python: 108; perl: 106
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# LIRCd configuration file.
#

# Put here the arguments to run the daemon with.

# --driver<driver>
# selects the user-land driver to use (use "default", or don't set this if
# you have a kernel driver for your interface)
# --device<file>
# selects the device file to use for drivers which use the normal kernel
# serial or parallel-port drivers

# eg
#LIRCD_ARGS="--driver=logitech --device=/dev/ttyS1"
LIRCD_ARGS=""

# End of file.