From d47decf563c94be16958a5258bee5489178dd4a0 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sat, 13 Jan 2024 14:54:48 -0700 Subject: util/find_usbdebug: Add 8/9 Series PCH rate matching hub IDs The USB IDs of the EHCI rate matching hubs found in these chipsets were missing, preventing the utility from detecting connected USB devices. Change-Id: I52858e2c75e8a3e1424a13bcddc2f5ec1216164b Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83458 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/find_usbdebug/find_usbdebug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/find_usbdebug/find_usbdebug.sh') diff --git a/util/find_usbdebug/find_usbdebug.sh b/util/find_usbdebug/find_usbdebug.sh index 53b9a7f8f2..de370b1fe8 100755 --- a/util/find_usbdebug/find_usbdebug.sh +++ b/util/find_usbdebug/find_usbdebug.sh @@ -35,7 +35,7 @@ find_devs_in_tree () { busstr=`printf "Bus %02d" "$bus"` portstr="Port $port" - hubs_to_ignore="8087:0020 8087:0024" + hubs_to_ignore="8087:0020 8087:0024 8087:8000 8087:8008" reqlvl=1 found= -- cgit v1.2.3