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
  1. Linux XPad learns several unusual gaming controllers
  2. A device-ID fix can be enough when the protocol already works
  3. Linux 7.3-rc4 also fixes built-in input hardware

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.

Controller support added through the Linux XPad driver
HardwareWhat Linux 7.3 adds
PDP Victrix Pro BFG wired controller for XboxDevice recognition through XPad as an Xbox One-compatible controller
Azeron Cyro / Cyro LeftyInitial XPad device support
Azeron Cyborg / Cyborg IIInitial XPad device support
Azeron Classic / CompactInitial XPad device support
Azeron KeyzenInitial 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.

  1. 01 Phoronix

    Linux 7.3 Adds Support For Victrix Pro BFG & Azeron Controllers
  2. 02 Linux Kernel Mailing List

    Linux input subsystem fixes for Linux 7.3-rc4

Related

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.

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.