From 5d418679f7dec47d0b5be7b80fc23a1fd6186730 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Thu, 11 Nov 2021 12:16:29 +0300 Subject: [PATCH] Add 12D1:2020 B818 VID/PID for Windows --- hdlcio_win32.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hdlcio_win32.c b/hdlcio_win32.c index c4bf2c3..8cd7a17 100644 --- a/hdlcio_win32.c +++ b/hdlcio_win32.c @@ -215,6 +215,9 @@ static int find_port(int* port_no, char* port_name) ( strstr(_strupr(property_buffer), "VID_12D1&PID_1442") != NULL && strstr(_strupr(property_buffer), "&MI_00") != NULL + ) || + ( + strstr(_strupr(property_buffer), "VID_12D1&PID_2020") != NULL ) ) {