50c2:4013 WLAN Adapter

Averatec (?)

Vendor ID
50c2
Product ID
4013
Combined
50c2:4013
Decimal
20674:16403

What is this device?

This is the USB identifier for a WLAN Adapter manufactured by Averatec (?). The vendor ID 50c2 is registered to Averatec (?) with the USB Implementers Forum, and 4013 is the product ID that Averatec (?) assigned to this particular model. When you run lsusb on Linux, this device appears as 50c2:4013 Averatec (?) WLAN Adapter.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 50c2:4013 Averatec (?) WLAN Adapter

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

Windows

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

USB\VID_50C2&PID_4013
USB\VID_50C2&PID_4013&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_50C2&PID_4013"

macOS

$ system_profiler SPUSBDataType
    WLAN Adapter:
      Product ID: 0x4013
      Vendor ID: 0x50c2  (Averatec (?))

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:

50c2  Averatec (?)
	4013  WLAN Adapter

More from Averatec (?)