03-27-2014 11:44 AM
usb 2-1.8: new full speed USB device number 5 using ehci_hcd
usb 2-1.8: New USB device found, idVendor=2833, idProduct=0001
usb 2-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1.8: Product: Tracker DK
usb 2-1.8: Manufacturer: Oculus VR, Inc.
usb 2-1.8: SerialNumber: JBS6H3QGETJ9
usb 2-1.8: configuration #1 chosen from 1 choice
generic-usb 0003:2833:0001.0004: hiddev97,hidraw3: USB HID v1.10 Device [Oculus VR, Inc. Tracker DK] on usb-0000:00:1d.0-1.8/input0
$ sh OculusWorldDemo.sh
OVR::DeviceManagerThread - running (ThreadId=0x7feb37bf1700).
OVR::DeviceManager - initialized.
DeviceManager reported device added.
DeviceManager reported device added.
DeviceManager reported device added.
OVR::Linux::HIDDevice - Opened '/dev/hidraw3'
Manufacturer:'Oculus VR, Inc.' Product:'Tracker DK' Serial#:'JBS6H3QGETJ9'
OVR::SensorDevice initialized.
Usage: OculusWorldDemo [input XML]
03-28-2014 12:09 PM
#include <linux/hidraw.h>
#ifndef HIDIOCSFEATURE
#define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
#define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
#endif
bool HIDDevice::SetFeatureReport(UByte* data, UInt32 length)
{
// snip
int r = ioctl(DeviceHandle, HIDIOCSFEATURE(length), data);
LogText("SetFeatureReport: %d\n",r);
return (r >= 0);
}
03-28-2014 02:11 PM
Did this answer your question? If it didn’t, use our search to find other topics or create your own and other members of the community will help out.
If you need an agent to help with your Meta device, please contact our store support team here.
Having trouble with a Facebook or Instagram account? The best place to go for help with those accounts is the Facebook Help Center or the Instagram Help Center. This community can't help with those accounts.
Check out some popular posts here:
Getting Help from the Meta Quest Community
Tips and Tricks: Charging your Meta Quest Headset