News report
Linux 7.3 Adds Victrix Pro BFG and Azeron Controller Support
Linux 7.3-rc4 expands the XPad driver with wired Victrix Pro BFG support and initial support for six Azeron controller families.
On this page
Linux XPad learns several unusual gaming controllers
Linux 7.3-rc4 includes new XPad device entries for the wired PDP Victrix Pro BFG Xbox controller and several Azeron gaming keypads. The changes are small at the driver level, but they matter for hardware that already speaks an Xbox-compatible input protocol and previously could still fail to bind to the standard Linux gamepad driver because its exact USB identity was missing.
For the Victrix device, the kernel identifies the newly added hardware as an Xbox One-compatible controller. The Azeron additions cover the Cyro, Cyborg, Classic/Compact, Cyro Lefty, Cyborg II and Keyzen families. These changes landed with the Linux input fixes included in 7.3-rc4 rather than waiting for a later feature cycle.
| Hardware | What Linux 7.3 adds |
|---|---|
| PDP Victrix Pro BFG wired controller for Xbox | Device recognition through XPad as an Xbox One-compatible controller |
| Azeron Cyro / Cyro Lefty | Initial XPad device support |
| Azeron Cyborg / Cyborg II | Initial XPad device support |
| Azeron Classic / Compact | Initial XPad device support |
| Azeron Keyzen | Initial XPad device support |
A device-ID fix can be enough when the protocol already works
The Victrix change is a useful example of why Linux peripheral compatibility is not always about writing an entirely new driver. If hardware already communicates using a protocol an in-kernel driver understands, adding the correct vendor and product identity can be enough to route the device through an existing input path. That is materially different from reverse-engineering a proprietary protocol from scratch.
For games and compatibility layers, the practical goal is straightforward controller input through the normal Linux stack. Once XPad recognizes a supported device, software can consume the resulting gamepad interface instead of depending on a bespoke game-specific workaround for an unknown USB peripheral.
Linux 7.3-rc4 also fixes built-in input hardware
The same input pull contains quirks for the built-in keyboards in the Acer Aspire Go 15 AG15-42P and Xiaomi Redmi Book Pro 16 2026, plus a Synaptics PS/2 quirk for a Lenovo ThinkPad T440p board ID so its touchpad and TrackPoint respond immediately at boot. Those fixes are separate from XPad, but together they show the range covered by a kernel input update: gaming peripherals, laptop keyboards and legacy pointing hardware can all depend on narrowly targeted device-specific corrections.
Linux 7.3-rc4 is a release candidate, so distribution users should not assume the support is already present in their installed stable kernel. Availability depends on the final Linux 7.3 release and on when individual distributions ship it or backport the relevant input changes.
Sources
Primary and technical sources
These sources support the reporting and analysis above. Current stories are updated when later evidence materially changes the facts.
01 Phoronix
Linux 7.3 Adds Support For Victrix Pro BFG & Azeron Controllers02 Linux Kernel Mailing List
Linux input subsystem fixes for Linux 7.3-rc4
Related
Continue from here
Useful next steps selected from the same technical reference and publication system.
Technical guide
How to Back Up Installed Drivers in Windows 11
Export third-party driver packages from the Windows 11 driver store with PnPUtil, preserve them before a reinstall, and understand what the backup does and does not contain.
Technical guide
How to Roll Back a Device Driver in Windows 11: Device Manager, Previous Packages, Recovery, and Verification
Safely roll back a problematic Windows 11 device driver, handle an unavailable rollback button, use supported previous packages, and verify the result.
Troubleshooting
Bluetooth Missing in Windows 11: Adapter and Driver Troubleshooting
Troubleshoot a missing Bluetooth toggle or adapter in Windows 11 by checking detection, drivers, updates, radio state, external adapters, and hardware boundaries.
Troubleshooting
PC Wakes From Sleep but Monitor Stays Black
Diagnose a Windows PC that appears to wake from sleep but leaves the monitor black, separating failed resume, display-link, graphics-driver, and monitor-path problems.