From owner-svn-src-head@freebsd.org Sun Dec 11 00:10:04 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0878BC71E86 for ; Sun, 11 Dec 2016 00:10:04 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wj0-x230.google.com (mail-wj0-x230.google.com [IPv6:2a00:1450:400c:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 946A11F6D for ; Sun, 11 Dec 2016 00:10:03 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wj0-x230.google.com with SMTP id tk12so43398276wjb.3 for ; Sat, 10 Dec 2016 16:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Rm06EQAlXAYAHeR/KOMwG3/D9uZ1loTKZEC9LRJydlE=; b=A/MJOf+D/eP1bpSIjWKLhLhB2+k85kvEdEHNc5uivr8bY85FXcCJLz+bFu0AkiNuTk Du/PjIEu984QJpDGyY3VhH4t5N4l0/vIEYt/Y+OndyBqqZKIOoGS5sEZ9PCYDV/QznX/ D0WbDJamMAk++eWA2mKIihZa2GCyVd0GXJEDfuFbciHlevWvqhQs+/GMxIcPBCbU7JfA ywUUThuLcVk0TUFDV9mU1t4ZHWxyjThXSVvsj0nO8SZT/lTt3FiDCtWGEWZdOMlz5x7f iGbKRq2KymxvvI2wbqBjVDVyjPDPHkbArWQlJM8rD/gk+Jkd7Cl4DE/ydHSdZUI5tw3a vQig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Rm06EQAlXAYAHeR/KOMwG3/D9uZ1loTKZEC9LRJydlE=; b=Y5m3+sXwrH7+IP/tHvKFZgB1yqWspUIEF9ONp4FoOXX1Igxa1NrkLSxzjanrXazYcc A7sEb3S4uF1sLXaYgRD9z394F/jFL1RVOwBLklDsYA50zduvDRotdzXF53zvNqDcUQ4c 7867QFt7hIdAnxp/JtKPH430rmjwPIJ03JX1Nl5AuoHHqMjyARNAbKtcZs4ltCTq/oGf wKRdvO6f4vGPd5BhnW7rbK0A2tSQFCbz2saI1pdH3GvhSASrRQo/5zovpf2soPDrSUUR Lr1v/6jFRIEkuEa0aZSk7lIQtjQkPM6ejXLXihsM72YeCW8ISvQSd+bmCrkPK5ZUPOxe 2jHA== X-Gm-Message-State: AKaTC027R3uoBSb36mcgk9fL2yDj21hTq0hSbVPR5zFL0S4NNSmt+pnWtJO4IdkguKrt8hk+nLbsfC3/aFKLVOqS X-Received: by 10.194.87.103 with SMTP id w7mr50171272wjz.164.1481415001986; Sat, 10 Dec 2016 16:10:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.253.65 with HTTP; Sat, 10 Dec 2016 16:10:01 -0800 (PST) In-Reply-To: <201610221437.u9MEbDLR070111@repo.freebsd.org> References: <201610221437.u9MEbDLR070111@repo.freebsd.org> From: Oliver Pinter Date: Sun, 11 Dec 2016 01:10:01 +0100 Message-ID: Subject: Re: svn commit: r307774 - head/lib/libusb To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2016 00:10:04 -0000 On 10/22/16, Edward Tomasz Napierala wrote: > Author: trasz > Date: Sat Oct 22 14:37:13 2016 > New Revision: 307774 > URL: https://svnweb.freebsd.org/changeset/base/307774 > > Log: > Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not > "product vendor". This is consistent with how it's generally done. > The ordering is visible eg in usbconfig(8) output. > > Note to self: MFC this to 9 and 8. > > Reviewed by: hselasky@ > MFC after: 1 month Is this MFC still valid? I can't see them in 10-STABLE nor in 11-STABLE. > Differential Revision: https://reviews.freebsd.org/D8258 > > Modified: > head/lib/libusb/libusb20_ugen20.c > > Modified: head/lib/libusb/libusb20_ugen20.c > ============================================================================== > --- head/lib/libusb/libusb20_ugen20.c Sat Oct 22 13:20:02 2016 (r307773) > +++ head/lib/libusb/libusb20_ugen20.c Sat Oct 22 14:37:13 2016 (r307774) > @@ -214,8 +214,8 @@ ugen20_enumerate(struct libusb20_device > > snprintf(pdev->usb_desc, sizeof(pdev->usb_desc), > USB_GENERIC_NAME "%u.%u: <%s %s> at usbus%u", pdev->bus_number, > - pdev->device_address, devinfo.udi_product, > - devinfo.udi_vendor, pdev->bus_number); > + pdev->device_address, devinfo.udi_vendor, > + devinfo.udi_product, pdev->bus_number); > > error = 0; > done: > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >