04cc:2533 NFC device (PN533)

ST-Ericsson

Vendor ID
04cc
Product ID
2533
Combined
04cc:2533
Decimal
1228:9523

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 04cc:2533 ST-Ericsson NFC device (PN533)

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

Windows

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

USB\VID_04CC&PID_2533
USB\VID_04CC&PID_2533&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    NFC device (PN533):
      Product ID: 0x2533
      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
	2533  NFC device (PN533)

More from ST-Ericsson