]> git.pld-linux.org Git - packages/lirc.git/blame - lircd.sysconfig
- rebuild for kernel-longterm-3.4.64-1
[packages/lirc.git] / lircd.sysconfig
CommitLineData
5f3853c4 1# Customized settings for lirc daemon
72964cf1 2
3# The hardware driver to use, run lircd --driver=? for a list
4
5DRIVER=default
6
7# The device node that communicates with the IR device.
8
9DEVICE=/dev/lirc
eacdae21 10
11# Serial port for the receiver (for serial driver)
12# COM1 (/dev/ttyS0)
13#COM_PORT=/dev/ttyS0
14#DRIVER_OPTS="irq=4 io=0x3f8"
15
16# COM2 (/dev/ttyS1)
17#COM_PORT=/dev/ttyS1
18#DRIVER_OPTS="irq=3 io=0x2f8"
19
20# COM3 (/dev/ttyS2)
21#COM_PORT=/dev/ttyS2
22#DRIVER_OPTS="irq=4 io=0x3e8
23
24# COM4 (/dev/ttyS3)
25#COM_PORT=/dev/ttyS3
26#DRIVER_OPTS="irq=3 io=0x2e8"
This page took 0.037309 seconds and 4 git commands to generate.