18b1:0037 Maxter Remote Control

Petalynx

Vendor ID
18b1
Product ID
0037
Combined
18b1:0037
Decimal
6321:55

What is this device?

This is the USB identifier for a Maxter Remote Control manufactured by Petalynx. The vendor ID 18b1 is registered to Petalynx with the USB Implementers Forum, and 0037 is the product ID that Petalynx assigned to this particular model. When you run lsusb on Linux, this device appears as 18b1:0037 Petalynx Maxter Remote Control.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 18b1:0037 Petalynx Maxter Remote Control

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

Windows

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

USB\VID_18B1&PID_0037
USB\VID_18B1&PID_0037&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_18B1&PID_0037"

macOS

$ system_profiler SPUSBDataType
    Maxter Remote Control:
      Product ID: 0x0037
      Vendor ID: 0x18b1  (Petalynx)

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:

18b1  Petalynx
	0037  Maxter Remote Control

More from Petalynx