libusbk
libusbk copied to clipboard
VID 0000 PID 0006
Is there a way to open a device with VID 0000 and PID 0006 with libusbk in windows?
On linux I can using libusb, but on windows it seems it's not possible, but it would be great to unbrick some devices.
Is the device recognized by Windows as a valid USB device? 000 is not a valid vendor ID.
Yes, it is. it's a special case. A device has an eeprom and in the eeprom can be configure any vid/pid. On Linux, having vid 0000 does not cause any problems with libusb, I can access the device, reprogram the eeprom and reboot it. Instead on windows I could not do that.