[Spice-devel] [spice-gtk v2 2/2] win-usb-dev: remove ifdef for libusb on 1.0.13

Christophe Fergeau cfergeau at redhat.com
Mon Mar 18 15:02:37 UTC 2019


On Fri, Feb 22, 2019 at 05:42:22PM +0000, Victor Toso wrote:
> From: Victor Toso <me at victortoso.com>
> 
> We already require libusb 1.0.16 or above since 8269a5be62f4ce1
> (build-sys: drop support for libusb < 1.0.16)
> 
> Signed-off-by: Victor Toso <victortoso at redhat.com>
> ---
>  src/win-usb-dev.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/src/win-usb-dev.c b/src/win-usb-dev.c
> index 327976d..b614af0 100644
> --- a/src/win-usb-dev.c
> +++ b/src/win-usb-dev.c
> @@ -570,9 +570,7 @@ static gboolean g_udev_skip_search(GUdevDevice *udev)
>      g_return_val_if_fail(udevinfo != NULL, FALSE);
>  
>      skip = ((udevinfo->addr == 0xff) ||  /* root hub (HCD) */
> -#if defined(LIBUSBX_API_VERSION) && (LIBUSBX_API_VERSION >= 0x010000FF)
> -            (udevinfo->addr == 1) || /* root hub addr for libusbx >= 1.0.13 */
> -#endif
> +            (udevinfo->addr == 1) || /* root hub addr since libusbx 1.0.13 */

I'd drop "since libusbx 1.0.13" from the comment.
Apart from that, series looks good to me.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190318/3e1b7aeb/attachment.sig>


More information about the Spice-devel mailing list