From 0346cf0221416b32078ba7e20b1ff6f7fce8004b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Oct 2015 00:26:42 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- bluetooth/main.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bluetooth/main.conf b/bluetooth/main.conf index 11db383..372fd8c 100644 --- a/bluetooth/main.conf +++ b/bluetooth/main.conf @@ -1,10 +1,8 @@ [General] # Default adaper name -# %h - substituted for hostname -# %d - substituted for adapter id -# Defaults to 'BlueZ' -#Name = %h-%d +# Defaults to 'BlueZ X.YZ' +#Name = BlueZ # Default device class. Only the major and minor device class bits are # considered. Defaults to '0x000000'. @@ -84,3 +82,8 @@ # If the number of attempts defined in ReconnectAttempts is bigger than the # set of intervals the last interval is repeated until the last attempt. #ReconnectIntervals=1, 2, 4, 8, 16, 32, 64 + +# AutoEnable defines option to enable all controllers when they are found. +# This includes adapters present on start as well as adapters that are plugged +# in later on. Defaults to 'false'. +#AutoEnable=false -- 2.39.5