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

Eitan Adler eadler at freebsd.org
Tue Jun 5 23:30:37 UTC 2018


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.



-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-src-head mailing list