131d:0155 TrackIR 3 Pro Head Tracker

Natural Point

Vendor ID
131d
Product ID
0155
Combined
131d:0155
Decimal
4893:341

What is this device?

This is the USB identifier for a TrackIR 3 Pro Head Tracker manufactured by Natural Point. The vendor ID 131d is registered to Natural Point with the USB Implementers Forum, and 0155 is the product ID that Natural Point assigned to this particular model. When you run lsusb on Linux, this device appears as 131d:0155 Natural Point TrackIR 3 Pro Head Tracker.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 131d:0155 Natural Point TrackIR 3 Pro Head Tracker

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

Windows

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

USB\VID_131D&PID_0155
USB\VID_131D&PID_0155&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_131D&PID_0155"

macOS

$ system_profiler SPUSBDataType
    TrackIR 3 Pro Head Tracker:
      Product ID: 0x0155
      Vendor ID: 0x131d  (Natural Point)

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:

131d  Natural Point
	0155  TrackIR 3 Pro Head Tracker

More from Natural Point