1ef6:5064 FDR Interface

EADS Deutschland GmbH

Vendor ID
1ef6
Product ID
5064
Combined
1ef6:5064
Decimal
7926:20580

What is this device?

This is the USB identifier for a FDR Interface manufactured by EADS Deutschland GmbH. The vendor ID 1ef6 is registered to EADS Deutschland GmbH with the USB Implementers Forum, and 5064 is the product ID that EADS Deutschland GmbH assigned to this particular model. When you run lsusb on Linux, this device appears as 1ef6:5064 EADS Deutschland GmbH FDR Interface.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1ef6:5064 EADS Deutschland GmbH FDR Interface

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

Windows

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

USB\VID_1EF6&PID_5064
USB\VID_1EF6&PID_5064&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1EF6&PID_5064"

macOS

$ system_profiler SPUSBDataType
    FDR Interface:
      Product ID: 0x5064
      Vendor ID: 0x1ef6  (EADS Deutschland GmbH)

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:

1ef6  EADS Deutschland GmbH
	5064  FDR Interface

More from EADS Deutschland GmbH