2e04:c025 — Nokia 8 (MTP mode)
HMD Global
- Vendor ID
- 2e04
- Product ID
- c025
- Combined
- 2e04:c025
- Decimal
- 11780:49189
What is this device?
This is the USB identifier for a Nokia 8 (MTP mode) manufactured by HMD Global. The vendor ID 2e04 is registered to HMD Global with the USB Implementers Forum, and c025 is the product ID that HMD Global assigned to this particular model. When you run lsusb on Linux, this device appears as 2e04:c025 HMD Global Nokia 8 (MTP mode).
How to identify it on your system
Linux
$ lsusb Bus 001 Device 004: ID 2e04:c025 HMD Global Nokia 8 (MTP mode)
You can filter directly with lsusb -d 2e04:c025, or get the full descriptor dump with lsusb -v -d 2e04:c025. Kernel messages from dmesg show the same pair as idVendor=2e04, idProduct=c025.
Windows
In Device Manager, open the device, go to Details → Hardware Ids. This device reports:
USB\VID_2E04&PID_C025 USB\VID_2E04&PID_C025&REV_0100
From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2E04&PID_C025"
macOS
$ system_profiler SPUSBDataType
Nokia 8 (MTP mode):
Product ID: 0xc025
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 c025 Nokia 8 (MTP mode)