Skip to content

Commit 8093516

Browse files
asterwyxxzl01
authored andcommitted
fix: disable auto_enable
Disable auto_enable in case that bluetooth adaptor is enabled by default when system is installed for the first time. Log: disable auto_enable Issue: linuxdeepin/developer-center#7243
1 parent c1658d8 commit 8093516

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bluez (5.69-1deepin3) unstable; urgency=medium
2+
3+
* Disable auto enable.
4+
5+
-- Wang Yixue <wangyixue@deepin.org> Wed, 28 Feb 2024 15:58:21 +0800
6+
17
bluez (5.69-1deepin2) unstable; urgency=medium
28

39
* Add support for huawei haisi

debian/patches/main.conf.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index 2796f155e..490abef65 100644
77
# This includes adapters present on start as well as adapters that are plugged
88
# in later on. Defaults to 'true'.
99
-#AutoEnable=true
10-
+AutoEnable=true
11-
10+
+AutoEnable=false
11+
1212
# Audio devices that were disconnected due to suspend will be reconnected on
1313
# resume. ResumeDelay determines the delay between when the controller

0 commit comments

Comments
 (0)