087d:5704 Ethernet

Jaton Corp.

Vendor ID
087d
Product ID
5704
Combined
087d:5704
Decimal
2173:22276

What is this device?

This is the USB identifier for a Ethernet manufactured by Jaton Corp.. The vendor ID 087d is registered to Jaton Corp. with the USB Implementers Forum, and 5704 is the product ID that Jaton Corp. assigned to this particular model. When you run lsusb on Linux, this device appears as 087d:5704 Jaton Corp. Ethernet.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 087d:5704 Jaton Corp. Ethernet

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

Windows

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

USB\VID_087D&PID_5704
USB\VID_087D&PID_5704&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_087D&PID_5704"

macOS

$ system_profiler SPUSBDataType
    Ethernet:
      Product ID: 0x5704
      Vendor ID: 0x087d  (Jaton Corp.)

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:

087d  Jaton Corp.
	5704  Ethernet

More from Jaton Corp.