Home
last modified time | relevance | path

Searched refs:dev_id_path (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.c1300 char *dev_id_path = NULL; in windows_get_device_list() local
1345 safe_free(dev_id_path); in windows_get_device_list()
1391 dev_id_path = sanitize_path(path); in windows_get_device_list()
1392 if (dev_id_path == NULL) { in windows_get_device_list()
1398 usbi_dbg("PRO: %s", dev_id_path); in windows_get_device_list()
1407 dev_id_path, windows_error_str(0)); in windows_get_device_list()
1423 usbi_info(ctx, "The following device has no driver: '%s'", dev_id_path); in windows_get_device_list()
1458 dev_id_path, windows_error_str(0)); in windows_get_device_list()
1461 dev_id_path, (unsigned int)install_state); in windows_get_device_list()
1486 …sbi_dbg("unlisted ancestor for '%s' (non USB HID, newly connected, etc.) - ignoring", dev_id_path); in windows_get_device_list()
[all …]