blob: edc9d953b9ea90050a945a8978acd9a37581d707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/files/capi.confd,v 1.4 2005/05/16 08:49:33 genstef Exp $
# do you want to use USB hotplug?
# if disabled, you have to configure your device in /etc/capi.conf
CAPI_HOTPLUG_USB="yes"
# should via hotplug added cards generate a beep?
CAPI_HOTPLUG_BEEP="yes"
# should capi-usb handle hotplug-events for mISDN cards?
CAPI_HOTPLUG_MISDN="yes"
# should CAPIDRV be loaded?
CAPI_LOAD_CAPIDRV="yes"
# deactivate cards on stop (USB-Cards have to be re-plugged then)?
CAPI_UNLOAD_CARDS="yes"
|