26bd:9917 Fusion Flash Drive

Integral Memory

Vendor ID
26bd
Product ID
9917
Combined
26bd:9917
Decimal
9917:39191

What is this device?

This is the USB identifier for a Fusion Flash Drive manufactured by Integral Memory. The vendor ID 26bd is registered to Integral Memory with the USB Implementers Forum, and 9917 is the product ID that Integral Memory assigned to this particular model. When you run lsusb on Linux, this device appears as 26bd:9917 Integral Memory Fusion Flash Drive.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 26bd:9917 Integral Memory Fusion Flash Drive

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

Windows

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

USB\VID_26BD&PID_9917
USB\VID_26BD&PID_9917&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_26BD&PID_9917"

macOS

$ system_profiler SPUSBDataType
    Fusion Flash Drive:
      Product ID: 0x9917
      Vendor ID: 0x26bd  (Integral Memory)

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:

26bd  Integral Memory
	9917  Fusion Flash Drive

More from Integral Memory