04cc:1521 USB 2.0 Hub

ST-Ericsson

Vendor ID
04cc
Product ID
1521
Combined
04cc:1521
Decimal
1228:5409

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 04cc:1521 ST-Ericsson USB 2.0 Hub

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

Windows

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

USB\VID_04CC&PID_1521
USB\VID_04CC&PID_1521&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    USB 2.0 Hub:
      Product ID: 0x1521
      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
	1521  USB 2.0 Hub

More from ST-Ericsson