1404:cddc Dongle

Fundamental Software, Inc.

Vendor ID
1404
Product ID
cddc
Combined
1404:cddc
Decimal
5124:52700

What is this device?

This is the USB identifier for a Dongle manufactured by Fundamental Software, Inc.. The vendor ID 1404 is registered to Fundamental Software, Inc. with the USB Implementers Forum, and cddc is the product ID that Fundamental Software, Inc. assigned to this particular model. When you run lsusb on Linux, this device appears as 1404:cddc Fundamental Software, Inc. Dongle.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1404:cddc Fundamental Software, Inc. Dongle

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

Windows

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

USB\VID_1404&PID_CDDC
USB\VID_1404&PID_CDDC&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1404&PID_CDDC"

macOS

$ system_profiler SPUSBDataType
    Dongle:
      Product ID: 0xcddc
      Vendor ID: 0x1404  (Fundamental Software, Inc.)

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:

1404  Fundamental Software, Inc.
	cddc  Dongle

More from Fundamental Software, Inc.