Skip to content

Commit 1e6a253

Browse files
committed
Added support for the PowerA Battle Dragon Advanced Wireless Controller
1 parent 57346f2 commit 1e6a253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hidapi/libusb/hid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,7 @@ static void init_xbox360(libusb_device_handle *device_handle, unsigned short idV
12421242
(void)conf_desc;
12431243

12441244
if ((idVendor == 0x05ac && idProduct == 0x055b) /* Gamesir-G3w */ ||
1245+
(idVendor == 0x20d6 && idProduct == 0x4010) /* PowerA Battle Dragon Advanced Wireless Controller */ ||
12451246
idVendor == 0x0f0d /* Hori Xbox controllers */) {
12461247
unsigned char data[20];
12471248

0 commit comments

Comments
 (0)