svn commit: r334650 - head/sys/dev/usb

Gary Jennejohn gljennjohn at gmail.com
Wed Jun 6 07:33:17 UTC 2018


On Tue, 5 Jun 2018 16:30:05 -0700
Eitan Adler <eadler at freebsd.org> wrote:

> On 5 June 2018 at 07:01, Kevin Lo <kevlo at 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


More information about the svn-src-head mailing list