···1053105310541054 char *config = vive_read_config(d->sensors_dev);
1055105510561056+ // Set logging level for the config we are about to fill out.
10561057 d->config.log_level = d->log_level;
10571057- // usb connected HMD variant is known because of USB id, config parsing relies on it.
10581058+10591059+ /*
10601060+ * The prober knows which variant is connected because of
10611061+ * the USB VID/PID but we use `variant` from json config.
10621062+ */
10581063 if (config != NULL) {
10591064 vive_config_parse(&d->config, config, d->log_level);
10601065 free(config);