From babd3af4ae6e32e39e4f06132ce6683578c73a54 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 25 Oct 2019 12:32:40 +0100 Subject: [PATCH] d/psvr: Add link to documention --- src/xrt/drivers/psvr/psvr_device.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xrt/drivers/psvr/psvr_device.c b/src/xrt/drivers/psvr/psvr_device.c index 9f91bf8d4..0aff55e55 100644 --- a/src/xrt/drivers/psvr/psvr_device.c +++ b/src/xrt/drivers/psvr/psvr_device.c @@ -465,6 +465,12 @@ read_control_packets(struct psvr_device *psvr) } while (true); } + +/*! + * Get the device name data and calibration data, see link below for info. + * + * https://github.com/gusmanb/PSVRFramework/wiki/Report-0x81-Device-ID-and-Calibration + */ static int read_calibration_data(struct psvr_device *psvr) {