From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id A88822FB58 for ; Fri, 25 Oct 2024 18:59:15 +0200 (CEST) Received: from duke.felloff.net ([216.126.196.34]) by 9front; Fri Oct 25 12:57:52 -0400 2024 Message-ID: <5D01C3C92B79BF46330CF83C48368482@felloff.net> Date: Fri, 25 Oct 2024 18:57:43 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: compliant interface Subject: [9front] new USB changes Reply-To: 9front@9front.org Precedence: bulk The latest change [1] to devusb requires that nusb/usbd has been recompiled and installed before building the kernel. Please make sure to rebuild /sys/src/cmd/nusb before making a new kernel. Note that the other way around works fine; using new nusb/usbd with an older kernel. [1] 41d01491945c6b2bcb99a44ab4e52c8e8d841ecb devusb: fix TT properties, checking, and bugs -- cinap