04cc:2323 Ux500 serial debug port

ST-Ericsson

Vendor ID
04cc
Product ID
2323
Combined
04cc:2323
Decimal
1228:8995

What is this device?

This is the USB identifier for a Ux500 serial debug port manufactured by ST-Ericsson. The vendor ID 04cc is registered to ST-Ericsson with the USB Implementers Forum, and 2323 is the product ID that ST-Ericsson assigned to this particular model. When you run lsusb on Linux, this device appears as 04cc:2323 ST-Ericsson Ux500 serial debug port.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 04cc:2323 ST-Ericsson Ux500 serial debug port

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

Windows

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

USB\VID_04CC&PID_2323
USB\VID_04CC&PID_2323&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_04CC&PID_2323"

macOS

$ system_profiler SPUSBDataType
    Ux500 serial debug port:
      Product ID: 0x2323
      Vendor ID: 0x04cc  (ST-Ericsson)

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:

04cc  ST-Ericsson
	2323  Ux500 serial debug port

More from ST-Ericsson