We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00a976 commit 9d5d431Copy full SHA for 9d5d431
plugins/multiserver/com_osvr_Multiserver.cpp
@@ -166,7 +166,7 @@ class VRPNHardwareDetect : boost::noncopyable {
166
}
167
168
// OSVR Hacker Dev Kit
169
- if ((dev->vendor_id == 0x1532 && dev->product_id == 0x0300) ||
+ if ((dev->vendor_id == 0x1532 && dev->product_id == 0x0b00) ||
170
(dev->vendor_id == 0x03EB && dev->product_id == 0x2421)) {
171
gotDevice = true;
172
m_handlePath(dev->path);
0 commit comments