Skip to content

Commit

Permalink
Factory: peripheral test - update for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kukiela authored and svenrademakers committed Sep 4, 2024
1 parent 47bd72f commit 0cd2260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get_sata_devices() {

get_pci_devices() {
local n="$1"
send_command "$n" "lspci | grep -v ASM1061 | grep -v RK3588 | grep -v 'PCI bridge: Broadcom Inc' | grep -v 'Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01)'"
send_command "$n" "lspci | grep -v ASM1061 | grep -v 'Ltd Device 3588' | grep -v RK3588 | grep -v 'PCI bridge: Broadcom Inc' | grep -v 'Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01)'"
}

assert_pci_devices() {
Expand Down

0 comments on commit 0cd2260

Please sign in to comment.