From 26b23c817fbc00e6d4af1bcd7f1ef2db2819d9ff Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 22 Dec 2008 15:08:36 +0200 Subject: Implement RememberPowered config option --- src/main.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.conf') diff --git a/src/main.conf b/src/main.conf index a7bb0e40..5d49c7b3 100644 --- a/src/main.conf +++ b/src/main.conf @@ -34,6 +34,9 @@ DiscoverSchedulerInterval = 0 # SetProperty(Powered, ...) hasn't been called yet. Defaults to true InitiallyPowered = true +# Remember the previously stored Powered state when initializing adapters +RememberPowered = true + # Use vendor, product and version information for DID profile support. # The values are separated by ":" and VID, PID and version. #DeviceID = 1234:5678:abcd -- cgit