Usb Device Id Vid 058f Pid 1234 Jun 2026

However, PID_1234 has a reputation for being a "default" or "debug" ID.

| Request | bmRequestType | bRequest | wValue | wIndex | wLength | Data | |---------|----------------|----------|--------|--------|---------|------| | Set Write-Protect | 0x41 (Host→Dev, Vendor, Interface) | 0x01 | 0x0001 (Enable) / 0x0000 (Disable) | 0x0000 | 0 | None | | Get Write-Protect Status | 0xC1 (Dev→Host, Vendor, Interface) | 0x01 | 0x0000 | 0x0000 | 1 | 0x00 (Disabled) / 0x01 (Enabled) | usb device id vid 058f pid 1234

However, PID_1234 has a reputation for being a "default" or "debug" ID.

| Request | bmRequestType | bRequest | wValue | wIndex | wLength | Data | |---------|----------------|----------|--------|--------|---------|------| | Set Write-Protect | 0x41 (Host→Dev, Vendor, Interface) | 0x01 | 0x0001 (Enable) / 0x0000 (Disable) | 0x0000 | 0 | None | | Get Write-Protect Status | 0xC1 (Dev→Host, Vendor, Interface) | 0x01 | 0x0000 | 0x0000 | 1 | 0x00 (Disabled) / 0x01 (Enabled) |