mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
d/vive: Fix minor typo in vive driver
This commit is contained in:
parent
36102bfa1e
commit
6bce0838e0
|
@ -467,7 +467,7 @@ vive_sensors_read_firmware(struct vive_device *d)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
vive_sensros_get_imu_range_report(struct vive_device *d)
|
vive_sensors_get_imu_range_report(struct vive_device *d)
|
||||||
{
|
{
|
||||||
struct vive_imu_range_modes_report report = {
|
struct vive_imu_range_modes_report report = {
|
||||||
.id = VIVE_IMU_RANGE_MODES_REPORT_ID};
|
.id = VIVE_IMU_RANGE_MODES_REPORT_ID};
|
||||||
|
@ -900,7 +900,7 @@ vive_device_create(struct os_hid_device *mainboard_dev,
|
||||||
vive_mainboard_get_device_info(d);
|
vive_mainboard_get_device_info(d);
|
||||||
}
|
}
|
||||||
vive_sensors_read_firmware(d);
|
vive_sensors_read_firmware(d);
|
||||||
vive_sensros_get_imu_range_report(d);
|
vive_sensors_get_imu_range_report(d);
|
||||||
|
|
||||||
char *config = vive_sensors_read_config(d);
|
char *config = vive_sensors_read_config(d);
|
||||||
vive_parse_config(d, config);
|
vive_parse_config(d, config);
|
||||||
|
|
Loading…
Reference in a new issue