9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] remove dead code
@ 2021-04-08 22:04 Romano
  2021-04-09  5:41 ` [9front] " Romano
  0 siblings, 1 reply; 2+ messages in thread
From: Romano @ 2021-04-08 22:04 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

cinap provided a better patch for rndis handling, so the old code can
be removed since it will never be called.

[-- Attachment #2: Type: text/plain, Size: 605 bytes --]

changeset:   8405:fd9ec96387c8
branch:      mbp-2011
tag:         tip
user:        Romano <unobe@cpan.org>
date:        Thu Apr 08 14:59:05 2021 -0700
summary:     remove dead code

diff -r 673b3a63b513 -r fd9ec96387c8 rc/bin/nusbrc
--- a/rc/bin/nusbrc	Thu Apr 08 14:51:11 2021 -0700
+++ b/rc/bin/nusbrc	Thu Apr 08 14:59:05 2021 -0700
@@ -16,9 +16,6 @@
 		case ff0202
 			# RNDIS; handled by /sys/src/9/boot/nusbrc
 		case *02
-			# serial and ethernet: 0xff0202 is RNDIS, handled by nusbrc
-			if (! ~ $4 ff0202)
-				nusb/serial $id
 			# handled /sys/src/9/boot/nusbrc
 			# nusb/ether $id
 		case *03

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9front] Re: [patch] remove dead code
  2021-04-08 22:04 [9front] [patch] remove dead code Romano
@ 2021-04-09  5:41 ` Romano
  0 siblings, 0 replies; 2+ messages in thread
From: Romano @ 2021-04-09  5:41 UTC (permalink / raw)
  To: 9front

Nevermind--it was a botched merge to my branch.

On April 8, 2021 10:04:03 PM UTC, Romano <unobe@cpan.org> wrote:
>cinap provided a better patch for rndis handling, so the old code can
>be removed since it will never be called.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-09 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 22:04 [9front] [patch] remove dead code Romano
2021-04-09  5:41 ` [9front] " Romano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).