2e04:c026 Nokia Smartphone

HMD Global

Vendor ID
2e04
Product ID
c026
Combined
2e04:c026
Decimal
11780:49190

What is this device?

This is the USB identifier for a Nokia Smartphone manufactured by HMD Global. The vendor ID 2e04 is registered to HMD Global with the USB Implementers Forum, and c026 is the product ID that HMD Global assigned to this particular model. When you run lsusb on Linux, this device appears as 2e04:c026 HMD Global Nokia Smartphone.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2e04:c026 HMD Global Nokia Smartphone

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

Windows

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

USB\VID_2E04&PID_C026
USB\VID_2E04&PID_C026&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2E04&PID_C026"

macOS

$ system_profiler SPUSBDataType
    Nokia Smartphone:
      Product ID: 0xc026
      Vendor ID: 0x2e04  (HMD Global)

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:

2e04  HMD Global
	c026  Nokia Smartphone

More from HMD Global