14ea:ab10 GW-US54GZ

Planex Communications

Vendor ID
14ea
Product ID
ab10
Combined
14ea:ab10
Decimal
5354:43792

What is this device?

This is the USB identifier for a GW-US54GZ manufactured by Planex Communications. The vendor ID 14ea is registered to Planex Communications with the USB Implementers Forum, and ab10 is the product ID that Planex Communications assigned to this particular model. When you run lsusb on Linux, this device appears as 14ea:ab10 Planex Communications GW-US54GZ.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 14ea:ab10 Planex Communications GW-US54GZ

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

Windows

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

USB\VID_14EA&PID_AB10
USB\VID_14EA&PID_AB10&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_14EA&PID_AB10"

macOS

$ system_profiler SPUSBDataType
    GW-US54GZ:
      Product ID: 0xab10
      Vendor ID: 0x14ea  (Planex Communications)

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:

14ea  Planex Communications
	ab10  GW-US54GZ

More from Planex Communications