Codebase list fwupd / 18b0a73
dell: Use the more portable g_usleep() Richard Hughes 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
103103 g_debug ("attempt %d/%d: set control transfer failed: %s",
104104 i, HID_MAX_RETRIES,
105105 error_local->message);
106 sleep (1);
106 g_usleep (G_USEC_PER_SEC);
107107 }
108108 }
109109 if (actual_len != 192) {