2003:ea61 dc3500

detectomat

Vendor ID
2003
Product ID
ea61
Combined
2003:ea61
Decimal
8195:60001

What is this device?

This is the USB identifier for a dc3500 manufactured by detectomat. The vendor ID 2003 is registered to detectomat with the USB Implementers Forum, and ea61 is the product ID that detectomat assigned to this particular model. When you run lsusb on Linux, this device appears as 2003:ea61 detectomat dc3500.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2003:ea61 detectomat dc3500

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

Windows

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

USB\VID_2003&PID_EA61
USB\VID_2003&PID_EA61&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2003&PID_EA61"

macOS

$ system_profiler SPUSBDataType
    dc3500:
      Product ID: 0xea61
      Vendor ID: 0x2003  (detectomat)

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:

2003  detectomat
	ea61  dc3500

More from detectomat