From owner-freebsd-hackers@freebsd.org Fri Aug 7 14:07:05 2020 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 707463BB7B3 for ; Fri, 7 Aug 2020 14:07:05 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNRxj2Q4hz4Slj for ; Fri, 7 Aug 2020 14:07:05 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p4fd3ae86.dip0.t-ipconnect.de [79.211.174.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id E560A14420 for ; Fri, 7 Aug 2020 14:07:04 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Fri, 7 Aug 2020 16:07:04 +0200 From: Gordon Bergling To: freebsd-hackers@freebsd.org Subject: Setting USB vendor IDs for the raspberry pi 4 Message-ID: <20200807140704.GA34403@lion.0xfce3.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Url: X-Operating-System: FreeBSD 12.1-STABLE amd64 X-Host-Uptime: 3:57PM up 5 days, 21:30, 5 users, load averages: 0.15, 0.17, 0.21 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 14:07:05 -0000 Hi, I am currently trying to set the following missing USB IDs for the raspberry pi 4. ------------------------------------------------------------------------------- ugen0.2: at usbus0 uhub1 on uhub0 uhub1: 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