Skip to content

Commit 661160d

Browse files
committed
feat: Add HHD to GPD Win 4
1 parent 19e68c3 commit 661160d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IMAGE_FLAVOR=$(jq -r '."image-flavor"' < $IMAGE_INFO)
77
FEDORA_VERSION=$(jq -r '."fedora-version"' < $IMAGE_INFO)
88

99
# SCRIPT VERSION
10-
HWS_VER=21
10+
HWS_VER=22
1111
HWS_VER_FILE="/etc/bazzite/hws_version"
1212
HWS_VER_RAN=$(cat $HWS_VER_FILE)
1313

@@ -162,11 +162,11 @@ if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegam
162162
systemctl enable --now vpower.service
163163
else
164164
echo "Generic device detected. Performing setup..."
165-
if [[ ":ROG Ally RC71L_RC71L:83E1:" =~ ":$SYS_ID:" ]]; then
165+
if [[ ":ROG Ally RC71L_RC71L:83E1:G1618-04:" =~ ":$SYS_ID:" ]]; then
166166
echo "HHD supported handheld detected, disabling handycon & ds-inhibit..."
167167
systemctl disable --now handycon.service
168168
systemctl disable --now ds-inhibit.service
169-
elif [[ ":AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618-04:G1619-04:Win600:" =~ ":$SYS_ID:" ]]; then
169+
elif [[ ":AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1619-04:Win600:" =~ ":$SYS_ID:" ]]; then
170170
echo "HandyGCCS supported handheld detected, enabling handycon & ds-inhibit..."
171171
systemctl enable --now handycon.service
172172
systemctl enable --now ds-inhbit.service

0 commit comments

Comments
 (0)