248a:8367 Telink Wireless Receiver

Maxxter

Vendor ID
248a
Product ID
8367
Combined
248a:8367
Decimal
9354:33639

What is this device?

This is the USB identifier for a Telink Wireless Receiver manufactured by Maxxter. The vendor ID 248a is registered to Maxxter with the USB Implementers Forum, and 8367 is the product ID that Maxxter assigned to this particular model. When you run lsusb on Linux, this device appears as 248a:8367 Maxxter Telink Wireless Receiver.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 248a:8367 Maxxter Telink Wireless Receiver

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

Windows

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

USB\VID_248A&PID_8367
USB\VID_248A&PID_8367&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_248A&PID_8367"

macOS

$ system_profiler SPUSBDataType
    Telink Wireless Receiver:
      Product ID: 0x8367
      Vendor ID: 0x248a  (Maxxter)

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:

248a  Maxxter
	8367  Telink Wireless Receiver

More from Maxxter