mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Update to new VID/PID from pidcodes
This commit is contained in:
parent
b0e44b9fcf
commit
727040c132
2 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ using USBID = struct {
|
|||
static constexpr USBID IDs[] = {
|
||||
{0x0483, 0x564e},
|
||||
{0x0483, 0x4121},
|
||||
{0x1209, 0x4121},
|
||||
};
|
||||
|
||||
USBInBuffer::USBInBuffer(libusb_device_handle *handle, unsigned char endpoint, int buffer_size) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue