2e95:7725 Controller

SCUF Gaming

Vendor ID
2e95
Product ID
7725
Combined
2e95:7725
Decimal
11925:30501

What is this device?

This is the USB identifier for a Controller manufactured by SCUF Gaming. The vendor ID 2e95 is registered to SCUF Gaming with the USB Implementers Forum, and 7725 is the product ID that SCUF Gaming assigned to this particular model. When you run lsusb on Linux, this device appears as 2e95:7725 SCUF Gaming Controller.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2e95:7725 SCUF Gaming Controller

You can filter directly with lsusb -d 2e95:7725, or get the full descriptor dump with lsusb -v -d 2e95:7725. Kernel messages from dmesg show the same pair as idVendor=2e95, idProduct=7725.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_2E95&PID_7725
USB\VID_2E95&PID_7725&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2E95&PID_7725"

macOS

$ system_profiler SPUSBDataType
    Controller:
      Product ID: 0x7725
      Vendor ID: 0x2e95  (SCUF Gaming)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

2e95  SCUF Gaming
	7725  Controller

More from SCUF Gaming