git: 9front

Download patch

ref: 65e9491243c021077b0d1d001e6cb6ddc99bc4e9
parent: c3c3284b0699cf2d84681cc67a1d403f85dbe9e0
author: Arne <cgnarne@netcologne.de>
date: Sat Feb 21 13:12:56 EST 2026

nusbrc: attach rtl8153 devices as cdc ethernet

--- a/sys/src/9/boot/nusbrc
+++ b/sys/src/9/boot/nusbrc
@@ -27,6 +27,8 @@
 			nusb/ether -t url $etherargs $id
 		case 18d14ee3 0bb40003 10046344
 			nusb/ether -t rndis $etherargs $id
+		case 0bda8153
+			nusb/ether $id
 		case 12092301 # keyboardio model 01 (IAD)
 			nusb/kb $id
 		# prevent attachment to nusb/kb for:
--