22e8:dac6 DacMagicXS 2.0

Cambridge Audio

Vendor ID
22e8
Product ID
dac6
Combined
22e8:dac6
Decimal
8936:56006

What is this device?

This is the USB identifier for a DacMagicXS 2.0 manufactured by Cambridge Audio. The vendor ID 22e8 is registered to Cambridge Audio with the USB Implementers Forum, and dac6 is the product ID that Cambridge Audio assigned to this particular model. When you run lsusb on Linux, this device appears as 22e8:dac6 Cambridge Audio DacMagicXS 2.0.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 22e8:dac6 Cambridge Audio DacMagicXS 2.0

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

Windows

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

USB\VID_22E8&PID_DAC6
USB\VID_22E8&PID_DAC6&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_22E8&PID_DAC6"

macOS

$ system_profiler SPUSBDataType
    DacMagicXS 2.0:
      Product ID: 0xdac6
      Vendor ID: 0x22e8  (Cambridge Audio)

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:

22e8  Cambridge Audio
	dac6  DacMagicXS 2.0

More from Cambridge Audio