2188:0611 Hub

No brand

Vendor ID
2188
Product ID
0611
Combined
2188:0611
Decimal
8584:1553

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2188:0611 No brand Hub

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

Windows

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

USB\VID_2188&PID_0611
USB\VID_2188&PID_0611&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2188&PID_0611"

macOS

$ system_profiler SPUSBDataType
    Hub:
      Product ID: 0x0611
      Vendor ID: 0x2188  (No brand)

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:

2188  No brand
	0611  Hub

More from No brand