0799:7651 Programming Unit

Altera

Vendor ID
0799
Product ID
7651
Combined
0799:7651
Decimal
1945:30289

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0799:7651 Altera Programming Unit

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

Windows

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

USB\VID_0799&PID_7651
USB\VID_0799&PID_7651&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0799&PID_7651"

macOS

$ system_profiler SPUSBDataType
    Programming Unit:
      Product ID: 0x7651
      Vendor ID: 0x0799  (Altera)

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:

0799  Altera
	7651  Programming Unit

More from Altera