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