mirror of
https://github.com/smxi/inxi.git
synced 2025-04-16 22:59:11 +00:00
added more to the usb network bus id
This commit is contained in:
parent
95888330fc
commit
2e71eaaf8d
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -4967,7 +4967,7 @@ get_networking_usb_data()
|
|||
separator = " "
|
||||
}
|
||||
if ( $2 != "" ){
|
||||
print string ",,,,usb-" $2
|
||||
print string ",,,,usb-" $2 "-" $4
|
||||
}
|
||||
}' <<< "$lsusb_data"
|
||||
) )
|
||||
|
|
Loading…
Add table
Reference in a new issue