Date: Wed, 6 Jun 2018 09:33:09 +0200 From: Gary Jennejohn <gljennjohn@gmail.com> To: Eitan Adler <eadler@freebsd.org> Cc: Kevin Lo <kevlo@freebsd.org>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers <src-committers@freebsd.org> Subject: Re: svn commit: r334650 - head/sys/dev/usb Message-ID: <20180606093309.4d0dd89c@ernst.home> In-Reply-To: <CAF6rxgkASe=Wj%2BPszWeTrVb3omfHyHzBN0ek2S3CFSiHAUBwSg@mail.gmail.com> References: <201806050952.w559qc3l066480@repo.freebsd.org> <20180605140156.GA93953@ns.kevlo.org> <CAF6rxgkASe=Wj%2BPszWeTrVb3omfHyHzBN0ek2S3CFSiHAUBwSg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Jun 2018 16:30:05 -0700 Eitan Adler <eadler@freebsd.org> wrote: > On 5 June 2018 at 07:01, Kevin Lo <kevlo@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180606093309.4d0dd89c>