From cb959244dd5e4b066c6d929015e1eb3f1e457701 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 28 Oct 2015 22:36:52 +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 11db3831..372fd8c9 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