Loading hw/usb/host-libusb.c +4 −0 Original line number Diff line number Diff line Loading @@ -241,7 +241,11 @@ static int usb_host_get_port(libusb_device *dev, char *port, size_t len) size_t off; int rc, i; #if LIBUSBX_API_VERSION >= 0x01000102 rc = libusb_get_port_numbers(dev, path, 7); #else rc = libusb_get_port_path(ctx, dev, path, 7); #endif if (rc < 0) { return 0; } Loading Loading
hw/usb/host-libusb.c +4 −0 Original line number Diff line number Diff line Loading @@ -241,7 +241,11 @@ static int usb_host_get_port(libusb_device *dev, char *port, size_t len) size_t off; int rc, i; #if LIBUSBX_API_VERSION >= 0x01000102 rc = libusb_get_port_numbers(dev, path, 7); #else rc = libusb_get_port_path(ctx, dev, path, 7); #endif if (rc < 0) { return 0; } Loading