18b4:1001 DUTV007

e3C Technologies

Vendor ID
18b4
Product ID
1001
Combined
18b4:1001
Decimal
6324:4097

What is this device?

This is the USB identifier for a DUTV007 manufactured by e3C Technologies. The vendor ID 18b4 is registered to e3C Technologies with the USB Implementers Forum, and 1001 is the product ID that e3C Technologies assigned to this particular model. When you run lsusb on Linux, this device appears as 18b4:1001 e3C Technologies DUTV007.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 18b4:1001 e3C Technologies DUTV007

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

Windows

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

USB\VID_18B4&PID_1001
USB\VID_18B4&PID_1001&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_18B4&PID_1001"

macOS

$ system_profiler SPUSBDataType
    DUTV007:
      Product ID: 0x1001
      Vendor ID: 0x18b4  (e3C 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:

18b4  e3C Technologies
	1001  DUTV007

More from e3C Technologies