From owner-svn-src-all@freebsd.org Tue Jun 5 23:30:37 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F0BAFD1E09 for ; Tue, 5 Jun 2018 23:30:37 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4147C7A53D for ; Tue, 5 Jun 2018 23:30:37 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yw0-f179.google.com (mail-yw0-f179.google.com [209.85.161.179]) (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)) (Authenticated sender: eadler) by smtp.freebsd.org (Postfix) with ESMTPSA id 04B6D20DAA for ; Tue, 5 Jun 2018 23:30:37 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yw0-f179.google.com with SMTP id p14-v6so1309609ywm.11 for ; Tue, 05 Jun 2018 16:30:36 -0700 (PDT) X-Gm-Message-State: APt69E1S5KNaeaUhbNZjzvDZcK4u4RAryXLD5N2DvmBlghEfHoHHqaZE 3O7kOj/PdWV65CvdYoOvL8P1sapCNVj8t8dda9inXg== X-Google-Smtp-Source: ADUXVKJb1L5VK3pj7DFPmjCWFxO3s4MIUpLaUp+ARgWNxnZ7VIbKxnfS6TpP+8zepqzTzkyMcSeEO5RxjzBG3L+Zi2g= X-Received: by 2002:a81:6d52:: with SMTP id i79-v6mr336842ywc.141.1528241436303; Tue, 05 Jun 2018 16:30:36 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:ef50:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 16:30:05 -0700 (PDT) In-Reply-To: <20180605140156.GA93953@ns.kevlo.org> References: <201806050952.w559qc3l066480@repo.freebsd.org> <20180605140156.GA93953@ns.kevlo.org> From: Eitan Adler Date: Tue, 5 Jun 2018 16:30:05 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334650 - head/sys/dev/usb To: Kevin Lo Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 23:30:37 -0000 On 5 June 2018 at 07:01, Kevin Lo wrote: > On Tue, Jun 05, 2018 at 09:52:38AM +0000, Eitan Adler wrote: >> Author: eadler >> Date: Tue Jun 5 09:52:38 2018 >> New Revision: 334650 >> URL: https://svnweb.freebsd.org/changeset/base/334650 >> >> Log: >> usbdevs: sync from NetBSD >> >> This adds several vendors from NetBSD's copy of the same file (r1.749). >> Prefer longer more "canonical" names where the names differed. >> >> Sort while here. >> >> Modified: >> head/sys/dev/usb/usbdevs >> >> Modified: head/sys/dev/usb/usbdevs >> ============================================================================== >> --- head/sys/dev/usb/usbdevs Tue Jun 5 05:24:42 2018 (r334649) >> +++ head/sys/dev/usb/usbdevs Tue Jun 5 09:52:38 2018 (r334650) >> @@ -60,7 +60,7 @@ vendor UNKNOWN2 0x0105 Unknown vendor >> vendor EGALAX2 0x0123 eGalax, Inc. >> vendor CHIPSBANK 0x0204 Chipsbank Microelectronics Co. >> vendor HUMAX 0x02ad HUMAX >> -vendor INTENSO 0x2109 INTENSO >> +vendor QUAN 0x01e1 Quan > > Doesn't sort. > > [snip] > >> +vendor INTENSO 0x2109 INTENSO >> vendor VIALABS 0x2109 VIA Labs > > INTENSO has the same vendor id as VIALABS? This doesn't look right. >From the origin (NetBSD): vendor INTENSO 0x2109 INTENSO vendor VIALABS 0x2109 VIA Labs I noticed this earlier and thought it might relate to vendor renames or the like. I'll try and spend more time on it. I have quite a few replies-to-commits to catch up on: I've spent too much time on "new" things and have to deal with the other stuff I've touched now. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams