Add new PID/VID for LibreCAL

This commit is contained in:
Jan Käberich 2023-12-31 17:34:42 +01:00
parent 3c567704ad
commit 10e31356df

View File

@ -16,6 +16,7 @@ using USBID = struct {
};
static constexpr USBID IDs[] = {
{0x0483, 0x4122},
{0x1209, 0x4122},
};
USBDevice::USBDevice(QString serial)