120f:5260 Triton Handheld GPS Receiver (300/400/500/1500/2000)

Magellan

Vendor ID
120f
Product ID
5260
Combined
120f:5260
Decimal
4623:21088

What is this device?

This is the USB identifier for a Triton Handheld GPS Receiver (300/400/500/1500/2000) manufactured by Magellan. The vendor ID 120f is registered to Magellan with the USB Implementers Forum, and 5260 is the product ID that Magellan assigned to this particular model. When you run lsusb on Linux, this device appears as 120f:5260 Magellan Triton Handheld GPS Receiver (300/400/500/1500/2000).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 120f:5260 Magellan Triton Handheld GPS Receiver (300/400/500/1500/2000)

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

Windows

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

USB\VID_120F&PID_5260
USB\VID_120F&PID_5260&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_120F&PID_5260"

macOS

$ system_profiler SPUSBDataType
    Triton Handheld GPS Receiver (300/400/500/1500/2000):
      Product ID: 0x5260
      Vendor ID: 0x120f  (Magellan)

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:

120f  Magellan
	5260  Triton Handheld GPS Receiver (300/400/500/1500/2000)

More from Magellan