Skip to content

Commit

Permalink
Change vendor ID for OpenFIRE to 0xF143
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Jun 5, 2024
1 parent dcca30a commit 7c8f6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void guiWindow::PortsSearch()
} else {
// Yeah, sue me, we reading this backwards to make stack management easier.
for(int i = serialFoundList.length() - 1; i >= 0; --i) {
if(serialFoundList[i].vendorIdentifier() == 2336) {
if(serialFoundList[i].vendorIdentifier() == 0xF143) {
usbName.prepend(serialFoundList[i].systemLocation());
qDebug() << "Found device @" << serialFoundList[i].systemLocation();
} else {
Expand Down

0 comments on commit 7c8f6e5

Please sign in to comment.