0ace:b215 802.11bg

ZyDAS

Vendor ID
0ace
Product ID
b215
Combined
0ace:b215
Decimal
2766:45589

What is this device?

This is the USB identifier for a 802.11bg manufactured by ZyDAS. The vendor ID 0ace is registered to ZyDAS with the USB Implementers Forum, and b215 is the product ID that ZyDAS assigned to this particular model. When you run lsusb on Linux, this device appears as 0ace:b215 ZyDAS 802.11bg.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0ace:b215 ZyDAS 802.11bg

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

Windows

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

USB\VID_0ACE&PID_B215
USB\VID_0ACE&PID_B215&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0ACE&PID_B215"

macOS

$ system_profiler SPUSBDataType
    802.11bg:
      Product ID: 0xb215
      Vendor ID: 0x0ace  (ZyDAS)

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:

0ace  ZyDAS
	b215  802.11bg

More from ZyDAS