mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
d/psvr: Add link to documention
This commit is contained in:
parent
b9e1ca6e55
commit
babd3af4ae
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue