Setting USB vendor IDs for the raspberry pi 4

Gordon Bergling gbe at freebsd.org
Fri Aug 7 14:07:05 UTC 2020


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


More information about the freebsd-hackers mailing list