120f:524e RoadMate 1475T

Magellan

Vendor ID
120f
Product ID
524e
Combined
120f:524e
Decimal
4623:21070

What is this device?

This is the USB identifier for a RoadMate 1475T manufactured by Magellan. The vendor ID 120f is registered to Magellan with the USB Implementers Forum, and 524e is the product ID that Magellan assigned to this particular model. When you run lsusb on Linux, this device appears as 120f:524e Magellan RoadMate 1475T.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 120f:524e Magellan RoadMate 1475T

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

Windows

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

USB\VID_120F&PID_524E
USB\VID_120F&PID_524E&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    RoadMate 1475T:
      Product ID: 0x524e
      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
	524e  RoadMate 1475T

More from Magellan