From 58e3084477afe344bae42ab352d56eba25b4a36b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 19 Jul 2023 09:22:01 -0700
Subject: [PATCH] The Flydigi Vader and Apex series controllers all have the
same VID, PID, and name
---
src/joystick/sort_controllers.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/joystick/sort_controllers.py b/src/joystick/sort_controllers.py
index 84701b9a0ff9..1442656c76a9 100755
--- a/src/joystick/sort_controllers.py
+++ b/src/joystick/sort_controllers.py
@@ -22,6 +22,7 @@
invalid_controllers = (
('0079', '0006', '0000'), # DragonRise Inc. Generic USB Joystick
('0079', '0006', '6120'), # DragonRise Inc. Generic USB Joystick
+ ('04b4', '2412', 'c529'), # Flydigi Vader 2, Vader 2 Pro, Apex 2, Apex 3
('16c0', '05e1', '0000'), # Xinmotek Controller
)