diff --git a/src/usbIds.ts b/src/usbIds.ts index c4f8c7c..487c97f 100644 --- a/src/usbIds.ts +++ b/src/usbIds.ts @@ -5,7 +5,7 @@ const supportedVids = [0x2e8a, 0x10c4, 0x1a86, 0x303a, 0xf055]; const supportedPids = [ 0x0005, 0xea60, 0x7523, 0x1001, 0x9802, 0x7002, 0x7003, 0x7006, 0x7007, 0x1020, 0x101f, 0x1021, 0x1086, 0x4001, 0x105b, 0x10a3, 0x10a4, 0x10a5, - 0x1016, 0x1002, 0x1003, + 0x1016, 0x1002, 0x1003, 0x55d3, ]; export function isUsbDeviceSupported(port: PortInfo): boolean {