Usb Device Id Vid 058f Pid 1234 Full 'link'
USB device ID — VID 058F, PID 1234 (full technical overview)
Summary
- VID (Vendor ID): 0x058F — assigned to Alcor Micro Corp. (commonly used by low-cost USB flash drives, card readers, and other USB controllers).
- PID (Product ID): 0x1234 — a product-specific identifier; widely seen in generic or OEM USB flash drives, memory card readers, and some serial/bridge devices. PID 1234 is commonly used by vendors for inexpensive/commodity devices and may appear across multiple product families or firmware versions.
0 MB on a 32GB USB stick - Storage Devices - Linus Tech Tips
The USB device ID VID 058F PID 1234 corresponds to a generic Flash Drive powered by a controller from Alcor Micro Corp.. This specific combination of VID/PID is often seen on "fake" or generic mass storage devices where the controller hasn't been programmed with a unique product ID. Technical Specifications Vendor ID (VID): 058F (Alcor Micro Corp.) Product ID (PID): 1234 (Generic/Flash Drive) Device Type: Mass Storage Device (USB 2.0 High Speed) usb device id vid 058f pid 1234 full
(e.g., carrying a few PDFs to a print shop). If you need reliable storage, reputable brands from retailers like are far safer options. Are you trying to recover data from a corrupted drive with this ID, or are you looking to verify if a drive is fake USB device ID — VID 058F, PID 1234
- Enumerate devices, match vendor/product, open device handle, detach kernel driver if necessary, claim interface, perform control/bulk/interrupt transfers per descriptors.
- Driver Support: This is a standard
usb-storagedevice.