fa11:5afe DyingLight

DyingLight

Vendor ID
fa11
Product ID
5afe
Combined
fa11:5afe
Decimal
64017:23294

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID fa11:5afe DyingLight DyingLight

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

Windows

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

USB\VID_FA11&PID_5AFE
USB\VID_FA11&PID_5AFE&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_FA11&PID_5AFE"

macOS

$ system_profiler SPUSBDataType
    DyingLight:
      Product ID: 0x5afe
      Vendor ID: 0xfa11  (DyingLight)

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:

fa11  DyingLight
	5afe  DyingLight

More from DyingLight