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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 10048 invoked from network); 18 Apr 2021 01:49:33 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 18 Apr 2021 01:49:33 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 1ess; Sat Apr 17 19:43:45 -0400 2021 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 89DBDD09E8 for <9front@9front.org>; Sat, 17 Apr 2021 19:43:37 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id:to :subject:date:from:mime-version:content-type :content-transfer-encoding; s=sasl; bh=MBbUhnpbRAXRnYtJXYOd17rZy pE=; b=gUUZOZQLubglJYiklviVwD/RlqDyJlHVokrXwrsSqK8uglqONTAp+hpQk y6B2hXTAe7lVtqaiWZ0koVt10QGy3JswqnmWlA8m4ttazrLchRduGIE9XoFFujHY 0Z6xGRliQx5Qeh8qauwWzSJpoKUcj+o1lt8LKJi6K0LEZKbkuQ= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 7D0ADD09E7 for <9front@9front.org>; Sat, 17 Apr 2021 19:43:37 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from peregrin (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id C9183D09E6 for <9front@9front.org>; Sat, 17 Apr 2021 19:43:36 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <8DA8B6371161FAD4BC57BD44CE99AAC7@smtp.pobox.com> To: 9front@9front.org Date: Sat, 17 Apr 2021 16:43:35 -0700 From: unobe@cpan.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: BAB5F6A8-9FD6-11EB-BC3E-74DE23BA3BAF-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: patented SVG over XML realtime scripting layer Subject: [9front] patch for USB RNDIS Reply-To: 9front@9front.org Precedence: bulk changeset: 8412:1bfadf461fd3 branch: mbp-2011 tag: tip user: Romano date: Sat Apr 17 14:38:28 2021 -0700 files: rc/bin/nusbrc sys/src/9/boot/nusbrc description: Per https://www.usb.org/defined-class-codes , any class-subclass of ef04 is RNDIS. diff -r 19f6a88ea241 -r 1bfadf461fd3 rc/bin/nusbrc --- a/rc/bin/nusbrc Sat Apr 17 14:35:21 2021 -0700 +++ b/rc/bin/nusbrc Sat Apr 17 14:38:28 2021 -0700 @@ -13,7 +13,7 @@ switch($4){ case *01 nusb/audio $id - case ff0202 + case ff0202 *04ef # RNDIS; handled by /sys/src/9/boot/nusbrc case *02 # handled /sys/src/9/boot/nusbrc diff -r 19f6a88ea241 -r 1bfadf461fd3 sys/src/9/boot/nusbrc --- a/sys/src/9/boot/nusbrc Sat Apr 17 14:35:21 2021 -0700 +++ b/sys/src/9/boot/nusbrc Sat Apr 17 14:38:28 2021 -0700 @@ -33,7 +33,7 @@ switch($4){ case *03 nusb/kb $id - case ff0202 + case ff0202 *04ef nusb/ether -t rndis $etherargs $id case *02 # CDC ethernet