mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 01:59:09 +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 = " "
|
separator = " "
|
||||||
}
|
}
|
||||||
if ( $2 != "" ){
|
if ( $2 != "" ){
|
||||||
print string ",,,,usb-" $2
|
print string ",,,,usb-" $2 "-" $4
|
||||||
}
|
}
|
||||||
}' <<< "$lsusb_data"
|
}' <<< "$lsusb_data"
|
||||||
) )
|
) )
|
||||||
|
|
Loading…
Add table
Reference in a new issue