131d:0158 TrackIR 5 Pro Head Tracker

Natural Point

Vendor ID
131d
Product ID
0158
Combined
131d:0158
Decimal
4893:344

What is this device?

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

How to identify it on your system

Linux

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

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

Windows

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

USB\VID_131D&PID_0158
USB\VID_131D&PID_0158&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    TrackIR 5 Pro Head Tracker:
      Product ID: 0x0158
      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
	0158  TrackIR 5 Pro Head Tracker

More from Natural Point