Skip to content

Commit 79aef77

Browse files
committed
fix(onexplayer): enable wifi sleep workaround first gen OneXPlayer
1 parent b27df43 commit 79aef77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system_files/desktop/shared/usr/libexec/bazzite-hardware-setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" ]]; then
218218
systemctl enable --now ds-inhibit.service
219219
fi
220220

221-
# Enable workaround for buggy wifi sleep interaction on first gen Ayaneo Air devices
222-
if [[ ":AIR Pro:AIR:" =~ ":$SYS_ID:" ]]; then
221+
# Enable workaround for buggy wifi sleep interaction on first gen Ayaneo Air and OneXPlayer devices
222+
if [[ ":AIR Pro:AIR:ONE XPLAYER" =~ ":$SYS_ID:" ]]; then
223223
systemctl enable --now [email protected]
224224
fi
225225

0 commit comments

Comments
 (0)