mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 23:29:11 +00:00
fixed an old bug in networking, usb, that puts the vendor:product id instead of the bus id for usb, some other changes coming so no
version change yet.
This commit is contained in:
parent
079944e590
commit
95888330fc
1 changed files with 2 additions and 2 deletions
4
inxi
4
inxi
|
@ -4966,8 +4966,8 @@ get_networking_usb_data()
|
|||
string = string separator $i
|
||||
separator = " "
|
||||
}
|
||||
if ( $6 != "" ){
|
||||
print string ",,,,usb-" $6
|
||||
if ( $2 != "" ){
|
||||
print string ",,,,usb-" $2
|
||||
}
|
||||
}' <<< "$lsusb_data"
|
||||
) )
|
||||
|
|
Loading…
Add table
Reference in a new issue