From owner-svn-src-all@freebsd.org Wed Jun 6 07:33:17 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 97AC0FEACB9; Wed, 6 Jun 2018 07:33:17 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 F21E6688FF; Wed, 6 Jun 2018 07:33:16 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id v16-v6so9538171wmh.5; Wed, 06 Jun 2018 00:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-transfer-encoding; bh=N8HTR0+ioOsiM3Ygw3KSnPwkDKNi6Ac1SgGWVeEWztY=; b=bixHODZcUUutR9A/I1XR/yuLXyvF5m2G+TG5sndQfLdjYc8CvpoTHMM9twCOD/hDOv oOONi+5Wj1/D2VmVBiBQhbK7rnw7MnZjBbiStgPjCrMGTtldHc2wkDF4cjQZgvT89HQf ZpPn295s/o2Pycw4679RKPvAUaom0PHGi5WYRMQ2lHspKKCInq1c3nsoKYMZJVzCCmM2 JVgN+cXN+E/pFIWyd3A2d1M+lpVFwYPFUVVd2aP3YTletaDkYb9OeR7HH7yvGPTxFJ3K o1zNUc8eA9CzYU0PixJRHxVB6n7xf3TX8t0kR722uLYcL7l/GtYeeo2rPCo9P67s4Nbj 5oQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=N8HTR0+ioOsiM3Ygw3KSnPwkDKNi6Ac1SgGWVeEWztY=; b=CHd+Xe94+cx0/P/hh8Yuojb4wvPjxq+sFdpggpSSk1uunMtlvPAf7OKkINkjEm93vZ SOpG68rhwKC8ZdDtKRgStVByLApJjP82fWBxUaZSWhE1qQG7SMPx6NRq1aXdm1QdQM7S aQijptn6OnOTdv4X7L6A+sJCy0sICwmdwDZg9iNs9Y1dHQsMULAypAS1lhvRr0yiQqNx xjjDRS7h9o0lZVXEm1nenxDu7SM9fxzVULO6XMBUj1mUj94a5RpZhNDoxFSjn9bUIYjq t+o4CyCyYT64exemc/HwSpus2GQ1O86q/j/7uaBD52b4attHmqE5LqiX9ZydzmAzgHIM fr7w== X-Gm-Message-State: APt69E0g0oEE3PxrjyckJOhLJD3WL1HInMzpfu6Va7MFasvgE58td46C fhrhZaP/hs4pf3HG5w1uiTmfDA== X-Google-Smtp-Source: ADUXVKJ5h4JKDOwf9VE0nqlfqBNX8pJKq9jqkF84q392TuCTPviEezvDRUhdNkIvw9hpvkYdlLxqeg== X-Received: by 2002:a1c:7507:: with SMTP id o7-v6mr913274wmc.139.1528270395802; Wed, 06 Jun 2018 00:33:15 -0700 (PDT) Received: from ernst.home (p5B02337A.dip0.t-ipconnect.de. [91.2.51.122]) by smtp.gmail.com with ESMTPSA id u108-v6sm62984129wrc.40.2018.06.06.00.33.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Jun 2018 00:33:14 -0700 (PDT) Date: Wed, 6 Jun 2018 09:33:09 +0200 From: Gary Jennejohn To: Eitan Adler Cc: Kevin Lo , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Subject: Re: svn commit: r334650 - head/sys/dev/usb Message-ID: <20180606093309.4d0dd89c@ernst.home> In-Reply-To: References: <201806050952.w559qc3l066480@repo.freebsd.org> <20180605140156.GA93953@ns.kevlo.org> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Wed, 06 Jun 2018 07:33:17 -0000 On Tue, 5 Jun 2018 16:30:05 -0700 Eitan Adler wrote: > 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. > Looking at the usb.if from usb.org indicates that Intenso doesn't even have a USB VID. 0x2109 is listed as VIA Labs. This entry may be the result of Intenso selling a rebadged VIA Labs product. -- Gary Jennejohn