From 744ea5701c40a5c383f70e80dcc8588fb29c94d0 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 11 Feb 2026 16:54:02 -0800
Subject: [PATCH] Fixed initializing the PowerA OPS v1 Wireless Controller
(cherry picked from commit 4e2fd57e77fb4a28c0eeef0670fc4121cc2cf1f9)
---
src/hidapi/libusb/hid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/hidapi/libusb/hid.c b/src/hidapi/libusb/hid.c
index f8d6dc9260943..163684320557e 100644
--- a/src/hidapi/libusb/hid.c
+++ b/src/hidapi/libusb/hid.c
@@ -1267,6 +1267,7 @@ static void init_xbox360(libusb_device_handle *device_handle, unsigned short idV
if ((idVendor == 0x05ac && idProduct == 0x055b) /* Gamesir-G3w */ ||
(idVendor == 0x20d6 && idProduct == 0x4010) /* PowerA Battle Dragon Advanced Wireless Controller */ ||
+ (idVendor == 0x20d6 && idProduct == 0x4025) /* PowerA OPS v1 Wireless Controller */ ||
idVendor == 0x0f0d /* Hori Xbox controllers */) {
unsigned char data[20];