]> git.pld-linux.org Git - packages/lirc.git/blob - lircd.sysconfig
- rebuild for kernel-longterm-3.4.58-1
[packages/lirc.git] / lircd.sysconfig
1 # Customized settings for lirc daemon
2
3 # The hardware driver to use, run lircd --driver=? for a list
4
5 DRIVER=default
6
7 # The device node that communicates with the IR device.
8
9 DEVICE=/dev/lirc
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.026436 seconds and 3 git commands to generate.