Skip to content

Commit

Permalink
fix: correct orientation for GPD Win Max 2 (2022) (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertriho authored Feb 27, 2024
1 parent b59d7bc commit 0f2fb7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash
# Returns true for hardware that needs a rotation fix in KDE
SYS_ID="$(cat /sys/devices/virtual/dmi/id/product_name)"
if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:Loki Max:G1618-04:21A0007TUK:" =~ ":$SYS_ID:" ]]; then
if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:Loki Max:G1618-04:G1619-04:21A0007TUK:" =~ ":$SYS_ID:" ]]; then
exit 0
else
exit 1
Expand Down

0 comments on commit 0f2fb7d

Please sign in to comment.