Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2020 16:07:04 +0200
From:      Gordon Bergling <gbe@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   Setting USB vendor IDs for the raspberry pi 4
Message-ID:  <20200807140704.GA34403@lion.0xfce3.net>

next in thread | raw e-mail | index | archive | help
Hi,

I am currently trying to set the following missing USB IDs for the raspberry pi 4.

-------------------------------------------------------------------------------
ugen0.2: <vendor 0x2109 USB2.0 Hub> at usbus0
uhub1 on uhub0
uhub1: <vendor 0x2109 USB2.0 Hub, class 9/0, rev 2.10/4.20, addr 1> on usbus0
uhub1: 4 ports with 4 removable, self powered

uhub0: <0x1106 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
-------------------------------------------------------------------------------

I added the following entries to sys/dev/usb/usbdevs

vendor VIALABS2                0x1106  VIA Labs
product VIALABS USB20HUB       0x3431  USB 2.0 Hub
product VIALABS2 VL805USB30    0x3483  VL805 USB 3.0 Host Controller

but after a recompilation of the kernel the dmesg output stays the same.

Has anyone an idea what I am missing?

--Gordon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200807140704.GA34403>