Skip to content

Commit

Permalink
Add new USB PID
Browse files Browse the repository at this point in the history
  • Loading branch information
PWHSU0 committed Jul 8, 2022
1 parent 338ad2d commit b1d1894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NuvoISP/ISPLdCMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ bool ISPLdCMD::Open_Port()
m_uUSB_PID = 0x5201;
} else if (m_hidIO.OpenDevice(0x0416, 0x5203, 5)) { // Nu-Link2 with ISP-Bridge
m_uUSB_PID = 0x5203;
} else if (m_hidIO.OpenDevice(0x0416, 0x2006, 4)) {
m_uUSB_PID = 0x2006;
} else if (m_hidIO.OpenDevice(0x0416, 0x3F10, -1)) { // ISP-Bridge
m_uUSB_PID = 0x3F10;
} else {
Expand Down

0 comments on commit b1d1894

Please sign in to comment.