Merge pull request #27 from ValdikSS/new_windows_pid

Add 12D1:2020 B818 VID/PID for Windows
master
forth32 3 years ago committed by GitHub
commit bf43faa4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save