4586:1026 Crystal Bar Flash Drive

Panram

Vendor ID
4586
Product ID
1026
Combined
4586:1026
Decimal
17798:4134

What is this device?

This is the USB identifier for a Crystal Bar Flash Drive manufactured by Panram. The vendor ID 4586 is registered to Panram with the USB Implementers Forum, and 1026 is the product ID that Panram assigned to this particular model. When you run lsusb on Linux, this device appears as 4586:1026 Panram Crystal Bar Flash Drive.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 4586:1026 Panram Crystal Bar Flash Drive

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

Windows

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

USB\VID_4586&PID_1026
USB\VID_4586&PID_1026&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_4586&PID_1026"

macOS

$ system_profiler SPUSBDataType
    Crystal Bar Flash Drive:
      Product ID: 0x1026
      Vendor ID: 0x4586  (Panram)

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:

4586  Panram
	1026  Crystal Bar Flash Drive

More from Panram