081f:e401 gamepad

Manta

Vendor ID
081f
Product ID
e401
Combined
081f:e401
Decimal
2079:58369

What is this device?

This is the USB identifier for a gamepad manufactured by Manta. The vendor ID 081f is registered to Manta with the USB Implementers Forum, and e401 is the product ID that Manta assigned to this particular model. When you run lsusb on Linux, this device appears as 081f:e401 Manta gamepad.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 081f:e401 Manta gamepad

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

Windows

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

USB\VID_081F&PID_E401
USB\VID_081F&PID_E401&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_081F&PID_E401"

macOS

$ system_profiler SPUSBDataType
    gamepad:
      Product ID: 0xe401
      Vendor ID: 0x081f  (Manta)

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:

081f  Manta
	e401  gamepad

More from Manta