File: lircd.conf

package info (click to toggle)
lirc 0.7.1pre2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,852 kB
  • ctags: 2,924
  • sloc: ansic: 31,205; sh: 12,021; makefile: 631
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.