14ea:ab11 GU-1000T

Planex Communications

Vendor ID
14ea
Product ID
ab11
Combined
14ea:ab11
Decimal
5354:43793

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 14ea:ab11 Planex Communications GU-1000T

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

Windows

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

USB\VID_14EA&PID_AB11
USB\VID_14EA&PID_AB11&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    GU-1000T:
      Product ID: 0xab11
      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
	ab11  GU-1000T

More from Planex Communications