2000:1f0c HP StreamSmart 410 [NW278AA]

CMX Systems

Vendor ID
2000
Product ID
1f0c
Combined
2000:1f0c
Decimal
8192:7948

What is this device?

This is the USB identifier for a HP StreamSmart 410 [NW278AA] manufactured by CMX Systems. The vendor ID 2000 is registered to CMX Systems with the USB Implementers Forum, and 1f0c is the product ID that CMX Systems assigned to this particular model. When you run lsusb on Linux, this device appears as 2000:1f0c CMX Systems HP StreamSmart 410 [NW278AA].

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2000:1f0c CMX Systems HP StreamSmart 410 [NW278AA]

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

Windows

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

USB\VID_2000&PID_1F0C
USB\VID_2000&PID_1F0C&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2000&PID_1F0C"

macOS

$ system_profiler SPUSBDataType
    HP StreamSmart 410 [NW278AA]:
      Product ID: 0x1f0c
      Vendor ID: 0x2000  (CMX Systems)

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:

2000  CMX Systems
	1f0c  HP StreamSmart 410 [NW278AA]

More from CMX Systems