149a:2107 DBX1 DSP core

Imagination Technologies

Vendor ID
149a
Product ID
2107
Combined
149a:2107
Decimal
5274:8455

What is this device?

This is the USB identifier for a DBX1 DSP core manufactured by Imagination Technologies. The vendor ID 149a is registered to Imagination Technologies with the USB Implementers Forum, and 2107 is the product ID that Imagination Technologies assigned to this particular model. When you run lsusb on Linux, this device appears as 149a:2107 Imagination Technologies DBX1 DSP core.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 149a:2107 Imagination Technologies DBX1 DSP core

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

Windows

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

USB\VID_149A&PID_2107
USB\VID_149A&PID_2107&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_149A&PID_2107"

macOS

$ system_profiler SPUSBDataType
    DBX1 DSP core:
      Product ID: 0x2107
      Vendor ID: 0x149a  (Imagination Technologies)

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:

149a  Imagination Technologies
	2107  DBX1 DSP core

More from Imagination Technologies