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:
inxi-svn 2012-10-19 03:23:21 +00:00
parent 079944e590
commit 95888330fc

4
inxi
View file

@ -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"
) ) ) )