04cc:1520 USB 2.0 Hub (Avocent KVM)

ST-Ericsson

Vendor ID
04cc
Product ID
1520
Combined
04cc:1520
Decimal
1228:5408

What is this device?

This is the USB identifier for a USB 2.0 Hub (Avocent KVM) manufactured by ST-Ericsson. The vendor ID 04cc is registered to ST-Ericsson with the USB Implementers Forum, and 1520 is the product ID that ST-Ericsson assigned to this particular model. When you run lsusb on Linux, this device appears as 04cc:1520 ST-Ericsson USB 2.0 Hub (Avocent KVM).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 04cc:1520 ST-Ericsson USB 2.0 Hub (Avocent KVM)

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

Windows

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

USB\VID_04CC&PID_1520
USB\VID_04CC&PID_1520&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    USB 2.0 Hub (Avocent KVM):
      Product ID: 0x1520
      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
	1520  USB 2.0 Hub (Avocent KVM)

More from ST-Ericsson