Nicholas Chin has uploaded this change for review.

View Change

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 was
missing, preventing the utility from detecting connected USB devices.

Change-Id: I52858e2c75e8a3e1424a13bcddc2f5ec1216164b
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
---
M util/find_usbdebug/find_usbdebug.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/83458/1
diff --git a/util/find_usbdebug/find_usbdebug.sh b/util/find_usbdebug/find_usbdebug.sh
index 53b9a7f..6d5837b 100755
--- a/util/find_usbdebug/find_usbdebug.sh
+++ b/util/find_usbdebug/find_usbdebug.sh
@@ -35,7 +35,7 @@
busstr=`printf "Bus %02d" "$bus"`
portstr="Port $port"

- hubs_to_ignore="8087:0020 8087:0024"
+ hubs_to_ignore="8087:0021 8087:0026 8087:8000 8087:8008"
reqlvl=1

found=

To view, visit change 83458. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I52858e2c75e8a3e1424a13bcddc2f5ec1216164b
Gerrit-Change-Number: 83458
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14@gmail.com>