From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4583 invoked from network); 8 Apr 2021 19:57:21 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 8 Apr 2021 19:57:21 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 1ess; Thu Apr 8 15:51:13 -0400 2021 Message-ID: <5C069560FA2D542EB4ACE5B77CDDEA42@felloff.net> Date: Thu, 08 Apr 2021 21:51:00 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: 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: configuration JSON over SQL DOM out-scaling metadata Subject: Re: [9front] [patch] nusb/ether followup to cs 8387 Reply-To: 9front@9front.org Precedence: bulk ok, but it nusbrc can be solved much simpler: diff -r 4dfbef4fa4ac rc/bin/nusbrc --- a/rc/bin/nusbrc Sat Apr 03 19:32:47 2021 +0200 +++ b/rc/bin/nusbrc Thu Apr 08 21:49:21 2021 +0200 @@ -13,6 +13,8 @@ switch($4){ case *01 nusb/audio $id + case ff0202 + # RNDIS; handled by /sys/src/9/boot/nusbrc case *02 # serial and ethernet nusb/serial $id it is not clear to me why the test -d is needed in cpurc. you ust want to silence the error message from cat? -- cinap