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 ) ) {