From e2c8888763eb304f92dcea89047655f402f3a9c5 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Wed, 6 Aug 2014 20:38:28 -0700 Subject: Product 3 (DK2) not properly detected --- LibOVR/Src/OVR_OSX_HMDDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibOVR/Src/OVR_OSX_HMDDevice.cpp') diff --git a/LibOVR/Src/OVR_OSX_HMDDevice.cpp b/LibOVR/Src/OVR_OSX_HMDDevice.cpp index e16de81..edf940d 100644 --- a/LibOVR/Src/OVR_OSX_HMDDevice.cpp +++ b/LibOVR/Src/OVR_OSX_HMDDevice.cpp @@ -215,7 +215,7 @@ void HMDDeviceFactory::EnumerateDevices(EnumerateVisitor& visitor) CGRect desktop = CGDisplayBounds(Displays[i]); - if (vendor == 16082 && ( (product == 1)||(product == 2) ) ) // 7" or HD + if (vendor == 16082 && ( (product == 1)||(product == 2)||(product == 3) ) ) // 7" or HD { char idstring[9]; idstring[0] = 'A'-1+((vendor>>10) & 31); -- cgit v1.2.3