1385:5f02 WPN111 (no firmware)

Netgear, Inc

Vendor ID
1385
Product ID
5f02
Combined
1385:5f02
Decimal
4997:24322

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1385:5f02 Netgear, Inc WPN111 (no firmware)

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

Windows

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

USB\VID_1385&PID_5F02
USB\VID_1385&PID_5F02&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    WPN111 (no firmware):
      Product ID: 0x5f02
      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
	5f02  WPN111 (no firmware)

More from Netgear, Inc