add sudo usbreset

This commit is contained in:
hathach 2024-03-26 17:13:02 +07:00
parent ecea890fdc
commit 7f1e327be3
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ jobs:
lsusb
lsusb -t
# reset VIA Labs 2.0 hub
usbreset 001/002
sudo usbreset 001/002
# legacy code
#for port in $(lspci | grep USB | cut -d' ' -f1); do

View File

@ -144,7 +144,7 @@ jobs:
lsusb
lsusb -t
# reset VIA Labs 2.0 hub
usbreset 001/002
sudo usbreset 001/002
# legacy code
#for port in $(lspci | grep USB | cut -d' ' -f1); do