Fix PS3Eye VID and PID (#2146)

This commit is contained in:
Banks T
2019-11-30 15:35:47 -05:00
committed by Peter Johnson
parent 2622c6c291
commit b8c1024261

View File

@@ -1197,7 +1197,7 @@ void UsbCameraImpl::SetQuirks() {
if (deviceNum >= 0) {
int vendorId, productId;
if (GetVendorProduct(deviceNum, &vendorId, &productId)) {
m_ps3eyecam_exposure = vendorId == 0x2000 && productId == 0x0145;
m_ps3eyecam_exposure = vendorId == 0x1415 && productId == 0x2000;
}
}
}