git: 9front

Download patch

ref: 071895fc0863eed39c97095593f5a491048b1036
parent: a76ba7be5a028486ac027cb91cb800eaf243b4d1
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Feb 24 14:43:46 EST 2024

nusbrc: ignore ITE RGB LED Controller

This device just causes zero-read errors resulting
in a attach/detach loop spamming the console.

Just ignore it for now.

--- a/sys/src/9/boot/nusbrc
+++ b/sys/src/9/boot/nusbrc
@@ -30,6 +30,7 @@
 		case 12092301 # keyboardio model 01 (IAD)
 			nusb/kb $id
 		# prevent attachment to nusb/kb for:
+		case 048d5702 # ITE RGB LED Controller
 		case 054c0268 # sony dualshock 3 (ps3) controller
 		case *
 			switch($4){
--