2e04:0a14 Nokia 3310 3G

HMD Global

Vendor ID
2e04
Product ID
0a14
Combined
2e04:0a14
Decimal
11780:2580

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2e04:0a14 HMD Global Nokia 3310 3G

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

Windows

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

USB\VID_2E04&PID_0A14
USB\VID_2E04&PID_0A14&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    Nokia 3310 3G:
      Product ID: 0x0a14
      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
	0a14  Nokia 3310 3G

More from HMD Global