2dcf:c952 Audio Class 2.0 Devices

Dialog Semiconductor

Vendor ID
2dcf
Product ID
c952
Combined
2dcf:c952
Decimal
11727:51538

What is this device?

This is the USB identifier for a Audio Class 2.0 Devices manufactured by Dialog Semiconductor. The vendor ID 2dcf is registered to Dialog Semiconductor with the USB Implementers Forum, and c952 is the product ID that Dialog Semiconductor assigned to this particular model. When you run lsusb on Linux, this device appears as 2dcf:c952 Dialog Semiconductor Audio Class 2.0 Devices.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2dcf:c952 Dialog Semiconductor Audio Class 2.0 Devices

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

Windows

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

USB\VID_2DCF&PID_C952
USB\VID_2DCF&PID_C952&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2DCF&PID_C952"

macOS

$ system_profiler SPUSBDataType
    Audio Class 2.0 Devices:
      Product ID: 0xc952
      Vendor ID: 0x2dcf  (Dialog Semiconductor)

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:

2dcf  Dialog Semiconductor
	c952  Audio Class 2.0 Devices

More from Dialog Semiconductor