We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6529ed3 commit 01f12edCopy full SHA for 01f12ed
src/hhd/device/rog_ally/__init__.py
@@ -118,7 +118,7 @@ def autodetect(existing: Sequence[HHDPlugin]) -> Sequence[HHDPlugin]:
118
# ROG Xbox Ally RC73YA_RC73YA
119
# Xbox Ally X
120
# ROG Xbox Ally X RC73XA_RC73XA
121
- if "ROG Ally X RC73" in dmi:
+ if "ROG Ally X RC73" in dmi or "ROG Ally RC73" in dmi:
122
return [RogAllyControllersPlugin(ally_x=True)]
123
124
return []
0 commit comments