mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fortius 0x1932 added to find logic
Forgot to add update to the find method when adding experimental support for the 0x1932 revision of the Tacx Fortius.
This commit is contained in:
@@ -209,6 +209,9 @@ bool LibUsb::findFortius()
|
||||
if (dev->descriptor.idVendor == FORTIUS_VID && dev->descriptor.idProduct == FORTIUS_PID) {
|
||||
found = true;
|
||||
}
|
||||
if (dev->descriptor.idVendor == FORTIUS_VID && dev->descriptor.idProduct == FORTIUSVR_PID) {
|
||||
found = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return found;
|
||||
|
||||
Reference in New Issue
Block a user