summaryrefslogtreecommitdiff
blob: 6e6b4f7ef20cef386239bdb2d79005e63c800694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /etc/conf.d/vdr.atmo:
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-atmo/files/confd,v 1.1 2007/07/22 15:50:38 hd_brummy Exp $

# Global config file for vdr rc-scripts

# Defines where to read needed data for
# color calcuations. FFDVB is used the default primary
# device from vdr and SOFTDEVICE is used when vdr uses
# softdevice plugin as output device.
#   allowed values:FFDVB|SOFTDEVICE
#   default:FFDVB
INPUT_DEVICE="FFDVB"

# Defines where to send control values for
# atmolight hardware.
#   allowed values: SERIAL=/dev/ttySX|NETWORK=a.b.c.d:port
#   default: SERIAL=/dev/ttyS1
#OUTPUT_DEVICE="SERIAL=/dev/ttyS1"