5173:1809 ZD1211

Sweex

Vendor ID
5173
Product ID
1809
Combined
5173:1809
Decimal
20851:6153

What is this device?

This is the USB identifier for a ZD1211 manufactured by Sweex. The vendor ID 5173 is registered to Sweex with the USB Implementers Forum, and 1809 is the product ID that Sweex assigned to this particular model. When you run lsusb on Linux, this device appears as 5173:1809 Sweex ZD1211.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 5173:1809 Sweex ZD1211

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

Windows

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

USB\VID_5173&PID_1809
USB\VID_5173&PID_1809&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_5173&PID_1809"

macOS

$ system_profiler SPUSBDataType
    ZD1211:
      Product ID: 0x1809
      Vendor ID: 0x5173  (Sweex)

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:

5173  Sweex
	1809  ZD1211

More from Sweex