mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
windows: Downgrade get_guid DeviceInterfaceGUID warning to info
Closes #1394 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
@@ -1492,7 +1492,7 @@ static int get_guid(struct libusb_context *ctx, char *dev_id, HDEVINFO *dev_info
|
||||
// The GUID was read successfully
|
||||
break;
|
||||
} else if (s == ERROR_FILE_NOT_FOUND) {
|
||||
usbi_warn(ctx, "no DeviceInterfaceGUID registered for '%s'", dev_id);
|
||||
usbi_info(ctx, "no DeviceInterfaceGUID registered for '%s'", dev_id);
|
||||
err = LIBUSB_ERROR_ACCESS;
|
||||
goto exit;
|
||||
} else if (s == ERROR_MORE_DATA) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11864
|
||||
#define LIBUSB_NANO 11865
|
||||
|
||||
Reference in New Issue
Block a user