11ac:6565 FuelBand

Nike

Vendor ID
11ac
Product ID
6565
Combined
11ac:6565
Decimal
4524:25957

What is this device?

This is the USB identifier for a FuelBand manufactured by Nike. The vendor ID 11ac is registered to Nike with the USB Implementers Forum, and 6565 is the product ID that Nike assigned to this particular model. When you run lsusb on Linux, this device appears as 11ac:6565 Nike FuelBand.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 11ac:6565 Nike FuelBand

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

Windows

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

USB\VID_11AC&PID_6565
USB\VID_11AC&PID_6565&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_11AC&PID_6565"

macOS

$ system_profiler SPUSBDataType
    FuelBand:
      Product ID: 0x6565
      Vendor ID: 0x11ac  (Nike)

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:

11ac  Nike
	6565  FuelBand

More from Nike