1385:4251 WG111T (no firmware)

Netgear, Inc

Vendor ID
1385
Product ID
4251
Combined
1385:4251
Decimal
4997:16977

What is this device?

This is the USB identifier for a WG111T (no firmware) manufactured by Netgear, Inc. The vendor ID 1385 is registered to Netgear, Inc with the USB Implementers Forum, and 4251 is the product ID that Netgear, Inc assigned to this particular model. When you run lsusb on Linux, this device appears as 1385:4251 Netgear, Inc WG111T (no firmware).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1385:4251 Netgear, Inc WG111T (no firmware)

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

Windows

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

USB\VID_1385&PID_4251
USB\VID_1385&PID_4251&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1385&PID_4251"

macOS

$ system_profiler SPUSBDataType
    WG111T (no firmware):
      Product ID: 0x4251
      Vendor ID: 0x1385  (Netgear, Inc)

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:

1385  Netgear, Inc
	4251  WG111T (no firmware)

More from Netgear, Inc