Skip to content

Commit 22ea75a

Browse files
committed
feat(deck): Add bluetooth config from SteamOS.
1 parent 345b81e commit 22ea75a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,5 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
203203
/tmp/* \
204204
/var/* && \
205205
mkdir -p /var/lib/duperemove && \
206+
mkdir -p /var/lib/bluetooth && \
206207
ostree container commit
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[General]
2+
AlwaysPairable=true
3+
Privacy=device
4+
ControllerMode=dual
5+
JustWorksRepairing=always
6+
7+
[Policy]
8+
AutoEnable=true
9+
10+
[LE]
11+
MinConnectionInterval=7
12+
MaxConnectionInterval=9
13+
ConnectionLatency=0

0 commit comments

Comments
 (0)