056e:6008 Flash Disk

Elecom Co., Ltd

Vendor ID
056e
Product ID
6008
Combined
056e:6008
Decimal
1390:24584

What is this device?

This is the USB identifier for a Flash Disk manufactured by Elecom Co., Ltd. The vendor ID 056e is registered to Elecom Co., Ltd with the USB Implementers Forum, and 6008 is the product ID that Elecom Co., Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 056e:6008 Elecom Co., Ltd Flash Disk.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 056e:6008 Elecom Co., Ltd Flash Disk

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

Windows

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

USB\VID_056E&PID_6008
USB\VID_056E&PID_6008&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_056E&PID_6008"

macOS

$ system_profiler SPUSBDataType
    Flash Disk:
      Product ID: 0x6008
      Vendor ID: 0x056e  (Elecom Co., Ltd)

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:

056e  Elecom Co., Ltd
	6008  Flash Disk

More from Elecom Co., Ltd